app_update_check 1.0.0
app_update_check: ^1.0.0 copied to clipboard
Check the App Store / Google Play for a newer version, show an optional or forced update dialog, and detect TestFlight builds. Zero dependencies.
1.0.0 #
- Store version lookup: iTunes Lookup API (iOS) and Play Store listing page (Android).
- TestFlight / install-source detection (
appStore,testFlight,playStore,sideload,development,simulator). AppUpdatestatic facade overAppUpdateChecker; results cached and concurrent lookups de-duplicated.- Optional / required (
minimumVersion) updates, customVersionSource(remote config, own API). - Adaptive update dialog with localizable texts, force mode and custom builder.
- Open the store listing natively (
market:///itms-apps://with web fallback). - No third-party Dart dependencies; no host-app native changes needed.