Mason support for the Bloc Library. A collection of bricks for effectively working with the bloc state management library.
Ensure you have the mason_cli installed. Bricks can be installed from brickhub.dev.
mason add <BRICK>
Brick | Description |
---|---|
bloc |
Generate a new Bloc |
cubit |
Generate a new Cubit |
hydrated_bloc |
Generate a new HydratedBloc |
hydrated_cubit |
Generate a new HydratedCubit |
replay_bloc |
Generate a new ReplayBloc |
replay_cubit |
Generate a new ReplayCubit |
flutter_bloc_feature |
Generate a new Flutter feature with bloc |