track livephoto status

This commit is contained in:
Alex
2025-06-16 12:25:27 -05:00
parent 3b0a803089
commit ca6fe89388
11 changed files with 282 additions and 16 deletions
@@ -376,6 +376,9 @@ extension on Iterable<PlatformAsset> {
width: e.width,
height: e.height,
durationInSeconds: e.durationInSeconds,
isLivePhoto: e.isLivePhoto,
livePhotoImageUploaded: false,
livePhotoVideoUploaded: false,
),
).toList();
}