riverpod library
Classes
-
FutureProvider<
T> - A provider that asynchronously creates a value.
-
Provider<
State> - A provider that exposes a read-only value.
- ProviderScope
- A widget that stores the state of providers.
Properties
-
bootstrapRouteProvider
→ FutureProvider<
LocationBootstrapRoute> -
final
-
cachedLocationProvider
→ FutureProvider<
LocationFixResult?> -
final
-
fetchAndSaveLocationProvider
→ AutoDisposeFutureProvider<
LocationFlowResult> -
Fetches current location and persists when successful.
final
-
inAppLocationConfigProvider
→ Provider<
InAppLocationConfig> -
Default InAppLocationConfig for the app — override in ProviderScope.
final
-
locationBootstrapProvider
→ Provider<
LocationBootstrap> -
final
-
locationKitProvider
→ Provider<
LocationKitBase> -
final
-
locationStorageProvider
→ Provider<
LocationStorage> -
final