我尝试使用Web视图,但出现错误:未为类型“_MyWidgetState”定义方法“WebView”。请尝试将名称更正为现有方法的名称,或定义名为“WebView”的方法
我添加webview_flutter:^4.0.6
8hhllhi21#
现在是WebView是WebViewWidget你可以使用如下
WebView
WebViewWidget
return WebViewWidget(controller: controller);
1条答案
按热度按时间8hhllhi21#
现在是
WebView
是WebViewWidget
你可以使用如下