providers library

Classes

IsUpdateAvailableProviderState
Provides whether an update is available.
PatchingProgressProviderState
Provides the current PatchingProgress.

Properties

isUpdateAvailableProvider → AsyncNotifierProviderImpl<IsUpdateAvailableProviderState, bool>
Provides whether an update is available.
final
patcherServiceProvider Provider<PatcherService>
Provides the current PatcherService instance.
final
patchingProgressController AlwaysAliveRefreshable<PatchingProgressProviderState>
Expososes the controller for patchingProgressProvider.
final
patchingProgressProvider StateNotifierProvider<PatchingProgressProviderState, PatchingProgress?>
Provides the current PatchingProgress.
final
releaseDataSourceProvider Provider<ReleaseDataSource>
Provides the current ReleaseDataSource instance.
final
releaseRepositoryProvider Provider<ReleaseRepository>
Provides the current ReleaseRepository instance.
final
updateCheckerProvider AlwaysAliveRefreshable<IsUpdateAvailableProviderState>
Provides methods for re-checking for updates.
final