인프런 커뮤니티 질문&답변

소민님의 프로필 이미지
소민

작성한 질문수

[2024 최신] [코드팩토리] [초급] Flutter 3.0 앱 개발 - 10개의 프로젝트로 오늘 초보 탈출!

구글지도 - 플랫폼뷰 관련 에러

작성

·

516

0

안녕하세요 강사님, 구글지도 사용해보기 수업을 듣는데 지도가 나타나지 않아 질문드립니다.
PlatformView, registerViewFactory가 호출되었는지 확인하라는 메세지로 파악했으나 해결 방법을 찾지 못하고 있습니다.

에러 메세지는 아래와 같습니다.

 

[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(unregistered_view_type, A UIKitView widget is trying to create a PlatformView with an unregistered type: < plugins.flutter.io/google_maps >, If you are the author of the PlatformView, make sure registerViewFactory is invoked.

See: https://docs.flutter.dev/development/platform-integration/platform-views#on-the-platform-side-1 for more details.

If you are not the author of the PlatformView, make sure to call GeneratedPluginRegistrant.register., null)

#0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652:7)

#1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:310:18)

<asynchronous suspension>

#2 PlatformViewsService.initUiKitView (package:flutter/src/services/platform_views.dart:242:5)

<asynchronous suspension>

#3 UiKitViewState.createNewUiKitView (package:flutter/src/widgets/platform_view.dart:649:44)

<asynchronous suspension>

답변 1

0

코드팩토리님의 프로필 이미지
코드팩토리
지식공유자

안녕하세요!

앱 실행 중지 후 터미널에서 flutter clean 하고 다시 실행하면 실행 될것으로 보입니다.

그래도 안되면 다시 질문 달아주세요!

감사합니다!

1.JPG gcp 설정 되어 있습니다.

소민님의 프로필 이미지
소민

작성한 질문수

질문하기