flutter_photo_manager
flutter_photo_manager copied to clipboard
A Flutter plugin that provides images, videos, and audio abstraction management APIs without interface integration, available on Android, iOS, macOS and OpenHarmony.
### Version 2.6.0 ### Platforms Android ### Device Model 荣耀 Magic3 Pro ### flutter info ```sh [!] Flutter (Channel stable, 3.7.6, on macOS 12.6 21G115 darwin-arm64, locale zh-Hans-CN) • Flutter...
### Version 2.6.0 ### Platforms macOS ### Device Model 13.2.1 ### flutter info ```sh Flutter (Channel stable, 3.7.0, on macOS 13.2.1 22D68 darwin-x64, locale zh-Hans) • Flutter version 3.7.0 on...
**Describe the bug** IOS16.3 选择照片偶尔出现闪退 **How to reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. Error occurred. **Expected...
**Describe the bug** We are observering crash reports on our playstore console due to the above error. **To Reproduce** Steps to reproduce the behavior: Unfortunately, we don't have a way...
**Is your feature request related to a problem? Please describe.** For media management / gallery apps, the user should not see system pop up to confirm deletion of the media....
**Describe the bug** I would like to update my custom gallery in the app when a user deletes photos from the app gallery. I listen changes by `addChangeCallback` method. When...
**Is your feature request related to a problem? Please describe.** The plugin might consider supporting saving audio into the device/sandbox. **Describe the solution you'd like** `PhotoManager.editor.saveAudio`. **Describe alternatives you've considered**...
New Flutter plugins support platform interfaces by default. In order to support (maybe) more platforms in the future, we should consider migrating the current implementation to the platform interface architecture....
*Works on Android.*