miniriverpod_flutter library
Classes
- Consumer
-
ConsumerState<
T extends ConsumerStatefulWidget> - State base class that exposes ref for provider access.
- ConsumerStatefulElement
- Element that injects a WidgetRef into ConsumerState.
- ConsumerStatefulWidget
- ConsumerWidget
- ConsumerWidgetElement
- Element that drives ConsumerWidget rebuilds via provider updates.
- ProviderScope
- Root widget that provides a ProviderContainer to descendants.
- UncontrolledProviderScope
- Provider scope that always uses the given ProviderContainer.
- WidgetRef
Typedefs
- ConsumerBuilder = Widget Function(BuildContext context, WidgetRef ref)
- Builds a widget using a WidgetRef tied to the current ProviderScope.