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.
More screenshots are available in the screenshots folder in the repo.
- Admin Panel
- OTP Authentication using Firebase
- Firestore is used as database
- Cart Page
- Order detail page
- Add prdcuts by admin
And much more...
NOTE:Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone git@github.com:ShyamKrishna122/Grocery_APP.git
$ cd Grocery-APP-Flutter/
Check out the documentation to setup Flutter Firebase integration.
In android/app
folder add your google-service.json
.
In ios/Runner
folder add your GoogleService-Info.plist
.
$ flutter run