Flutter automatically update application when new version is available

前端 未结 5 1812
轮回少年
轮回少年 2021-02-05 17:14

How can I implement auto-updating of my application when a new version is released without using Google Play Store? I\'m using JSON to check the version.

5条回答
  •  隐瞒了意图╮
    2021-02-05 18:19

    You can use https://pub.dev/packages/flutter_downloader and put the user to download the update (apk file) directly from your app

提交回复
热议问题