redux_persist_web 0.8.2
redux_persist_web: ^0.8.2 copied to clipboard
Redux Persist Web Integration with custom storage engines (localStorage)
redux_persist_web
#
Web Storage Engine for redux_persist.
Saves to localStorage.
Usage #
final persistor = Persistor<AppState>(
// ...
storage: WebStorage(),
);
Key #
You can pass a key argument to WebStorage to set the key for localStorage.
Features and bugs #
Please file feature requests and bugs at the issue tracker.