versionize 0.0.1 copy "versionize: ^0.0.1" to clipboard
versionize: ^0.0.1 copied to clipboard

discontinued

A package for updating version and build number of iOS and Android apps with a single command.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate versionize

Use it

The package has the following executables:

$ versionize

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add versionize

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

dependencies:
  versionize: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:versionize/versionize.dart';
0
likes
120
points
3
downloads

Publisher

verified publishercodella.cf

Weekly Downloads

A package for updating version and build number of iOS and Android apps with a single command.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, xml, yaml

More

Packages that depend on versionize