HarmonyOS webView_flutter保存
1、ERROR:
ArkTS:ERROR File: /Users/xxxxx/.pub-cache/git/flutter_packages-335b6f6f4620090a9bf503536e6af82d593fbb06/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/OhosWebView.ets:17:10 Module '"@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView"' has no exported member 'Params'. Did you mean to use 'import Params from "@ohos/flutter_ohos/src/main/ets/plugin/platform/PlatformView"' instead?
- 1.
2、ERROR:
ArkTS:ERROR File: /Users/xxxxx/.pub-cache/git/flutter_packages-335b6f6f4620090a9bf503536e6af82d593fbb06/packages/webview_flutter-v4.4.4/webview_flutter_ohos/ohos/src/main/ets/io.flutter.plugins/webview_flutter/WebViewHostApiImpl.ets:396:3
Property 'getView' in type 'WebViewPlatformView' is not assignable to the same property in base type 'PlatformView'.
Type '() => WrappedBuilder<[Params]>' is not assignable to type '() => DVModel'.
Type 'WrappedBuilder<[Params]>' is missing the following properties from type 'DVModel': id_, compType, params, events, and 2 more.
- 1.
- 2.
- 3.
- 4.
HarmonyOS
赞
收藏 0
回答 1
相关问题
HarmonyOS webview_flutter问题
802浏览 • 1回复 待解决
HarmonyOS flutter框架,使用webview_flutter包,js如何和webview_flutter通讯
689浏览 • 1回复 待解决
HarmonyOS webview_flutter报错
1311浏览 • 1回复 待解决
HarmonyOS Flutter:三方库webview_flutter无法下载到本地
858浏览 • 1回复 待解决
HarmonyOS OpenHarmony-SIG / flutter_flutter三方库webview_flutter报错
1040浏览 • 1回复 待解决
Flutter的插件webview_flutter,在HarmonyOS应用中,无法加载本地Html文件
1586浏览 • 1回复 待解决
webview_flutter demo 中顶部导航按钮无法响应事件
1628浏览 • 1回复 待解决
HarmonyOS webview_flutter内嵌到弹窗视图或者滚动视图上时,位置偏移,且滚动联动有问题
802浏览 • 1回复 待解决
HarmonyOS flutter webview如何调试
831浏览 • 1回复 待解决
HarmonyOS 如何在Flutter中嵌入WebView?
651浏览 • 1回复 待解决
求大佬告知怎么保存webview
2372浏览 • 1回复 待解决
HarmonyOS flutter_webview重定向无法返回
900浏览 • 1回复 待解决
HarmonyOS webview_flutter_ohos加载网页白屏
1070浏览 • 1回复 待解决
HarmonyOS Flutter webview 重定向后无法返回
1263浏览 • 1回复 待解决
HarmonyOS flutter动图保存到系统相册变成了静态图片?
788浏览 • 1回复 待解决
flutter插件image_gallery_saver保存图片提示权限错误
1364浏览 • 1回复 待解决
在鸿蒙webview 中的cookie是如何保存的?
362浏览 • 1回复 已解决
flutter webview插件,拦截不到非用户点击跳转的URL
1180浏览 • 1回复 待解决
Flutter WebView加载本地html编译成ohos找不到路径的问题
1234浏览 • 1回复 待解决
HarmonyOS flutter_flutter项目进展
828浏览 • 1回复 待解决
HarmonyOS接入Flutter产物后,HarmonyOS与flutter交互报错
978浏览 • 1回复 待解决
HarmonyOS flutter插件image_gallery_saver保存到相册后无法读取图片信息提示路径不存在
728浏览 • 1回复 待解决
看报错是产物版本过低导致的问题,请确认将flutter_flutter更新到dev分支最新代码,编译/构建时不要传入–local-engine参数。