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

check your pub package's updates

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pub_check_updates

Use it

The package has the following executables:

$ pcu

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pub_check_updates

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

dependencies:
  pub_check_updates: ^0.0.1

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:pub_check_updates/analysis.dart';
import 'package:pub_check_updates/main.dart';
import 'package:pub_check_updates/utils.dart';
import 'package:pub_check_updates/version_manager.dart';
import 'package:pub_check_updates/version_util.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

check your pub package's updates

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

args, dio, path, pub_semver, yaml

More

Packages that depend on pub_check_updates