refactor!: use Finalizer to automatically free allocated memory for objects (#48)

BREAKING CHANGE: signature change for remote and repository callbacks during repository clone operation.
This commit is contained in:
Aleksey Kulikov 2022-04-28 11:04:48 +03:00 committed by GitHub
parent 94c40f9a94
commit a3213a88a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
103 changed files with 2278 additions and 2595 deletions

View file

@ -3,19 +3,20 @@ description: Dart bindings to libgit2
version: 0.0.1
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=2.13.0-0.0.pre.578"
dependencies:
args: ^2.3.0
cli_util: ^0.3.5
ffi: ^1.1.2
meta: ^1.7.0
path: ^1.8.1
pub_cache: ^0.3.1
dev_dependencies:
ffigen: ^4.1.2
lints: ^1.0.1
path: ^1.8.1
lints: ^2.0.0
test: ^1.20.0
flutter: