Command line tool for versioning your flutter project follow standard semantic version.
Have you ever use npm version
in your JavaScript project? I love to that command line. I hope there is a similar one for flutter project.
So, I build this tool.
tanda
will changes the version your Flutter project by changing data in pubspec.yaml
and also create git commit & tag for the version.