Flutter 업데이트 후 로컬 플러그인 오류 보고: Couldn't read file LocalFile: "***/***.kt"even though it exists!

먼저 잘못된 Flutter 버전: Stable channel v1.12.13+hotfix.5 오류 메시지는 다음과 같습니다.
Running "flutter pub get" in push_plugin...                         0.2s
Running "flutter pub get" in example...                             0.3s
Couldn't read file LocalFile: '/Users/kamy/project_flutter/push_plugin/android/src/main/kotlin/com/bob/push/plugin/PushPlugin.kt' even though it exists. Please verify that this file has read permission and try again.

우선 제 플러그인은 자바에서 개발한 것이기 때문에 인터넷에서 xxx를 이동합니다.kt에서 kotlin 파일로는 사용할 수 없습니다.공식 이슈에서도 질문이 나오고 있습니다. 이것은 공식 버그로 다음 버전에서 해결될 것으로 예상됩니다. (새로운 언어는 항상 이런 것들을 겪어야 한다):https://github.com/flutter/flutter/issues/47933나의 해결 방법도 매우 간단하다. 바로 반환 버전이다.9.1+hotfix.6이면 해결된다.반환 해결을 원하지 않으면 kotlin에서 플러그인을 작성하는 ***Plugin 클래스로 해결할 수 있는지 시도해 보십시오.

좋은 웹페이지 즐겨찾기