An E-Commerce Preview App. Built using local JSON for product data and provider for state management
Tech stack used: Flutter framework & Dart Programming language. Provider for state management. Android SDK (for Android compilation)
Required Flutter SDK installed VS Code or Android Studio with flutter extension Device/emulator connected
-
Clone the repository : git clone https://github.com/Devdeejay27/minimart.git
-
Install dependencies; flutter pub get then flutter run
-
To build the APK: flutter build apk --release
**OR**
Run the app from the main.dart file, on windows, a shortcut to use is 'Ctrl + F5'. Run normally without debugging on your code editor, you can enable USB debugging on an android phone or use an android emulator or ios simulator. Files are arranged in folders for easy navigation. Comments are in the code for guidance.