chore: migrate to flutter 3.27

This commit is contained in:
lollipopkit
2024-12-14 14:45:04 +08:00
parent 41886be649
commit 867fcbfc0d
8 changed files with 30 additions and 38 deletions

View File

@@ -60,8 +60,6 @@ Future<void> isolateMessageHandler(
case SftpReqType.upload:
await _upload(data, mainSendPort, sendError);
break;
default:
sendError(Exception('unknown type'));
}
break;
default: