v3.2.3flutter_app_update
一个简单、轻量且可自定义的 Flutter 版本更新库
60喜欢 2200近 30 天下载140Pub 分数
AndroidiOS
一个Flutter版本简单、轻量、可随意定制的Android版本更新库
{"sdk":"flutter"}{"sdk":"flutter"}^2.0.0以下为英文项目原文快照,最新内容请访问 GitHub。
dependencies:
flutter_app_update: ^latest_version
UpdateModel and set apk url UpdateModel model = UpdateModel(
url,
"flutterUpdate.apk",
/// android res/mipmap icon name
"ic_launcher",
'https://itunes.apple.com/cn/app/xxxx',
);
AzhonAppUpdate.update(model).then((value) => debugPrint('$value'));
@override
void initState() {
super.initState();
AzhonAppUpdate.listener((ResultModel model) {
debugPrint('$model');
});
}
https://raw.githubusercontent.com/azhon/FlutterAppUpdate/main/example/img/en/img1.jpg https://raw.githubusercontent.com/azhon/FlutterAppUpdate/main/example/img/en/img2.jpg https://raw.githubusercontent.com/azhon/FlutterAppUpdate/main/example/img/en/img3.jpg https://raw.githubusercontent.com/azhon/FlutterAppUpdate/main/example/img/en/img4.jpg