Open hoyahozz opened 3 hours ago
AI Summary: The user is seeking an efficient way to determine if a specific AssetEntity
exists within an AssetPathEntity
without loading all assets, particularly for large albums. They are looking for optimized search methods or best practices within the photo_manager
library.
Platforms
dart
Description
Hello photo_manager team,
I am looking for guidance on how to efficiently find a specific
AssetEntity
within anAssetPathEntity
, especially when dealing with large albums.Currently, I am using the
getAssetListRange
method to retrieve all assets in the album and then checking if the specificAssetEntity
exists. However, this approach can be inefficient for large albums.AssetPathEntity
without loading all assets?AssetPathEntity
?Thank you for your assistance!
My code
No response
Try do it
No response