Managing State in Flutter 1
Flutter represents the leading edge in the pursuit to create cross-platform mobile applications from a single code base. Learn the mechanisms that Flutter offers to efficiently manage application state while keeping application code well organized.
What you'll learn
Flutter is arguably one of the best options for creating truly cross-platform mobile applications. One of the challenges that many developers face when learning Flutter, however, is how to successfully apply its reactive data model to real applications. In this course, Managing State in Flutter, you’ll learn about the most commonly used state management options that Flutter offers and when to apply each one. First, you’ll explore how to manage data within a single component using Stateful widgets. Next, you’ll discover your options for sharing state among a collection of widgets using Providers. Finally, you’ll learn how to using the BLoC pattern to separate your application’s business logic from its visual elements. When you’re finished with this course, you’ll have the skills and knowledge of what your state management options are and when to apply them in your own Flutter applications.
Table of contents
- Version Check 0m
- Introduction 4m
- Reactive State Management 6m
- Stateless Widgets 4m
- Demo: Stateless Widgets 4m
- Demo: Building an Application Using Stateless Widgets 5m
- Stateful Widgets 4m
- Demo: A Simple Stateful Widget 5m
- Demo: Tracking Application State with Stateful Widgets 15m
- Demo: Updating Application State 7m
- Summary 2m