Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 271 Bytes

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;