xxxxxxxxxx
// Flutter Build Numbers
// Here is some explanation for you all regarding build numbers and versioning.
// --
// We are using Android as an example. I think if your android build number
// for flutter is configured it will sort itself out in Xcode for IOS.(I Think!)
We manage our versions inside our pubspec.yaml
Inside our pubspec.yaml, you should find this "version: 1.0.0+1"
That is where we manage our versions and our builds.
↓↓↓ Version Number + ↓↓↓ Build Number
"version: 1.0.0" + "1"
Together they look like "1.0.0+1"