반응형
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Bad state: Can't finalize a finalized MultipartFile.
이 에러가 나는 이유는 MultipartFile이 한번 보내졌었기 때문이다.
해결하려면, 새로운 MultipartFile을 생성하면 된다!
반응형
'flutter' 카테고리의 다른 글
node js, npm 버전 확인 및 업데이트 (0) | 2022.09.01 |
---|---|
flutter에서 nodejs 서버로 이미지 업로드하기 - 서버부분 (0) | 2022.08.24 |
Error: Cannot set headers after they are sent to the client (0) | 2022.08.17 |
provider model for loop - flutter provider 빌드 순서 (0) | 2022.07.30 |
A value of type 'Future<dynamic>' can't be returned from the method '' because it has a return type of 'Widget' (0) | 2022.07.28 |