e-commerce flutter app
- clone the repo
- flutter pub get
- flutter run
- docker build -t flutter-web .
- docker run -d -p 8080:80 --name flutter-web flutter-web
- Sign-In, Sign-Up and Logout using Email & Password / Google Account.
- Categories and Search for Products.
- Add/Remove Products to/from Cart.
- Change quantity of products in the cart.
- Check out your Cart and Make an Order.
- Edit your account information and upload image at Profile section.
- Check your recent orders at Order History.
- Using Responsive UI.
- Using Firebase & hive.
- Using GetX as state management.
- Using MVVM architecture and clean code.
download the apk