Multiplatformní vývoj Flutter aplikací
Flutter Framework - History, Widgets & Layout
- Course organization, requirements to pass.
- What is Flutter: Definition, goals, history, state of the tech, viable usage (platforms, …).
- Flutter basics: What are widgets, types of widgets, stateless widget.
- Demo: Minimum Flutter app, stateless widget demo, basic layout.
- Build method example returning a widget
- How to add properties to a custom widget
- Widget using another custom widget in its build method
- Widgets: MaterialApp, Scaffold, Text, Column/Row, Align, Center, Container
- properties of Row and Column
- Dart: Basic conventions (private,
final
, use this shortcut in constructors, …)