update_app 0.1.7
update_app: ^0.1.7 copied to clipboard
Update the app, pass in the updated address, and update the app. The Android part is implemented using DownloadManager.
0.0.1 #
- 使用DownloadManager进行下载
- 监听下载完成广播
- 适配Android 6.0运行时权限 文件存储在app目录, 不需要申请运行时权限
- 适配Android 7.0FileProvider
- 适配Android 8.0安装权限
- 适配Android 9.0网络安全通信
0.0.2 #
未修改
0.0.3 #
- 完成IOS部分, 跳转Apple Store
0.0.4 #
- 修复bug
0.0.5 #
1.修改版本问题
0.1.0 #
1.Modify the prompt and version number according to pub.dev
0.1.1 #
1.update README.MD
0.1.2 #
1.update README.MD
0.1.5 #
1.update yaml description
0.1.6 #
- Merge pull request #9
0.1.7 #
- Fix #1
- Add download progress monitoring