DEV Community

Alex Codex
Alex Codex

Posted on

Most Flutter developers know this line exists

version: 1.0.0+1

But do you know what each part does?

✅ 1.0.0 = Version Name (visible to users)
✅ 1 = Build Number (used by app stores)

Flutter #FlutterDev #AndroidDev #iOSDev #MobileDevelopment

https://medium.com/@AlexCodeX/flutter-versioning-explained-the-small-pubspec-yaml-detail-that-can-break-your-app-release-cef3a272863f?sk=844c40b9ea767a93cee58b4a10155014

Top comments (0)