redux_persist_flutter library

Classes

DocumentFileEngine
Storage engine to save to application document directory.
FlutterStorage
Storage engine to use with Flutter. Proxy of SharedPreferenceEngine and DocumentFileEngine.
SharedPreferencesEngine
Storage engine to save to NSUserDefaults/SharedPreferences. You should only store utf8-encoded data here, like JSON, or base64 data.

Enums

FlutterSaveLocation
Location to save state when using Flutter.