-
Notifications
You must be signed in to change notification settings - Fork 34
Issues with latest redux and flutter persist packages #11
Comments
Hi @FranPitri @nathandaly , I'm having the same issue. Here is the error: [VERBOSE-2:ui_dart_state.cc(148)] Unhandled Exception: StorageException: load: ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized. Can you do something or guide us to the solution please? Thanks Pierre |
Same problem since I updated flutter:
|
Firstly I really like your folder structure.
I am trying to update this with the latest redux and redux persist and think there are some breaking changes including the line below where it does not recognise
PersistLoadedAction
:https://github.com/FranPitri/flutter_redux_boilerplate/blob/master/lib/reducers/app_reducer.dart#L8
I also had to swap out
decoder
withserializer
in the Persistor definition.Do you have a branch of this project using the latest versions and if not do you know how to correct the above issue?
Thanks in advance
Nathan
The text was updated successfully, but these errors were encountered: