如果您已经熟悉响应式应用中的状态管理,可以跳过本节,但您可能仍希望查看不同方法的列表

A short animated gif that shows the workings of a simple declarative state management system. This is explained in full in one of the following pages. Here it's just a decoration.

在探索 Flutter 的过程中,您会遇到需要跨应用在不同屏幕之间共享应用状态的情况。您可以采用多种方法,并且有许多问题需要考虑。

在以下页面中,您将学习在 Flutter 应用中处理状态的基础知识。