A Flutter-based Shopping App that showcases a collection of shoes. Users can browse different shoes on the home page, view detailed information including images, price, and available sizes on the detail page, select a size, and add shoes to their cart. The app also allows users to manage their cart by adding or removing selected items.
- Browse shoes on the home page.
- View detailed information about each shoe.
- Select size and add shoes to the cart.
- Manage cart items (add or remove items).
- Flutter SDK
- A code editor (VS Code, Android Studio, etc.)
- Clone the repository:
git clone https://github.com/your-username/ShoppingApp.git cd ShoppingApp - Install dependencies:
- flutter pub get
- Run the app:
- flutter run
- Ensure you have Flutter installed and set up on your machine.
- Open the project in your preferred code editor.
- Use the flutter run command to run the app on an emulator or a physical device.


