iamport / iamport_flutter

Flutter App에서 아임포트 결제서비스 연동을 위한 모듈입니다.
MIT License
68 stars 37 forks source link

Flutter Version Upgrade 작업 후 flutter_webview_plugin version 오류가 발생합니다. #43

Open OhByoungHo opened 2 years ago

OhByoungHo commented 2 years ago

Flutter 2.5.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision ffb2ecea52 (3 weeks ago) • 2021-09-17 15:26:33 -0400 Engine • revision b3af521a05 Tools • Dart 2.14.2

버젼 업그레이드 후에 iamport_flutter: ^0.9.15 package pub get 처리를 하고 실행을 하면,

The plugin flutter_webview_plugin uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Message가 뜹니다. iamport_flutter package 에서 Dependencies Package 중 flutter_webview_plugin 0.3.5 Version을 사용하여 문제가 발생하는 것으로 사료됩니다. flutter_webview_plugin package를 0.4.0 (Null safety) 으로 변경한후 Package를 재배포해야 할것으로 사료되는데요. 답변 부탁 드립니다.

anymate98 commented 2 years ago

0.10.0 버전부터 flutter_webview_plugin을 사용하지 않습니다. 최신버전 이용해주시기를 부탁드리겠습니다.

OhByoungHo commented 2 years ago

네. 답변 감사합니다. prerelease version 0.10.0-dev.4 package 를 사용하니, 오류가 발생 안하네요.

jimin-choi commented 2 years ago

감사합니다 도움이 되었습니다 pub Latest 버전업을 기다리겠습니다