// the find
bizz84/layout-demo-flutter
Super Useful Flutter Layouts - Right in Your Pocket. 😉
A Flutter demo app showing common layout widgets in action — Row, Column, Stack, Slivers, PageView, Hero images, nested lists. It's a teaching tool, not a library: you clone it, run it, and poke at the code. Aimed at Flutter beginners who want to see layout widgets in a real runnable app rather than just reading docs.
Each layout gets its own dedicated page with a working example, so you can isolate and study one widget at a time without noise from the others. The app is itself built from the same widgets it demonstrates, which makes the source code a living reference. It has a companion web deployment so you can preview without a simulator. The author (Andrea Bizzotto) maintains active Flutter content, so the repo has seen updates as Flutter has evolved.
The code is old enough that some patterns (e.g., Slivers usage) don't reflect current best practices, and the docs links still point to the retired docs.flutter.io domain. There's essentially one widget_test.dart file that does nothing useful — no tests for any of the demo pages. It stops at layout basics: nothing on ResponsiveLayout, LayoutBuilder for breakpoints, or adaptive UI, which is where Flutter layout actually gets hard. The repo is a snapshot of a tutorial series from ~2018-2019; if you need current Flutter 3.x idioms, you'll need to cross-reference the official docs anyway.