verman 1.1.1+3 copy "verman: ^1.1.1+3" to clipboard
verman: ^1.1.1+3 copied to clipboard

A friendly neighborhood version manager for Flutter projects. Automates versioning across pubspec.yaml, build.gradle, and Info.plist.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate verman

Use it

The package has the following executables:

$ verman

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add verman

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  verman: ^1.1.1+3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:verman/verman.dart';
1
likes
0
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A friendly neighborhood version manager for Flutter projects. Automates versioning across pubspec.yaml, build.gradle, and Info.plist.

Repository (GitHub)
View/report issues

Topics

#version #automation #flutter #cli

License

unknown (license)

Dependencies

path, yaml

More

Packages that depend on verman