Suresh Yadav
Suresh Yadav

Reputation: 63

TargetPlatform.windows is not yet supported by the flutter_inappwebview plugin

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.

Upvotes: 3

Views: 2241

Answers (1)

Shanu
Shanu

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

Related Questions