This app is still incomplete.
- Configure app for Android and Ios. Web is setup already, but replace config keys
- Create an admin panel with 'add_product_page.dart' located in libs>screens
- Add following value inside 'Products' Collection:
- String imgLink;
- String title;
- String description;
- int mrp; 5.0int off;
- String exp;
- String store;
- String category;
- String destination;
- String offerType;
- String id;
- int time;
- Run the app with 'flutter run -d chrome' For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.