app_update_monitor 1.0.1 copy "app_update_monitor: ^1.0.1" to clipboard
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().

1
likes
130
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, package_info_plus, url_launcher

More

Packages that depend on app_update_monitor