You can update both the version name and the version code number in the same place in pubspec.yaml. Just separate them with a +
sign. For example:
version: 1.0.0+2
This means
- The version name is
1.0.0
- The version code is 2
Semoga bermanfaat …
You can update both the version name and the version code number in the same place in pubspec.yaml. Just separate them with a +
sign. For example:
version: 1.0.0+2
This means
1.0.0
Leave a Reply