Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.05 KB

Bloc Bricks 🧱

Mason support for the Bloc Library. A collection of bricks for effectively working with the bloc state management library.

Installation

Ensure you have the mason_cli installed. Bricks can be installed from brickhub.dev.

mason add <BRICK>

Bricks

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