git2 0.0.3 copy "git2: ^0.0.3" to clipboard
git2: ^0.0.3 copied to clipboard

A libgit2 wrapper written with dart:ffi. It's main purpose is to be used for dart native applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add git2

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

dependencies:
  git2: ^0.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:git2/git2.dart';
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A libgit2 wrapper written with dart:ffi. It's main purpose is to be used for dart native applications.

Repository (GitLab)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

ffi

More

Packages that depend on git2