can a flutter app be deployed in the next update on playstore if the initial app was made in android studio code example
Example 1: create signingConfigs flutter macos
keytool -genkey -v -keystore ~/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
Example 2: publish flutter app on play console
keytool -genkey -v -keystore c:\Users\USER_NAME\key.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias key