chore: upgrade dependencies

This commit is contained in:
Aleksey Kulikov 2022-05-23 13:42:43 +03:00
parent faddaa52e2
commit 2956a35944
48 changed files with 3453 additions and 3174 deletions

View file

@ -348,7 +348,7 @@ class IndexEntry extends Equatable {
String get path => _indexEntryPointer.ref.path.cast<Utf8>().toDartString();
set path(String path) =>
_indexEntryPointer.ref.path = path.toNativeUtf8().cast<Int8>();
_indexEntryPointer.ref.path = path.toNativeUtf8().cast<Char>();
/// UNIX file attributes of a index entry.
GitFilemode get mode {