updateProvider top-level property

  1. @ProviderFor.new(UpdateNotifier)
UpdateNotifierProvider updateProvider
final

Drives background update checks and explicit compatibility updates.

Call checkForUpdate on each app resume. When state transitions to UpdateInstallStatus.downloadComplete, show the user a prompt and call completeUpdate on confirmation.

Implementation

@ProviderFor(UpdateNotifier)
final updateProvider = UpdateNotifierProvider._();