-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: state restorationRestorationManager and related APIsRestorationManager and related APIsframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Description
PageStorage is used in the Flutter Gallery for maintaining scrollable page states. For example, in the home page, whether or not the category pages are expanded is dependent upon on an _isExpanded property, which is looked up via PageStorage.of(context).readState
.
Since the return type of readState
is dynamic
, this might be a little complicated and require a separate API for state restoration, or some other solution.
cc/ @goderbauer
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: state restorationRestorationManager and related APIsRestorationManager and related APIsframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team