Flutter automatically update application when new version is available
问题 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. 回答1: Actually, in June 2020, we have more possibilities with Flutter. Among them: 1. Make updates inside the app. Display two kinds of notifications if the app has the new version. Plugin - https://pub.dev/packages/in_app_update (works only on Android, iOS doesn't support such functionality) 2. When a newer app version is available in the app