Mason brick for Bloc with freezed.
mason make freezed_bloc --name counter
Specify output directory:
mason make freezed_bloc --name counter -o ./path
Variable | Description | Default | Type |
---|---|---|---|
name |
The name of the bloc class | counter |
string |
├── counter_bloc.dart
├── counter_event.dart
└── counter_state.dart