如果您已經熟悉響應式應用程式中的狀態管理,可以跳過本節,不過您可能需要回顧不同方法的列表

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 應用程式中處理狀態的基礎知識。