upgrade_util 3.1.0
upgrade_util: ^3.1.0 copied to clipboard
A plug-in for application upgrades, which implements the method of jumping to the store and the function of installing after downloading the APK.
3.1.0 #
- Delete The label of Brand.
3.0.2 #
- Add The label of Brand.
3.0.1 #
- Format Code.
3.0.0 #
- Flutter minimum version
3.24.0. - Use
UpgradeUtil.openStoreto App Store. - The download function of pop-up window and APK is no longer provided.
2.3.7 #
- Support AGP 8 and Fix Compile Issue.
2.3.6+1 #
- Flutter minimum version
3.13.0
2.3.6 #
- Flutter minimum version
3.12.0
2.3.5+1 #
- Fix
WillPopScope.
2.3.4+1 #
- Optimize.
2.3.4 #
- Add
titleWidget,contentWidget.
2.3.3 #
- In forced update mode, the popup no longer closes.
2.3.2 #
- Fixed the issue that the click event of the upgrade button of the iOS pop-up window was invalid.
2.3.1 #
- The version limit of Android application permission is O, O_MR1, P.
2.3.0 #
Introduces new downloadUri API; downloadUrl are now deprecated. These new APIs:
- replace the
StringURL argument with aUri, to prevent common issues with providing invalid URL strings. - Add
downloadInterceptors,deleteOnError,lengthHeader,data,optionsto dio. - Reorganizes and clarifies README.
- Add new function basis #2.
2.2.4 #
- The
packageNamefield is no longer provided because the package name of the project is used uniformly.
2.2.3 #
- Modify the judgment method of the platform.
2.2.2 #
- Update description.
- Minor fixes for new analysis options.
2.2.1+2 #
- Update README.md.
2.2.1+1 #
- Update README.md.
2.2.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
UpgradeConfig,IosUpgradeConfig,AndroidUpgradeConfig. - The default
contentis no longer used. - For details on how to use it, see README.md.
2.2.0-alpha.4 #
- Add
updateButtonStyle、isExistsFile、indicatorHeight、indicatorTextSizeto the config of Android. - Change
UiUpgradeConfigtoUpgradeConfig.
2.2.0-alpha.3 #
- Add logs.
- Optimize the download process.
2.2.0-alpha.2 #
- Use stricter judgment criteria.
- The default
contentis no longer used.
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
AndroidViewclick event. - Upgrade README.md
2.1.1 #
- Raise score.
2.1.0 #
- Daily upgrade.
2.0.0 #
- Welcome to a brand new version.
AndroidUtilandIOSUpgradeUtilhave given up.- Use
UpgradeUtilto instead ofAndroidUtilandIOSUpgradeUtil. - Use
AndroidUpgradeInfoto fill in the information of Android upgrade. - No longer use the
url_launcherplugin. - 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
AndroidViewclick event. - Update README.md.
0.0.9+1 #
- Update README.md.
0.0.9 #
- Support old version.