flutter 결제 위젯 오류 질문 (흰색 스크린)
tosspayments_sdk_flutter: 0.1.10 테스트 중인데 결제 연동시 아래와 같은 에러가 발생하면서 흰색 스크린으로 나오고 있습니다.
혹시 해결 방법을 알 수 있을까요?
flutter: ----------------FIREBASE CRASHLYTICS----------------
flutter: PlatformException(unregistered_view_type, A UIKitView widget is trying to create a PlatformView with an unregistered type: < plugins.flutter.io/tosspayments_webview >, If you are the author of the PlatformView, make sure
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
flutter:
#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:662:44)
<asynchronous suspension>
flutter: ----------------------------------------------------
혹시 해결 방법을 알 수 있을까요?
flutter: ----------------FIREBASE CRASHLYTICS----------------
flutter: PlatformException(unregistered_view_type, A UIKitView widget is trying to create a PlatformView with an unregistered type: < plugins.flutter.io/tosspayments_webview >, 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)flutter:
#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:662:44)
<asynchronous suspension>
flutter: ----------------------------------------------------

Learn how to host native Android views in your Flutter app with Platform Views.

