smartnsoft / flappy_search_bar

SearchBar widget to handle most of search cases
MIT License
172 stars 94 forks source link

No named parameter with the name 'restorationId' #54

Open mohmdezeldeen opened 3 years ago

mohmdezeldeen commented 3 years ago

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