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

outdated

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.8

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
0
pub points
0%
popularity

Publisher

verified publishergitjournal.io

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

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on git_bindings