Layouts in Flutter: Exploring Stateful Widgets
Flutter
| Beginner
- 12 videos | 1h 21m 5s
- Includes Assessment
- Earns a Badge
Widgets in Flutter can be stateless or stateful. Stateless widgets have properties that do not change, while stateful widgets contain mutable states that can be updated. In this course, you will create Flutter widgets that hold state information in a different object. You will see how you can handle user actions that update state and how Flutter automatically redraws widgets when their state changes. Next, you will build and use a number of different stateful widgets such as counters, checkboxes, and widgets that update state based on a timer. You will share state across multiple widgets by storing state in a parent component, and you will use callbacks to allow child components to change the parent's state. Finally, you will learn to design layouts using the Column and Row widgets in Flutter.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseBuild widgets that holds its mutable stateUse the same state in multiple widgetsUse timers to update state in widgetsBuild stateful checklists and iconsUse the row widget to display images
-
Explore main axis and cross axis in row widgetsExplore axes in column widgetsUse expanded widgets and the flex factorCreate and view fixed-size layoutsCreate and use flexible and responsive layoutsSummarize the key concepts covered in this course
IN THIS COURSE
-
1m 38s
-
10m 8s
-
7m 34s
-
9m 38s
-
10m 36s
-
9m 6s
-
4m 50s
-
5m 41s
-
5m 52s
-
6m 38s
-
7m 12s
-
2m 12s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE
Book
Flutter in Action