redux_persist 0.4.0 copy "redux_persist: ^0.4.0" to clipboard
redux_persist: ^0.4.0 copied to clipboard

outdatedDart 1 only

Persist Redux State

[0.4.0] - 2018-03-10 #

  • Decouple Flutter and Web into different packages.

[0.3.0] - 2018-03-10 #

  • Add state and raw transformers.

[0.2.0] - 2018-03-10 #

  • Move Flutter-specific code to separate, unexported file. It is likely this will become it's own pacakge.
  • Add SaveLocation for Flutter storage engine.
  • Add SharedPreference sub-engine for Flutter storage engine (make default).
  • Fix PersistorGate passing variables to state and initialization.
  • Add more docs.

[0.1.0] - 2018-03-09 #

  • Create generic StorageEngine.
  • Create FlutterStorage.

[0.0.3] - 2018-03-09 #

  • Added documentation.

[0.0.2] - 2018-03-09 #

  • Added Persistor Gate.

[0.0.1] - 2018-03-09 #

  • Initial release.