// the find
Widle-Studio/Grocery-App
Flutter Grocery Shopping App (Mobile App, Web App)
A Flutter UI showcase for a grocery shopping app, generated by DhiWise (a code-gen tool). It covers the full screen set — product browsing, cart, orders, profile, chat support — but ships with no backend, no real data layer, and no tests. This is a design reference, not a starting point for a real product.
GetX for state management and routing is a reasonable choice that keeps the boilerplate low. The screen coverage is genuinely broad — 30+ screens including edge cases like empty states and order tracking. Asset organization is consistent and the project structure follows a clean layered pattern (data/domain/presentation). The Figma source being referenced means the pixel work was done properly before code was generated.
This is DhiWise-generated code — the asset folder has 200+ images named img_main1_42.png, which tells you everything about the code quality underneath. Last commit was April 2023 and it targets Flutter 3.0/Dart 2.17, both now several major versions behind. There is no backend integration, no auth implementation, no real API calls — the 'network' layer is scaffolding only. 516 forks but almost certainly zero people shipping this to production; the stars are from people saving it as a UI reference, not adopters.