Skip to content

Presets reference

List at runtime:

Terminal window
dart run stackchain presets
ID Architecture State Routing DI Notes
production_bloc feature_first bloc go_router get_it localization, flavors, ci, strict_quality, secure storage
production_riverpod feature_first riverpod go_router get_it production toggles
production_rxdart feature_first rxdart go_router get_it
clean_cubit clean cubit go_router get_it
getx_mvc mvc getx getx getx
firebase_bloc feature_first bloc go_router get_it firebase / analytics / crashlytics
minimal feature_first bloc go_router get_it core_services/widgets/flavors/ci off

Apply:

stackchain:
preset: production_bloc

Or:

Terminal window
dart run stackchain migrate --preset production_riverpod