CaiJingLong / flutter_photo

Pick image/video from album by flutter. Support ios and android. UI by flutter, no native.
Apache License 2.0
301 stars 132 forks source link

List Devices albums first ? #50

Open YannickBiet opened 5 years ago

YannickBiet commented 5 years ago

Would it be possible with your API to list Device albums first (currently he tries to create the 22k list of my whole image library without asking for album)

CaiJingLong commented 5 years ago

Without this api, this is not a normal situation.

If you really have this requirement, you can use the fork library, implement it on your own, and have no plans to turn what you say into a standard api.

Although not reflected in the interface, the photo_manager used in this library is to get the list of albums first, and then the list of images corresponding to albums.