_
_
flutter sdk 관련
플러터로 데스크탑 서비스를 개발중에 있습니다. 토스 sdk를 이용해서 결제창을 띄울려고 하는데, 데스크톱(mac, windows)환경에서는 작동이 안됩니다. 외부 라이브러리 의존성을 다 설치해놓고 테스트한 모바일 기기에서는 정상 작동 하지만, 같은 환경의 데스크톱 환경에서는 작동을 하지 않습니다. [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: MissingPluginException(No implementation found for method getPlatformVersion on channel os_info_plugin) [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: MissingPluginException(No implementation found for method getPlatformVersion on channel os_info_plugin)
5 replies