redux_persist_web 0.8.0-rc.0 copy "redux_persist_web: ^0.8.0-rc.0" to clipboard
redux_persist_web: ^0.8.0-rc.0 copied to clipboard

outdated

Redux Persist Web Integration

redux_persist_web pub package #

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.