Mobile Development
Flutter Basics
Core Flutter concepts for building maintainable mobile UIs.
Widgets first
Flutter UI is built by composing widgets.
Stateful vs stateless
Use StatefulWidget when local state changes over time.
Mobile Development
Core Flutter concepts for building maintainable mobile UIs.
Flutter UI is built by composing widgets.
Use StatefulWidget when local state changes over time.