A brick to create a feature how we implement it at formigas. It follows the principles of the MVC-pattern.
See BrickHub for usage instructions.
├── features
│ ├── counter
│ │ ├── cubit
│ │ │ ├── counter_cubit.dart
│ │ │ ├── counter_state.dart
│ │ │ ├── counter_state.freezed.dart
│ │ └── counter_view.dart
Following dependencies will be installed for this brick if they are not yet present: