Description
In this course, you will :
- learn some of the more complex flutter widgets, along with using charts, navigation and routing, and state management from building your own to using Redux.
- Widgets
- Layout Widgets
- Create custom widgets
- Navigation
- State managment
Syllabus :
1. Widgets
- Dart 2 - version changes (some videos will be re-recorded)
- Read me - major changes to Dart and Flutter
- Nullable types Version change example - isEmpty
- Tooltips
- Chips, keys and children
- Sliders and indicators
- PopupMenuButton
2. Layout widgets
- Expansion Panel
- TabBarView
- Stepper
- Gridview
3. Charts
- Charts Introduction
- Grouping data
- Animated Pie Charts
4. Custom Widgets
- Creating a custom widget
- Stateful Widgets
- Widget within a widget
- Child to parent
5. Navigaton
- PushNamed
- PushNamedUntilAndRemove
- Push and Pop
- Navigating from a child widget
6. State managment
- Global State
- Passing variables
- Redux