-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discussions] wechat_assets_picker图片选择在鸿蒙系统显示 #1129
Comments
flutter_photo_manager/ohos/src/main/ets/components/plugin/handlers/PhotoAssetHandler.ets Line 58 in 667f5a1
|
这个方法没有实现,我在 pm 的demo没有用到呢? 我看看实现要做啥 |
Future isLocallyAvailable(String id, {bool isOrigin = false}) async { 你本地可以先改成这样一下 |
这边本地试试 |
video,这种依赖外接纹理的。都还有问题。 |
https://gitee.com/openharmony-sig/flutter_packages/tree/master/packages/video_player |
你直接改成这个方法返回 entity.id 呢。可以加载吗? 我正在看哪些方法没有实现 |
那就是要 file 的id,我看看呢 |
好的。 |
正在修改,还要看看 wechat_assets_picker, getFileFd 方法应该是只有 鸿蒙才有的 |
好的 |
可以加 qq群 981630644,这样反馈更快速些 |
已申请加入 |
我试了一下。可以播放,用fd |
您那边怎么使用,可以截图发下部分代码吗? |
我只是在 pm 里面改的。。wechat_assets_picker 要改的地方蛮多的。。 |
您那边预计什么时候可以更新? |
应该是鸿蒙那个时间,跟其他平台不一致吧,我看看 |
|
好的 |
好的 |
#1131 |
适配了wechat_assets_picker 一起发,你着急。可以先引用这个分支
|
好的 |
https://gitee.com/openharmony-sig/flutter_packages/issues/I9PZBG?from=project-issue 最终api 应该还会变。。我在提pr 让 video player 支持 file://格式 |
好的,我们也提了issuereporter 支持file或者contentUri,目前还没有回复 |
靠鸿蒙那边。感觉很慢。我现在是在插件里面 通过 file 去拿到 fd 的 |
好的 |
对应平台已不再开放权限。 |
Content
目前photo_manager已适配完成(pub最新版本),本地运行wechat_assets_picker可以正常选择图片,但是在点击图片预览时显示黑屏无图片展示,源码中看是使用的extended_image相关组件
https://github.com/fluttercandies/extended_image/assets/39117934/dd32b866-ae16-417d-bd17-475a660ffb82
日志中没有异常
请问有什么解决方法吗?
The text was updated successfully, but these errors were encountered: