grocery_app
this is an online grocery selling app developed using flutter and firebase for a grocery shop.this app was developed for one of my client’s grocery stores.the main aim of making this project open source is because this project will cover all the basics of flutter and firebase.
app screenshots
more screenshots are available in the screenshots folder in the repo.
features
- admin panel
- otp authentication using firebase
- firestore is used as database
- cart page
- order detail page
- add prdcuts by admin
and much more…
getting started
note:make sure your flutter environment is setup.
installation
in the command terminal, run the following commands:
$ git download [email protected]:shyamkrishna122/grocery_app.git
$ cd grocery-app-flutter/
setup flutter firebase integration
check out the documentation to setup flutter firebase integration.
for android
in android/app
folder add your google-service.json
.
for ios
in ios/runner
folder add your googleservice-info.plist
.
start your flutter project by running the command:
$ flutter run
Comments are closed.