You will find versionCode or buildnumber (for android) in your android/app/build. gradle. Here 1.2. 0 is Version Name and +1 is Version code.
Read moreWhat is version control in flutter?
Flutter Management Version allows different types of flutter versions to be available on a project basis . This means that we can define specific types of flutter versions for different types of projects, it allows us to release multiple channels, cache it locally, so switch versions.
Read moreHow do I know my flutter version?
You’ll see something like below in your terminal window: Doctor summary (to see all details, run flutter doctor -v ): [✓] Flutter (Channel stable, 2.10. 3, on macOS 12.1 21C52 darwin-x64, locale en) [✓] Android toolchain – develop for Android devices (Android SDK version 31.0.
Read more