app_version_cli 0.1.0 copy "app_version_cli: ^0.1.0" to clipboard
app_version_cli: ^0.1.0 copied to clipboard

Get current app version from App Stores (Android and iOS) from within the command line interface

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate app_version_cli

Use it

The package has the following executables:

$ app_version

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add app_version_cli

With Flutter:

 $ flutter pub add app_version_cli

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

dependencies:
  app_version_cli: ^0.1.0

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:app_version_cli/app_version_cli.dart';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Get current app version from App Stores (Android and iOS) from within the command line interface

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, html, http

More

Packages that depend on app_version_cli