hydrated_bloc 4.1.0 hydrated_bloc: ^4.1.0 copied to clipboard
An extension to the bloc state management library which automatically persists and restores bloc states.
4.1.0 #
- Update default
HydratedStorage
to usepackage:hive
(thanks to @orsenkucher). - Add encryption support to
HydratedStorage
(thanks to @orsenkucher).
4.0.0 #
- Updated to
bloc: ^4.0.0
andflutter_bloc: ^4.0.0
onTransition
moved fromHydratedBlocDelegate
toHydratedBloc
3.1.0 #
- Persist
initialState
when initialized (thanks to @orsenkucher). - Fix: add
synchronized
to prevent file corruption (thanks to @orsenkucher) - Refactor
HydratedBlocStorage.getInstance
to avoid using singleton (thanks to @orsenkucher) - Upgrade to
path_provider: ^1.6.5
- Fix: invoke
onError
and continue emitting states when exceptions occur
3.0.0 #
- Updated to
bloc: ^3.0.0
3.0.0-dev.1 #
- Updated to
bloc: ^3.0.0-dev.1
2.0.0 #
- Update to
bloc ^2.0.0
- Adhere to effective dart
1.0.0 #
- Update to bloc
v1.0.0
- Documentation Updates
0.8.0 #
- Update to bloc
v0.16.0
- Documentation Updates
0.7.0 #
- Desktop support via path_provider_fde (#24).
- Documentation and Example Updates
0.4.1 #
- Update to support optional
id
in cases where there are multiple instances of the sameHydratedBloc
- Documentation Updates
0.4.0 #
- Update to bloc
v0.15.0
- Documentation Updates
0.3.2 #
- Minor Updates to Package Dependencies
- Documentation Updates
0.3.1 #
- Add guards to
HydratedBlocStorage
to prevent exception if cache is corrupt.
0.3.0 #
- Update
HydratedBlocStorage
to usegetTemporaryDirectory
instead ofgetApplicationDocumentsDirectory
- Documentation Updates
0.2.1 #
- Bugfix to handle
Blocs
alongsideHydrateBlocs
within the same application. toJson
can returnnull
to avoid persisting the state change
0.2.0 #
- Upated
HydrateBlocDelegate
to have a staticbuild
- Updated
toJson
andfromJson
to eliminate the need to calljson.encode
andjson.decode
explicitly. HydratedBlocSharedPreferences
replaced withHydratedBlocStorage
- Removed dependency on
SharedPreferences
- Documentation Updates
0.1.0 #
- Renamed
HydratedBlocSharedPreferences
toHydratedSharedPreferences
- Documentation Updates
0.0.3 #
Added clear
to HydratedBlocStorage
API and Documentation Updates
0.0.2 #
Documentation Updates
0.0.1 #
Initial Version of the library.
Includes:
HydratedBloc
HydratedBlocDelegate
HydratedBlocSharedPreferences