How do you set the version name and version code of a Flutter app without having to go into the Android and iOS settings?
In my pubspec.yaml I have
v
What worked for me:
versionname
versioncode
flutter pub get
local.properties
flutter.versionName
flutter.versionCode