Dart bindings to libgit2
Find a file
2021-09-30 19:10:43 +03:00
example refactor!: use named arguments if there is more than one 2021-09-30 18:04:36 +03:00
lib refactor: change naming of local variable to reflect intent 2021-09-30 19:10:43 +03:00
libgit2 feat(repository): add ability to pass credentials in callbacks argument 2021-09-29 18:54:29 +03:00
test refactor!: use named arguments if there is more than one 2021-09-30 18:04:36 +03:00
.gitignore feat: generate bindings with ffigen 2021-06-01 20:38:32 +03:00
analysis_options.yaml style: use conts for constructors 2021-09-23 10:48:23 +03:00
pubspec.yaml docs: add readme with ffigen command for compiler options 2021-09-17 21:50:00 +03:00
README.md docs: add readme with ffigen command for compiler options 2021-09-17 21:50:00 +03:00

Development

To generate bindings with ffigen use (adjust paths to yours):

dart run ffigen --compiler-opts "-I/path/to/libgit2dart/libgit2/headers/ -I/lib64/clang/12.0.1/include"