Exo is a simple e-commerce application written by Flutter. While creating this application, I followed the steps of the Google Developers Codelabs sample project.
- Add product detail page
- Improve checkout page design
- Change Product data with API data
- Add to delete function of product from the cart
- Use bloc instead of provider package for state management
- [ X ]
Add customer info - [ X ]
Add product search - [ X ]
Add state management - [ X ]
Bottom navigation tab - [ X ]
List products for sale - [ X ]
Add date picker to cart
Screenshots from application
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.