A fork of package:hydrated_bloc allowing turning off hydrate via command prompt. Especially for integration testing purposes.
flutter drive --dart-define=hydrated_bloc.off=true ...
or
HydratedBlocConfig.offMode = true;
Libraries
- hydrated_bloc
- An extension to package:bloc which automatically persists and restores bloc and cubit states. Built to work with package:bloc.