Skip to content

Riverpod

stackchain:
state_management: riverpod
presentation/providers/
<feature>_provider.dart # StateNotifier-style provider template
  • Compile-safe providers, flexible scoping
  • Production preset: production_riverpod

Infers flutter_riverpod, generates provider files, and syncs DI/router as configured (typically get_it + go_router in the production preset).