git_dependency_prs 0.2.3 copy "git_dependency_prs: ^0.2.3" to clipboard
git_dependency_prs: ^0.2.3 copied to clipboard

Link PRs to git dependencies. Generate update timelines and enforce compliance.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate git_dependency_prs

Use it

The package has the following executables:

$ git_dependency_prs

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add git_dependency_prs

With Flutter:

 $ flutter pub add git_dependency_prs

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

dependencies:
  git_dependency_prs: ^0.2.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:git_dependency_prs/git_dependency_reference.dart';
import 'package:git_dependency_prs/github.dart';
import 'package:git_dependency_prs/lint.dart';
import 'package:git_dependency_prs/pens.dart';
import 'package:git_dependency_prs/pub.dart';
import 'package:git_dependency_prs/util.dart';
1
likes
140
pub points
0%
popularity

Publisher

verified publisheriodesignteam.com

Link PRs to git dependencies. Generate update timelines and enforce compliance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

ansicolor, args, github, intl, pub_api_client, pub_update_checker, timeago, yaml

More

Packages that depend on git_dependency_prs