-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
No named parameter with the name 'restorationId' #150
Comments
Eu resolvi colocar como dependencia: flutter_staggered_grid_view: 0.3.0 |
What flutter version do you use? |
i have same error |
i am facing the same error |
请问这个问题怎么解决 |
The last version of the package is sync with the stable channel, so you should either upgrade your version of flutter (to target the current stable with |
resolution:
|
flutter_staggered_grid_view: 0.3.2 |
when build app this error appear: No named parameter with the name 'restorationId'
Full:
/Pub/Cache/hosted/pub.dartlang.org/pub_cache-0.2.3/hosted/pub.dev/flutter_staggered_grid_view-0.3.3/lib/src/widgets/staggered_grid_view.dart:425:11: Error: No named parameter with the name 'restorationId'.
restorationId: restorationId,
this error appear after new update of package flutter_staggered_grid_view to 0.3.3
Add support for state restoration.
To temporarily solve this problem I added the following in pubspec.yaml file
dependency_overrides:
flutter_staggered_grid_view: 0.3.2
DO NOT ADD ^ to lib version number
The text was updated successfully, but these errors were encountered: