new: disk view option & chore: flutter 3.16

This commit is contained in:
lollipopkit
2023-11-19 13:15:12 +08:00
parent d3a6b1639c
commit 5660c0e0db
12 changed files with 57 additions and 92 deletions

View File

@@ -149,7 +149,7 @@ class DockerProvider extends ChangeNotifier {
runLog = '';
final errs = <String>[];
final code = await client!.execWithPwd(
final code = await client?.execWithPwd(
_wrap(cmd),
context: context,
onStdout: (data, _) {