Releases: timtraversy/new_version
Releases · timtraversy/new_version
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
- Optional field
releaseNotesadded toVersionStatus, which contains the release notes for a published app. - Optional parameter
allowDismissaladded toshowUpdateDialogfunction. When it is set to false, the plugin prevents the user from dismissing the update dialog. By default it is true.
0.2.0
Breaking changes
NewVersionnow only has three fieldsiOSId,androidId, andiOSAppStoreCountry. The other fields have been turned into parameters for the individual functions.
0.1.0
Breaking changes
VersionStatuscan no longer be directly instantiated by the user.- Migrated to null-safety, so certain fields are now
finalor non-null, which may break your code.
Non-breaking changes
canUpdatenow checks that the local version is smaller than the store version, not just that it is unequal.
0.0.7
- Add
iOSAppStoreCountryparameter to allow app lookup in a different country's App Store - Bump packages to latest version
- Migrate from
package_infotopackage_info_plus - Clean up example project
- Document all parameters in README
v0.0.5
Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies.