Reputation: 63
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.
Upvotes: 3
Views: 2241
Reputation: 645
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
Upvotes: 3