Closed Cretezy closed 6 years ago
My thoughts is that there should be a redux_persist_flutter
package that implements a storage driver (and includes the PersistorGate, since it's Flutter-specific), and eventually a redux_persist_web
package that saves to localStoage
I've created a generic StorageEngine
and FlutterStorage
, and updated the example. This should allow for a better decoupling.
Would be nice to decouple the
PersistorGate
and enable custom storage drivers, so we can supportlocalStorage
on the web.