In case of android go to local. properties than change version name and code same like flutter version code and name.
Read moreHow do you force a flutter app to update?
Injecting force update mechanism to a Flutter app
Read moreHow do you release the flutter app?
From the command line:
Read moreHow do you use obfuscation on Android?
How To Obfuscate In Android With ProGuard
Read moreWhat is app bundle flutter?
flutter build appbundle. builds the ‘app bundle’ that is uploaded to the Google Play store. The app bundle is basically a bundle of apk files . When a user installs your app, Google Play will serve the optimal apk to the device. The app bundle is compressed into a aab file (Android app bundle).
Read moreIs App bundle better than APK?
Android App Bundle: Google Play uses the app bundle to generate and optimize APKs for distribution for different device configurations and languages. This makes your app smaller (on average, 15% smaller than a universal APK) and faster to download, which can lead to more installs and fewer uninstalls .
Read moreHow do you generate IPA in Flutter?
ipa file from Flutter ? – Flutter Agency.
Read more