DRT Description A simple command line application to print the tag name for the current version of your package. Usage dart pub global activate drt drt Assuming a pubspec.yaml which contains: version: 1.2.3 The drt command will print: v1.2.3 111