Skip to content

[Bug report] 读取不到iCloud的livephoto的原视频 #1349

@sweatfryash

Description

@sweatfryash

Version

3.6.4

Platforms

iOS

Device Model

Iphone14 pro

flutter info

[✓] Flutter (Channel stable, 3.32.7, on macOS 26.1 25B78 darwin-arm64, locale zh-Hans-CN) [849ms]
    • Flutter version 3.32.7 on channel stable at /Users/hch/dev/flutter_latest
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision d7b523b356 (5 months ago), 2025-07-15 17:03:46 -0700
    • Engine revision 39d6d6e699
    • Dart version 3.8.1
    • DevTools version 2.45.1
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror https://storage.flutter-io.cn

How to reproduce?

1.准备打开了iCloud自动同步的手机,和livephoto
2.在预览页选择iCloud livephoto
3.使用 await entity.fileWithSubtype;获取livephoto的视频
4.观察到长时间没有结果,可能出错了,或者还在loading中。(暂不确定一直等,能不能等到结果)

Logs

Example code (optional)

if (entity.isLivePhoto) {
            final videoFile = await entity.fileWithSubtype;
          }

Contact

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions