new_version 0.0.7 new_version: ^0.0.7 copied to clipboard
Check if your user has the most recent version of your Flutter app.
0.0.3 - 1/13/19 #
- Initial release. API includes
getVersionStatus
andshowAlertIfNecessary
methods. Support for iOS and Android.
0.0.5 - 9/29/20 #
- Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies.
0.0.6 - 1/15/21 #
- Add more granular parameters, fix Android web view and navigation bugs.
0.0.7 - 3/16/21 #
- Add
iOSAppStoreCountry
parameter to allow app lookup in a different country's App Store - Bump packages to latest version
- Migrate from
package_info
topackage_info_plus
- Clean up example project
- Document all parameters in README