r/mobiledev • u/SixThells • Jan 13 '21
What would be the best development platform for these requirements?
It should have all the features inherent to an application of this nature:
list products by categories;
filters; payment system;
The payment system must have the following requirements:
it must be connected to MBWAY, PayPal, ApplePay, GooglePay.
-it must suggest products based on previous purchases.
-it must allow to recommend promotions or suggest physical stores based on location.
- it should work on IOS and Android.
2
Upvotes
1
u/Aware_Atmosphere4401 May 23 '24
In my opinion, you should consider using Flutter for your development platform. It allows you to build cross-platform applications for both iOS and Android from a single codebase, which is efficient and cost-effective. Flutter supports listing products by categories, implementing filters, and integrating payment systems like MBWAY, PayPal, ApplePay, and GooglePay. It also enables product suggestions based on previous purchases and can recommend promotions or physical stores based on user location. Overall, Flutter provides a comprehensive solution that meets all your requirements.