bricks/flutter_bloc_feature/README.md
Generate a new Flutter feature with bloc. Built for the bloc state management library.
mason make flutter_bloc_feature --name counter --type bloc --style basic
| Variable | Description | Default | Type |
|---|---|---|---|
name | The name of the feature | counter | string |
type | The type of the bloc | bloc | enum |
style | The style of bloc generated | basic (basic, equatable, freezed) | enum |
āā counter
ā āāā bloc
ā ā āāā counter_bloc.dart
ā ā āāā counter_event.dart
ā ā āāā counter_state.dart
ā āāā counter.dart
ā āāā view
ā āāā counter_page.dart
ā āāā view.dart