Skip to content

Cubit

stackchain:
state_management: cubit
presentation/cubit/
<feature>_state.dart
<feature>_cubit.dart
  • Simpler than Bloc when events are unnecessary
  • Same flutter_bloc ecosystem
  • Mid-point via migrate --state cubit

Uses Cubit templates under the presentation layer and the clean_cubit preset for a ready stack.