version_check 0.7.1
version_check: ^0.7.1 copied to clipboard
Check iOS/Android/Mac store version and provide update alert if update is available.
0.7.1 - 2024-01-01 #
- upgrade packages
0.4.0 - 2023-05-25 #
- upgrade packages for flutter 3.10 (PR by monfadev)
0.3.0 - 2022-11-29 #
- fix version compare logic (bug report by DevNico)
0.2.2 - 2022-08-24 #
- add country parameter when requesting ios/mac version info (default='us').
- optional country argument added to VersionCheck constructor.
0.2.1 - 2022-06-03 #
- fix getting play store version due to web page change. (It will only work when version is formatted as '1.2.3')
0.2.0+1 - 2022-08-05 #
- Migrated from the deprecated package_info plugin to package_info_plus. (contributed by https://github.com/lscbot)
0.2.0 - 2021-03-09 #
- null safety
0.1.1 - 2020-05-21 #
- getStoreVersionAndUrl can be passed to constructor to override fetching version and url info.
- showUpdateDialog can be passed to constructor to override update dialog.
0.1.0 - 2020-05-21 #
- Initial release.