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
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