Flutter Candies Dev
Flutter Candies Dev
**AI Summary:** The user's Android app is being rejected by Google Play due to the `READ_MEDIA_IMAGES` permission. Removing the permission causes the `photo_manager` plugin to fail on Android 13 and...
**AI Summary:** 用户报告Android端选择图片/视频时,反选功能失效,导致只能增加选择,无法减少已选内容。即使底层数据正确,Flutter层也未正确反映反选操作。
**AI Summary:** The `moveToTrash` method on Android deletes photos instead of moving them to the trash, even after granting permissions. This behavior is observed on an Oppo Reno 6 device.
**AI Summary:** The user requests a feature to retrieve a list of parent folders for user-created albums in iOS, enabling navigation of nested album structures.
**AI Summary:** The user reports that filtering assets by `createDate` works on iOS but not on Android, where assets from several years ago are returned despite a filter for the...
**AI Summary:** The user reports that on Android, saving an image with `PhotoManager.editor.saveImage()` updates the gallery display time to the current time, but the file's metadata retains the original date...
**AI Summary:** 用户报告在 Android 15 上 `addChangeCallback` 方法无法正常工作,导致权限变更后无法刷新相册。问题出现在Android 15设备上,并且与权限有关。
**AI Summary:** The user wants to filter assets by type (e.g., video or image) within a specific album using `getAssetListPaged()`, but it lacks this functionality.
**AI Summary:** The `photo_manager` package has performance issues on iOS when handling large libraries (50K+ images), causing slow loading and laggy interactions.