Shop app have following featurs:
- users can add, delete and edit products to the main page of the app.
- user can order the product.
- user can set favorites to products.
- user can login and logout.
Note: for bettter look in browser, make it size of 370 x 640 becuase it is only made for Mobile view only, not for web view.
git clone git@github.com:subash9860/shop_app.git
cd shop_app
code .
flutter pub get
then debug it.
- Firebase authentication
- Firebase realTime database
- Provider package for state management
- Navigation push/pop to show details page
- Stateless & Stateful Widgets
- Custom widgets for list items, category items, map, etc.
- UI/UX