Flutter project to complete assessment from PT. Mitra Kasih Perkasa
This project is a simple e-commerce application that has the following features:
- User authentication
- Product listing
- Product detail
- Add to cart
- Cart listing
- Checkout
- Flutter - Base framework for building the application
- Dio - HTTP client for making API requests
- Riverpod - State management library
Login Page | Product List Page |
---|---|
Product Detail Page | Order Confirmation Page |
Order Success Page | |