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
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.0.1, on Microsoft Windows [Version 10.0.18363.1377], locale ru-RU)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[√] Chrome - develop for the web
[√] Android Studio (version 4.1.0)
[√] IntelliJ IDEA Community Edition (version 2018.3)
[√] VS Code (version 1.51.1)
[√] Connected device (2 available)
• No issues found!
with version flutter_inappwebview: ^4.0.0+4 it works correct.
Thanks for your time.
The text was updated successfully, but these errors were encountered:
This change got us past the error and allowed us to load an html file downloaded from the web and access local css/js/imgs from the project's assets directory. So we're back in business, highly recommend this fix, thanks demchiva!
pichillilorenzo
changed the title
Error: type 'List<dynamic>' is not a subtype of type 'List<int>' in type cast
InAppLocalhostServer - Error: type 'List<dynamic>' is not a subtype of type 'List<int>' in type cast
Mar 18, 2021
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
Hi, when i call this code
I get this error.
flutter doctor
with version flutter_inappwebview: ^4.0.0+4 it works correct.
Thanks for your time.
The text was updated successfully, but these errors were encountered: