Skip to content

presets

presets prints built-in blueprint IDs.

Terminal window
dart run stackchain presets
ID Fingerprint
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 + firebase / analytics / crashlytics
minimal feature_first / bloc; core_services, widgets, flavors, ci off
stackchain:
preset: production_bloc
features: [splash, auth, home]

Or migrate:

Terminal window
dart run stackchain migrate --preset production_riverpod

Full details: Presets reference.