Login | Registration | Reset Password | Update Password | Home Page |
Category Product Search | Featured Product Search | Product Details | Product Review | Shop Details |
Please star⭐ the repo if you like what you see.
Flutter 3.13.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 2524052335 (3 months ago) • 2023-09-06 14:32:31 -0700
Engine • revision b8d35810e9
Tools • Dart 3.1.1 • DevTools 2.25.0
In this project, I have implemented the Clean Architecture design pattern. For state management, I utilized flutter_riverpod version 2.3.6. Furthermore, I integrated the Fake Store API to fetch various types of products. Additionally, I implemented remote and local product search functionality for both the category and featured product sections.
└── lib/
└── features/
├── account
├── authentication
├── home
├── order
└── wish_list
├── Login & Registration
├── Product Search
├── Product Details
├── Product Review
└── Shop Details
└── Remote & Local Product Search
P.S - To see on going work, feature list please check issues section and projects section
To learn more about riverpod:
https://codewithandrea.com/videos/flutter-state-management-riverpod/
To learn more about Clean architecture:
https://medium.flutterdevs.com/design-patterns-in-flutter-part-1-c32a3ddb00e2https://medium.com/ruangguru/an-introduction-to-flutter-clean-architecture-ae00154001b0
To Install flutter:
https://flutter.dev/docs/get-started/install