feat(repository): add ability to pass credentials in callbacks argument

This commit is contained in:
Aleksey Kulikov 2021-09-29 18:54:29 +03:00
parent 299d1a17e7
commit 4c7a096fe3
31 changed files with 1340 additions and 308 deletions

View file

@ -20,5 +20,7 @@ export 'src/stash.dart';
export 'src/remote.dart';
export 'src/refspec.dart';
export 'src/callbacks.dart';
export 'src/credentials.dart';
export 'src/features.dart';
export 'src/error.dart';
export 'src/git_types.dart';