@renube
@renube
flutter desktop에서 구현 질문
플러터 데스크탑 앱에서 url_launcher로 브라우저 띄워서 javascript sdk 활용하면 될 것 같은데 비슷한 사례가 있는지 궁금합니다. 혹은 다른 접근방법이 있을까요?
13 replies
flutter desktop에서 구현 질문
말씀해주신데로 결제위젯 Flutter SDK 를 해보았지만 ======== Exception caught by widgets library ======================================================= The following assertion was thrown building TosspaymentsInAppWebview-[LabeledGlobalKey<TosspaymentsInAppWebviewState>#9435e](dirty, state: TosspaymentsInAppWebviewState#c5d7a): A platform implementation for flutter_inappwebview has not been set. Please ensure that an implementation of InAppWebViewPlatform has been set to InAppWebViewPlatform.instance before use. For unit testing, InAppWebViewPlatform.instance can be set with your own test implementation. 'package:flutter_inappwebview_platform_interface/src/in_app_webview/platform_inappwebview_widget.dart': Failed assertion: line 202 pos 7: 'InAppWebViewPlatform.instance != null' 에러가 뜨네요.. flutter_inappwebview패키지는 플러터 데스크탑을 지원하지 않는걸로 아는데 ... Flutter SDK를 사용하면 윈도우상에서 결제 구현이 가능한거 맞나요?
13 replies
flutter desktop에서 구현 질문
네 답변해주셔서 감사합니다. 시도해보겠습니다.
13 replies