new_version_plus 0.1.2
new_version_plus: ^0.1.2 copied to clipboard
Check if your user has the most recent version of your Flutter app.
Version oiginal:
- #117: Make compatible with new Play Store UI
- #75: Add
forceAppVersionfield to make testing easier. - #77: Improve
canUpdatelogic so that greater local version won't prompt for an update. - #50: Check for empty result from iOS App Store if the app does not exist in the store
- #45: Check if What's New text exists before accessing it to prevent crash.
- 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. NewVersionnow only has three fieldsiOSId,androidId, andiOSAppStoreCountry. The other fields have been turned into parameters for the individual functions.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. canUpdatenow checks that the local version is smaller than the store version, not just that it is unequal.- 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
- Add more granular parameters, fix Android web view and navigation bugs.
- Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies.
- Initial release. API includes
getVersionStatusandshowAlertIfNecessarymethods. Support for iOS and Android.
Version Migrate
- Update plugin
0.0.1+1 #
- Fix pub dev
0.0.1+2 #
- Support old version flutter 2.5.0 it remove version 0.0.2
0.0.1+3 #
- Support old version flutter 2.5.0 it remove version 0.0.2
0.0.1+4 #
- Support old version flutter 2.5.0 it remove version 0.0.2
0.0.2 #
- Support last version of flutter
- Update plugin :)
- version stable
0.0.3 #
- fixed URL open in web view inside the app
- modified file readme
0.0.4 #
- fixed Error resolving dependencies after updating package_info_plus to 2.0.0 by Polevshchikov
- fixed get version app, now with regexpr by mauriziopinotti
- modified regexpr now Supports 1.2.3 (most of the apps), 1.1.3-rc-06, 1.17 and 1.2.prod.3 (e.g. Google Cloud)
0.0.5 #
- Add new parameter in function (showAlertIfNecessary) => LaunchModeVersion -> normal or external
- Fix: release Note
0.0.6 #
- Add support country code for android with var: androidPlayStoreCountry
0.0.7 #
- Fix remove unicode character
0.0.8 #
- Fix remove html response debug
0.0.9 #
- Fix release note, now short description.
0.0.10 #
- Add feature external app, update version package and update version sdk, VersionStatus now public.
0.0.11 #
- Add androidHtmlReleaseNotes for get release note in html format
- Update package version of external plugin
0.0.12 #
- Update package version of external plugin
0.1.0 #
- Update package version of external plugin
0.1.1 #
- Update package version of external plugin
0.1.2 #
- Update package version of external plugin