TargetPlatform.windows is not yet supported by the flutter_inappwebview plugin

1.4k Views Asked by At

Flutter code

Command info

Remaining command info

I searched about this problem then I found a solution to run command "flutter config --enable-windows-desktop" and "flutter config --enable-android" then I restart my computer but still facing the same problem. Also I have kept minSDKversion to 19. This code is not running in any platform.

1

There are 1 best solutions below

0
Shanu On

Its simply because flutter_inappwebview package doesn't have support for Windows platform. Always check platforms supported before using packages.

follow this link to view list of webview packages filtered by platform