State management
If you are already familiar with state management in reactive apps, you can skip this section, though you might want to review the list of different approaches.
As you explore Flutter, there comes a time when you need to share application state between screens, across your app. There are many approaches you can take, and many questions to think about.
In the following pages, you will learn the basics of dealing with state in Flutter apps.
Unless stated otherwise, the documentation on this site reflects the latest stable version of Flutter. Page last updated on 2024-04-04. View source or report an issue.