app_upgrade_checker 1.0.1
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.dialogEntrance—popIn,slideUp,fade,nonefor the dialog and sheet.AppUpgrade.showreplacesshowUpdateDialog, 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()andAppUpgrade.checkAndPrompt().UpdateCheckResult:UpdateAvailable/NoUpdate/UpdateCheckError.- Forced updates via
minSupportedVersionCodeorForcePolicy. AppUpgradeScreenwith three designs, 28 theme fields and abuilderescape hatch.UpdateEntrance— seven entrance animations;UpdatePulsefor the button.- Seven languages with automatic RTL.
UpdatePreview— see the screen before the app is published.- Android and iOS only.