A modern e-commerce mobile app built with Flutter, offering a seamless platform for purchasing fresh, organic vegetables. Features include product browsing, cart management, secure payments, and push notifications, backed by Firebase services.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Pass product entity to FruitItem and update BestSellingGridView to use dynamic product count
4e8f952View on GitHubRegenerate build artifacts and update native assets for improved performance
376b855View on GitHubUpdate Flutter SDK to version 3.27.3 and regenerate build artifacts
d569ac6View on GitHubReplace BestSellingGridView with BestSellingGridViewBlocBuilder for improved state management
43167e7View on GitHubEnhance CustomBlocObserver with logging for bloc lifecycle events and integrate ProductsCubit in HomeView for best-selling products retrieval
2376d71View on GitHubRename HomeView to MainView and refactor related imports and routes
5a87862View on GitHubRename HomeView to MainView and update navigation routes accordingly
5a0d399View on GitHubAdd getBestSellingProducts method to ProductsCubit for improved product retrieval
35ded0aView on GitHubAdd ProductsCubit and ProductsState for product management
6e90272View on GitHubupdate products_repo_impl.dart and firestore_service.dart
fea97e9View on GitHubMerge branch 'main' of https://github.com/FlutterSmith/E-VeggieStore
92b1b4dView on GitHub