ci_outdated_notifier 0.0.3 copy "ci_outdated_notifier: ^0.0.3" to clipboard
ci_outdated_notifier: ^0.0.3 copied to clipboard

Read a pubspec.yaml file and check for outdated dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ci_outdated_notifier

With Flutter:

 $ flutter pub add ci_outdated_notifier

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

dependencies:
  ci_outdated_notifier: ^0.0.3

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:ci_outdated_notifier/ci_outdated_notifier.dart';
1
likes
110
points
181
downloads

Publisher

unverified uploader

Weekly Downloads

Read a pubspec.yaml file and check for outdated dependencies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, dio, path, pub_semver, pub_updater, yaml

More

Packages that depend on ci_outdated_notifier