- fix version compare logic (bug report by DevNico)
- add country parameter when requesting ios/mac version info (default='us').
- optional country argument added to VersionCheck constructor.
- fix getting play store version due to web page change. (It will only work when version is formatted as '1.2.3')
- Migrated from the deprecated package_info plugin to package_info_plus. (contributed by https://github.com/lscbot)
- null safety
- getStoreVersionAndUrl can be passed to constructor to override fetching version and url info.
- showUpdateDialog can be passed to constructor to override update dialog.
- Initial release.