- Support AGP 8 and Fix Compile Issue.
- Flutter minimum version
3.13.0
- Flutter minimum version
3.12.0
- Fix
WillPopScope
.
- Add HiHonor Market for Android.
- Flutter minimum version
3.10.0
- Optimize.
- Add
titleWidget
,contentWidget
.
- In forced update mode, the popup no longer closes.
- Fixed the issue that the click event of the upgrade button of the iOS pop-up window was invalid.
- The version limit of Android application permission is O, O_MR1, P.
Introduces new downloadUri
API; downloadUrl
are now deprecated. These new APIs:
- replace the
String
URL argument with aUri
, to prevent common issues with providing invalid URL strings. - Add
downloadInterceptors
,deleteOnError
,lengthHeader
,data
,options
to dio. - Reorganizes and clarifies README.
- Add new function basis #2.
- The
packageName
field is no longer provided because the package name of the project is used uniformly.
- Modify the judgment method of the platform.
- Update description.
- Minor fixes for new analysis options.
- Update README.md.
- Update README.md.
- We've ushered in major changes, not just method changes, but more performance improvements.
- Use
showUpgradeDialog<T>()
instead ofUpgradeDialog.show<T>()
. - Organize trivial parameters. Use
UpgradeConfig
,IosUpgradeConfig
,AndroidUpgradeConfig
. - The default
content
is no longer used. - For details on how to use it, see README.md.
- Add
updateButtonStyle
、isExistsFile
、indicatorHeight
、indicatorTextSize
to the config of Android. - Change
UiUpgradeConfig
toUpgradeConfig
.
- Add logs.
- Optimize the download process.
- Use stricter judgment criteria.
- The default
content
is no longer used.
- We've ushered in major changes, not just method changes, but more performance improvements.
- Use
showUpgradeDialog<T>()
instead ofUpgradeDialog.show<T>()
. - Organize trivial parameters. Use
UiUpgradeConfig
,IosUpgradeConfig
,AndroidUpgradeConfig
. - For details on how to use it, see README.md.
- Fix where Android's cancellation button was incorrectly displayed when downloading in Stronger Mode.
- Fix #1
- Add
AndroidView
click event. - Upgrade README.md
- Raise score.
- Daily upgrade.
- 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
- Update README.md.
- Update README.md.
- Update pubspec.yaml.
- Update pubspec.yaml.
- Update README.md.
- Release the first edition.
- Add
AndroidView
click event. - Update README.md.
- Update README.md.
- Support old version.