Cretezy / redux_persist

Persist Redux State
https://pub.dartlang.org/packages/redux_persist
MIT License
130 stars 41 forks source link

FIX: Throw an exception on first startup. #38

Closed jiisd closed 5 years ago

jiisd commented 5 years ago

SerializationException: On load: NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling:

Cretezy commented 5 years ago

This is an error in your serializer. Your serializer must be able to accept null.