feat(tag): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-03 12:13:23 +03:00
parent f0803298c8
commit 0cdaa6f8f4
10 changed files with 392 additions and 1 deletions

View file

@ -10,5 +10,6 @@ export 'src/tree.dart';
export 'src/signature.dart';
export 'src/revwalk.dart';
export 'src/blob.dart';
export 'src/tag.dart';
export 'src/error.dart';
export 'src/enums.dart';