redux_persist_web 0.8.1 copy "redux_persist_web: ^0.8.1" to clipboard
redux_persist_web: ^0.8.1 copied to clipboard

outdated

Redux Persist Web Integration with custom storage engines (localStorage)

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.

0
likes
0
pub points
18%
popularity

Publisher

verified publishercretezy.com

Redux Persist Web Integration with custom storage engines (localStorage)

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

redux_persist

More

Packages that depend on redux_persist_web