如果您已经熟悉响应式应用程序中的状态管理,可以跳过本节,不过您可能需要回顾不同方法的列表

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 应用程序中处理状态的基础知识。