new_version 0.2.0 copy "new_version: ^0.2.0" to clipboard
new_version: ^0.2.0 copied to clipboard

outdated

Check if your user has the most recent version of your Flutter app.

0.2.0 - 3/23/21 #

Breaking changes

  • NewVersion now only has three fields iOSId, androidId, and iOSAppStoreCountry. The other fields have been turned into parameters for the individual functions.

0.1.0 - 3/23/21 #

Breaking changes

  • VersionStatus can no longer be directly instantiated by the user.
  • Migrated to null-safety, so certain fields are now final or non-null, which may break your code.

Non-breaking changes

  • canUpdate now checks that the local version is smaller than the store version, not just that it is unequal.

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 to package_info_plus
  • Clean up example project
  • Document all parameters in README

0.0.6 - 1/15/21 #

  • Add more granular parameters, fix Android web view and navigation bugs.

0.0.5 - 9/29/20 #

  • Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies.

0.0.3 - 1/13/19 #

  • Initial release. API includes getVersionStatus and showAlertIfNecessary methods. Support for iOS and Android.
600
likes
0
pub points
97%
popularity

Publisher

unverified uploader

Check if your user has the most recent version of your Flutter app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, html, http, package_info_plus, url_launcher

More

Packages that depend on new_version