Riverpod
stackchain: state_management: riverpodGenerated structure
Section titled “Generated structure”presentation/providers/ <feature>_provider.dart # StateNotifier-style provider templateAdvantages
Section titled “Advantages”- Compile-safe providers, flexible scoping
- Production preset:
production_riverpod
How stackchain wires it
Section titled “How stackchain wires it”Infers flutter_riverpod, generates provider files, and syncs DI/router as configured (typically get_it + go_router in the production preset).