Merge pull request #892 from AlexV525/add-photo-manager

Add `photo_manager`
This commit is contained in:
Robert Felker 2022-06-24 22:15:27 +02:00 committed by GitHub
commit 13d9b55fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,6 +354,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
### Media
- [photo_manager](https://github.com/fluttercandies/flutter_photo_manager) <!--stargazers:fluttercandies/flutter_photo_manager--> - Provides assets (image/video/audio) abstraction management APIs that can be easily integrated with custom UI widgets by [CaiJingLong](https://github.com/CaiJingLong) and [Alex Li](https://github.com/AlexV525).
#### Audio
- [Flutter Audio Recorder](https://github.com/shadow-app/flutter_audio_recorder) - Provides full controls and access to recording details such as level metering by [Wenyan Li](https://github.com/nikli2009).