bagisto / opensource-ecommerce-mobile-app

This open-source mobile ecommerce app seamlessly transforms your Bagisto store into a powerful mobile platform, providing real-time synchronization of products and categories.
https://bagisto.com/en/laravel-ecommerce-mobile-app-flutter/
MIT License
3.3k stars 76 forks source link

Flutter web #6

Open nyck33 opened 2 months ago

nyck33 commented 2 months ago

Is it possible to extend this as a flutter web app so I don't have to make two front ends. Flutter basically is one code base for multiple platforms but the way you have it I'd have to possibly make changes to the flutter code for mobile and then to the JavaScript code for the main laravel app right?

RishabhYogi-Webkul commented 1 month ago

Hello @nyck33

Yes, it is possible to extend this as a flutter web app we have made two front-ends because sometimes client requirements are been different for desktop and app respectively.

As of now, this is an opensource platform so you can customize it as per your requirements and can create a single frontend as well according to your needs.

Thanks & Regards..!!