A Flutter project for a shopping app.
- Introduction
- Project Structure
- Getting Started
- Features
- Screenshots
- Dependencies
- Contributing
- License
This Flutter project, "My Shop," is a simple shopping app with features such as product browsing, detailed product information, and a shopping cart.
- lib/main.dart: The main entry point for the application.
- lib/cart_provider.dart: Provider class for managing the shopping cart state.
- lib/login_page.dart: Login page UI and logic.
- lib/logout.dart: Logout page UI.
- lib/mainpage.dart: Main page with a bottom navigation bar.
- lib/product_card.dart: Widget for displaying individual product cards.
- lib/product_data.dart: Dummy product data.
- lib/product_detail.dart: Page displaying detailed product information.
- lib/product_item.dart: Widget for individual product items.
- lib/product_list.dart: Page for displaying a list of products.
- lib/search_page.dart: Search page UI.
- lib/welcoming_page.dart: Welcoming page UI.
-
Clone the repository:
git clone https://github.com/hammadasifali/FlutterShopApp.git
-
Open the project in Visual Studio Code or your preferred IDE.
-
Run the project using the following command:
flutter run
- Product List: Browse a list of products with filters.
- Product Details: View detailed information about each product.
- Shopping Cart: Add products to the cart and view the total price.
- Login and Logout: Simple login functionality with a logout option.
Splash Screen |
Login Page |
Logout Page |
Shopping Cart |
Product List |
Product Details |
Home Page |
Home Page 2 |
Search Page |
- provider: State management library for managing the shopping cart state.
- flutter_animate: Animation library for adding animated effects.
- flutter_svg: SVG rendering library for displaying SVG images.
Check the pubspec.yaml
file for the complete list of dependencies.
Feel free to contribute to the project by opening issues or submitting pull requests.
This project is licensed under the MIT License.