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.
You can use https://pub.dev/packages/flutter_downloader and put the user to download the update (apk file) directly from your app