git_bindings 0.0.18 copy "git_bindings: ^0.0.18" to clipboard
git_bindings: ^0.0.18 copied to clipboard

Provides a Git Higher level API using libgit2. It can be used with both iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add git_bindings

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

dependencies:
  git_bindings: ^0.0.18

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:git_bindings/git_bindings.dart';
5
likes
40
pub points
32%
popularity

Publisher

verified publishergitjournal.io

Provides a Git Higher level API using libgit2. It can be used with both iOS and Android.

Homepage

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on git_bindings