在NuGet安装完成后,你可以尝试重新安装flutter_inappwebview_windows插件。打开你的Flutter项目,并在终端中运行以下命令: bash flutter pub add flutter_inappwebview_windows 这将尝试安装插件及其依赖项,包括NuGet包。 检查系统环境变量是否包含了NuGet的路径: 如果安装后仍然遇到
Flutter InAppWebView Plugin Support windows now. On windows platform need create a WebViewEnvironment with a custom user data folder. https://inappwebview.dev/docs/webview/in-app-webview the WebViewEnvironment should also set in the CookieManager.instance CookieManager.instance( webViewEnvironment...