version_check 0.2.2 version_check: ^0.2.2 copied to clipboard
Check iOS/Android/Mac store version and provide update alert if update is available.
[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.