// the find
abuanwar072/Plant-App-Flutter-UI
A Flutter UI demo for a plant shopping app with a home screen (search, recommended list, featured list) and a detail screen. Pure UI showcase — no state management, no backend, no real functionality. Exists to accompany a YouTube tutorial.
Clean folder structure that separates screens and components the way Flutter tutorials should teach. SVG assets via flutter_svg instead of PNGs for icons, which is the right call. The component decomposition is reasonable for the complexity level — each widget file does one thing.
Last touched in 2022 and has never been updated, so Flutter APIs and package versions will be outdated and likely require `dart pub upgrade` just to run. There is no state management at all — even the cart button is decorative. The search box does nothing. This is purely a static mockup with zero interactivity beyond navigation, which limits how much you can learn from it beyond layout techniques.