github_kit 1.0.0 copy "github_kit: ^1.0.0" to clipboard
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';
3
likes
140
points
31
downloads

Publisher

verified publisherdammak.dev

Weekly Downloads

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, code scanning, and secret scanning.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, gql, gql_exec, gql_http_link, gql_link, http, logging, oauth2

More

Packages that depend on github_kit