There are two ways to set build version.

  • From pubspec.yaml file (Flutter Side)
  • From build.gradle and info.plist files(Native Side)

1. From pubspec.yaml file

version

  • The version name is 1.0.14 and version code is 14.
  • You can set any version name and code.
  • Using this, we don’t need to specify build number natively.

2. From build.gradle and info.plist files(Native Side)

– Open app level build.gradle file and set version name and code inside default config.
level-build

– Open info.plist file and update below-mentioned tags.
info-plist

Need Help With Flutter Development?

Work with our skilled Flutter developers to accelerate your project and boost its performance.

Hire Flutter Developers

Support On Demand!

Related Q&A