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