bricks/hydrated_bloc/README.md
Generate a new HydratedBloc in Dart. Built for the bloc state management library.
mason make hydrated_bloc --name counter --style basic
| Variable | Description | Default | Type |
|---|---|---|---|
name | The name of the bloc class | counter | string |
style | The style of bloc generated | basic (basic, equatable, freezed) | enum |
āāā counter_bloc.dart
āāā counter_event.dart
āāā counter_state.dart