Flutter Widgets — a practical guide to Flutter widgets with clear examples you can reuse in real projects.
Flutter Tutorial Series (25/107). Prefer one article? Read the complete Flutter tutorial.
Short description
Compose UIs from small widgets. Prefer immutable widget configuration and rebuild efficiently.
Widget tree idea
MaterialApp
→ Scaffold
→ AppBar / Body / FAB
→ Column / ListView / ...