mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: disk view option & chore: flutter 3.16
This commit is contained in:
@@ -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, _) {
|
||||
|
||||
Reference in New Issue
Block a user