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 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: ----------------------------------------------------
Simulator_Screenshot_-_iPhone_14_Pro_Max_-_2023-09-12_at_14.23.10.png
Learn how to host native Android views in your Flutter app with Platform Views.
Hosting native Android views in your Flutter app with Platform Views
Was this page helpful?