Flutter and Automatic Versioning
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…