mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
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:
parent
94c40f9a94
commit
a3213a88a2
103 changed files with 2278 additions and 2595 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue