github_kit 1.0.0
github_kit: ^1.0.0 copied to clipboard
GitHubKit is a comprehensive Dart package for interacting with the GitHub API. It provides an easy-to-use interface for common GitHub operations and supports advanced features like GitHub Actions, cod [...]
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate github_kit
Use it
The package has the following executables:
$ github_kit
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add github_kit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
github_kit: ^1.0.0
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:github_kit/github_kit.dart';