verman 1.1.3+5 copy "verman: ^1.1.3+5" to clipboard
verman: ^1.1.3+5 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

With Flutter:

 $ flutter 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.3+5

Alternatively, your editor might support dart pub get or flutter 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
150
points
36
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

Documentation

API reference

License

MIT (license)

Dependencies

path, yaml

More

Packages that depend on verman