I was wondering whether is it possible to have automatic versioning (following the SemVer convention) in Flutter, set in a GitLab/GitHub/BitBucket pipeline. Obviously, all git commits will follow the Conventional Commits structure.
I searched a lot but could not find anything helpful. All I could find was a way to create automatic changelog based on the commits (but that is not my situation here). Has anyone encountered the same problem and found a solution?
Yes you can by integrating Fastlane in your project
link : https://docs.flutter.dev/deployment/cd#fastlane