-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save state of the widgets in the NavigationPane #856
Comments
I try this. It work for me. paneBodyBuilder: (item, body) {
return body!;
}, |
Assigning a key to the item may also work |
You can add an
Recently, If you make use of Related #910 |
Is your feature request related to a problem? Please describe.
The NavigationPane doesn't save the state of the widget when navigating between different items in the navigation menu and we
have to manually split the state from the UI and use state management packages like provider or flutter_riverpod etc...
and AutomaticKeepAliveClientMixin doesn't work because of the way that NavigationPane works
at least make it works like the way it is in Material UI so we can fix that or make it automatic like Cupertino UI
Describe the solution you'd like
I already did,
Describe alternatives you've considered
Material UI and Cupertino
Additional context
I don't have anything else to say
The text was updated successfully, but these errors were encountered: