You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm using flutter_webview_plugin in my project, several days ago it works fine, but now it is strange that onStateChanged event can't be listen, my flutter doctor result is shown below:
[✓] Flutter (Channel beta, v0.3.1, on Mac OS X 10.13.4 17E202, locale zh-Hans-CN)
[!] Android toolchain - develop for Android devices (Android SDK 27.0.3)
✗ Android license status unknown.
[!] iOS toolchain - develop for iOS devices (Xcode 9.3)
✗ libimobiledevice and ideviceinstaller are not installed. To install, run:
brew install --HEAD libimobiledevice
brew install ideviceinstaller
[✓] Android Studio (version 3.0)
[!] IntelliJ IDEA Community Edition (version 2017.3.4)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.20.0)
[✓] Connected devices (1 available)
! Doctor found issues in 3 categories.
by the way, your example code also can't listen the onStateChanged event. maybe it is related to my upgrade of flutter, hope to get your help, thanks a lot.
The text was updated successfully, but these errors were encountered:
Hello, I'm using
flutter_webview_plugin
in my project, several days ago it works fine, but now it is strange thatonStateChanged
event can't be listen, myflutter doctor
result is shown below:by the way, your example code also can't listen the
onStateChanged
event. maybe it is related to my upgrade of flutter, hope to get your help, thanks a lot.The text was updated successfully, but these errors were encountered: