github_issues 2.0.1 copy "github_issues: ^2.0.1" to clipboard
github_issues: ^2.0.1 copied to clipboard

Flutter package to create Github issues. Good for collecting user feedback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add github_issues

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

dependencies:
  github_issues: ^2.0.1

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_issues/github_issues.dart';
4
likes
50
points
75
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to create Github issues. Good for collecting user feedback.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dart_jsonwebtoken, flutter, flutter_localizations, http, intl, json_annotation

More

Packages that depend on github_issues