Center title in SFTP/Apt

This commit is contained in:
Junyuan Feng
2022-03-08 18:07:52 +08:00
parent 7a5516792c
commit e6e08dc407
8 changed files with 38 additions and 22 deletions

View File

@@ -3,4 +3,4 @@ import 'dart:typed_data';
extension Uint8ListX on Future<Uint8List> {
Future<String> get string async => utf8.decode(await this);
}
}