app_update_monitor 1.0.1
app_update_monitor: ^1.0.1 copied to clipboard
A lightweight Flutter package that effortlessly checks for app updates by comparing the installed version with the latest version available on the Apple App Store and Google Play Store.
1.0.1 #
Changelog #
1.0.1 (2025-04-23) #
-
Initial release of the
app_update_monitor
package. -
Allows comparison of the current app version with the versions available in the Apple App Store (iOS) and Google Play Store (Android).
-
Provides functionality to fetch the current version of the app installed on the device and compare it with the latest versions available in both stores.
-
Supports region-specific version info through optional country code parameter.
-
Easy integration with simple API methods:
checkVersion()
and_shouldUpdate()
.