iamport_flutter icon indicating copy to clipboard operation
iamport_flutter copied to clipboard

플러터[안드로이드]에서 IamportPayment 실행시 아래오류가 나옵니다.

Open crane123-git opened this issue 4 years ago • 1 comments

플러터에서 IamportPayment 실행시 아래오류가 나옵니다. f4

════════ Exception caught by widgets library ═══════════════════════════════ The following UnsupportedError was thrown building IamportWebView(dirty): Unsupported operation: Platform._operatingSystem

The relevant error-causing widget was: .... ════════════════════════════════════════════════════════════════

crane123-git avatar Feb 10 '21 23:02 crane123-git

안녕하세요 아임포트 기술지원팀입니다.

iamport_flutter 패키지는 안드로이드 또는 IOS 환경만 지원하며 내부 로직 중 안드로이드냐 IOS냐에 따라 다르게 처리해야하는 부분이 있어 dart:io 패키지의 Platform.isAndroid를 사용하고 있습니다.

그런데 Platform.isAndroid는 모바일 웹 환경에서 플러터 앱을 실행할 경우 말씀 하신 Unsupported operation: Platform._operatingSystem 에러가 발생하는 것 같습니다. (참고한 깃헙 이슈)

안드로이드 환경에서 테스트하고 계신다고 하셨는데, 테스트하신 경로(빌드 명령어 등)가 어떻게 되실까요?

감사합니다.

SoleeChoi avatar Feb 15 '21 00:02 SoleeChoi