The Mega E-Commerce App is a comprehensive Flutter application designed to provide users with a seamless shopping experience. The app includes various features such as authentication, product browsing, favorites management, product details, product reviews, search functionality, cart management, profile management, and order tracking.
The Mega E-Commerce App is a comprehensive Flutter application designed to provide users with a seamless shopping experience. The app includes various features such as authentication, product browsing, favorites management, product details, product reviews, search functionality, cart management, profile management, and order tracking.
1- Authentication:
- Users can sign in or sign up to access the app's features and personalize their shopping experience. 2- Products and Categories:
- Browse through a wide range of products organized into categories for easy navigation. 3- Favorites:
- Users can add products to their favorites list for quick access and future reference. 4- Product Details:
- View detailed information about each product, including images, descriptions, prices, and specifications. 5- Product Reviews:
- Read and write reviews for products to help other users make informed purchasing decisions. 6- Search:
- Search for products by name, category, or keyword to find exactly what you're looking for. 7- Cart:
- Add products to the cart, update quantities, and proceed to checkout for a seamless purchasing process. 8- Profile:
- Manage user profiles, view order history, update personal information, and track orders. 9- Order Tracking:
- Keep track of the status of orders placed, including order confirmation, shipping, and delivery.
Make sure you have Flutter and Dart installed on your machine. If not, follow the official Flutter installation guide.
-
Clone the repository:
git clone https://github.com/karar0120/mega_store.git cd icon-tech-app-flutter -
Install dependencies:
flutter pub get
-
Run the app:
flutter run
.
βββ core # For all common and core files.
β βββ error # contains all Exceptions and Failures classes
β βββ presentation # Common presentation files
| β βββ blocs # Common blocs
| β βββ pages # Core pages
| β βββ widgets # Common widgets
β βββ route # Routes for navigation
β βββ theme # Theme data
β βββ usecases # Common usecases
|
βββ data # Data Files of Feature 1
β βββ datasources # DataSources Abstract Files and Implementations
β β βββ feature # Feature 1 (for exp : Todo Feature)
β β βββ sub-feat. # Sub feature
β βββ models # Models for data
β β βββ feature # Feature 1 (for exp : Todo Feature)
β β βββ sub-feat. # Sub feature
β βββ repositories # Repositories Implementation Classes
β βββ feature # Feature 1 (for exp : Todo Feature)
β βββ sub-feat. # Sub feature
βββ domain # Domain
β βββ entities # Entities For Feature 1
β β βββ feature # Feature 1 (for exp : Todo Feature)
β β βββ sub-feat. # Sub feature
β βββ usecases # Usecases of Feature 1
β β βββ feature # Feature 1 (for exp : Todo Feature)
β β βββ sub-feat. # Sub feature
β βββ repositories # Repositories Abstract Classes
β βββ feature # Feature 1 (for exp : Todo Feature)
β βββ sub-feat. # Sub feature
βββ presentation # Presentation files
βββ blocs # Blocs
β βββ feature # Feature 1 (for exp : Todo Feature)
β βββ sub-feat. # Sub feature
βββ pages # Pages
β βββ feature # Feature 1 (for exp : Todo Feature)
β βββ sub-feat. # Sub feature
βββ widgets # Widgets
βββ feature # Feature 1 (for exp : Todo Feature)
βββ sub-feat. # Sub feature
This app uses [Clean Architecture by Robert C Martin]
Image Source : ResoCoder
.
βββ master # Contains the latest release
βββ dev # Contains the latest development
βββ feature1 # feature 1 created from dev
βββ feature2 # feature 2 created from dev
βββ feature3 # feature 3 created from dev
βββ bugFix1 # bugfix 1 created from dev
βββ bugFix2 # bugfix 1 created from dev
βββ docChange1 # docChange 1 created from dev
βββ docChange1 # docChange 2 created from dev
- Users can sign in or sign up to access the app's features and personalize their shopping experience.
- Browse through a wide range of products organized into categories for easy navigation.
- Users can add products to their favorites list for quick access and future reference.
View detailed information about each product, including images, descriptions, prices, and specifications.
- Read and write reviews for products to help other users make informed purchasing decisions.
Search for products by name, category, or keyword to find exactly what you're looking for..
Add products to the cart, update quantities, and proceed to checkout for a seamless purchasing process.
- Manage user profiles, view order history, update personal information, and track orders.
- Keep track of the status of orders placed, including order confirmation, shipping, and delivery.


















