A Flutter app that clones the basic UI/UX and functionality of the Amazon shopping app.
- User Authentication (Sign In/Sign Up)
- Home Screen with Categories and Deals
- Product Search and Filtering
- Product Details Page
- Cart and Checkout
- Order History
- User Profile
This app uses the following packages:
- carousel_slider
- http
- provider
- shared_preferences
- badges
- flutter_rating_bar
- and more...
- Ensure Flutter is installed on your machine
- Clone the repository
- Run
flutter pub get
to install dependencies - Run
flutter run
to start the app
MIT