app_upgrade_checker 1.0.1 copy "app_upgrade_checker: ^1.0.1" to clipboard
app_upgrade_checker: ^1.0.1 copied to clipboard

Check for a newer app version from the store (iOS App Store / Google Play) or your backend, and prompt users to update.

1.0.1 #

  • viewType — show the update as a full screen, a dialog or a bottom sheet.
  • dialogEntrancepopIn, slideUp, fade, none for the dialog and sheet.
  • AppUpgrade.show replaces showUpdateDialog, now deprecated.

1.0.0 #

Initial release.

  • Store sources: PlayStoreSource, AppStoreSource.
  • CustomSource — your own backend or a static JSON file.
  • AppConfig(android:, ios:) — one source per platform.
  • AppUpgrade.checkUpdate() and AppUpgrade.checkAndPrompt().
  • UpdateCheckResult: UpdateAvailable / NoUpdate / UpdateCheckError.
  • Forced updates via minSupportedVersionCode or ForcePolicy.
  • AppUpgradeScreen with three designs, 28 theme fields and a builder escape hatch.
  • UpdateEntrance — seven entrance animations; UpdatePulse for the button.
  • Seven languages with automatic RTL.
  • UpdatePreview — see the screen before the app is published.
  • Android and iOS only.
23
likes
160
points
133
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Check for a newer app version from the store (iOS App Store / Google Play) or your backend, and prompt users to update.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, lottie, package_info_plus, url_launcher

More

Packages that depend on app_upgrade_checker