I have published a native app with package name e.g (com.hamzamuazzam.foo) in Google Playstore and I want to update my app that is now made in flutter , also have made all the necessary changes in my code.
new flutter app made with same package name (com.hamzamuazzam.foo) as old native app that is already published in google playstore.
Now, my main question is that can I update my new flutter App with Native app without changing the Package name in google play store ,
will Google play console allow me to update flutter app with same package name over the same native app?
Yes, you can update your app. Generally speaking, only three rules apply for updates:
versionCode
must be greater than the versionCode
of the previously released app.Besides that, it doesn't matter if you create your APK or Android App Bundle with Kotlin/Java, Flutter, Xamarin, React Native, Cordova or any other technology.