Hydrated Bloc Versions Save

An extension to the bloc state management library which automatically persists and restores bloc states.

v5.0.2

3 years ago
  • fix: upgrade to hydrated_cubit ^0.1.2 to prevent data loss during migration.

v5.0.3

3 years ago
  • fix: excessive storage reads and fromJson invocations
  • chore: upgrade to hydrated_cubit ^0.1.3
  • chore: upgrade to bloc ^5.0.1
  • docs: minor documentation improvements

v5.0.1

3 years ago
  • fix: export Storage interface
  • fix: use Storage interface to enable custom Storage

v5.0.0

3 years ago
  • BREAKING: update to bloc ^5.0.0
  • BREAKING: extend hydrated_cubit ^0.1.0
  • BREAKING: super.initialState is no longer required
  • docs: minor updates to README
  • docs: logo updates

v4.1.0

4 years ago
  • Update default HydratedStorage to use package:hive (thanks to @orsenkucher).
  • Add encryption support to HydratedStorage (thanks to @orsenkucher).

v4.0.0

4 years ago
  • Updated to bloc: ^4.0.0 and flutter_bloc: ^4.0.0
  • onTransition moved from HydratedBlocDelegate to HydratedBloc

v3.1.0

4 years ago
  • Persist initialState when initialized (thanks to @orsenkucher).
  • Fix: add synchronized to prevent file corruption (thanks to @orsenkucher)
  • Refactor HydratedBlocStorage.getInstance to avoid using a singleton (thanks to @orsenkucher)
  • Upgrade to path_provider: ^1.6.5
  • Fix: invoke onError and continue emitting states when exceptions occur

v3.1.0-dev.2

4 years ago

3.1.0-dev.2

  • Persist initialState when initialized.
  • Fix: add synchronous to prevent file corruption
  • Refactor HydratedBlocStorage.getInstance to avoid using a singleton
  • Upgrade to path_provider: ^1.6.5
  • Fix: invoke onError and continue emitting states when exceptions occur

v2.0.0

4 years ago

2.0.0

v3.0.0

4 years ago

3.0.0

  • Updated to bloc: ^3.0.0