upgrade_util 2.2.0-alpha.1
upgrade_util: ^2.2.0-alpha.1 copied to clipboard
An app upgrade plugin. It realizes the function of jumping to App Store or Market and installing after downloading APK.
2.2.0-alpha.1 #
- We've ushered in major changes, not just method changes, but more performance improvements.
Breaking changes #
- Use
showUpgradeDialog<T>()
instead ofUpgradeDialog.show<T>()
. - Organize trivial parameters. Use
UiUpgradeConfig
,IosUpgradeConfig
,AndroidUpgradeConfig
. - For details on how to use it, see README.md.
2.1.4 #
- Fix where Android's cancellation button was incorrectly displayed when downloading in Stronger Mode.
2.1.2 #
- Add
AndroidView
click event. - Upgrade README.md
2.1.1 #
- Raise score.
2.1.0 #
- Daily upgrade.
2.0.0 #
- Welcome to a brand new version.
AndroidUtil
andIOSUpgradeUtil
have given up.- Use
UpgradeUtil
to instead ofAndroidUtil
andIOSUpgradeUtil
. - Use
AndroidUpgradeInfo
to fill in the information of Android upgrade. - No longer use the
url_launcher
plugin. - For details on how to use it, see README.md
1.0.3 #
- Update README.md.
1.0.2 #
- Update README.md.
- Update pubspec.yaml.
1.0.1 #
- Update pubspec.yaml.
1.0.0 #
- Update README.md.
0.1.0 #
- Release the first edition.
0.0.9+2 #
- Add
AndroidView
click event. - Update README.md.
0.0.9+1 #
- Update README.md.
0.0.9 #
- Support old version.