Xfile 에러 문구
The name 'XFile' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'XFile'
image_picker 에러 문구
The library 'package:image_picker/image_picker.dart' is legacy, and shouldn't be imported into a null safe library.
flutter_kakao_map과 image_picker를 같이 쓰는 경우 버전간의 충돌로 인해서 에러 발생
: flutter_kakao_map를 사용하면 image_picker를 하위 이전 버전으로 자동 고정시키는데 이전 버전의 경우 null safe 를 제공하지 않기 때문에 아예 image_picker의 import가 원할하지 않아서 사용 자체가 안되는 거였음
Describe the bug
flutter에서 kakao_map 사용하는 도중, 두 가지 에러 발생
To Reproduce
feature/nanum/post
브랜치에 업로드해놨던 코드 상태에서 kakao map을 사용하기 위해 관련 환경 설정 시작android/app
디렉토리 내에 필요한 파일들 추가flutter_kakao_map
관련 dependency 추가flutter pub get
실행Expected behavior Todo
Screenshots
The name 'XFile' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'XFile'
The library 'package:image_picker/image_picker.dart' is legacy, and shouldn't be imported into a null safe library.