π Flutter Shop App
A simple e-commerce app built with Flutter and Provider for state management. This app includes a product catalog, shopping cart, and a checkout feature.
- π Product Listing β Displays a list of products with images, names, and prices
- ποΈ Add to Cart β Users can add/remove products from the cart
- π Shopping Cart β View selected products with total price calculation
- π³ Simple Checkout β Proceed to checkout with selected items
- π¨ Clean UI β Beautiful Material Design
- Flutter β Cross-platform mobile development
- Provider β State management for handling cart updates
- Dart β Core programming language
- Clone the repository:
git clone https://github.com/your-mehmoodshahidawan8/shop-app.git cd shop-app - Install dependencies:
flutter pub get
- Run the app:
flutter run