Closed rikai-trongpq closed 1 year ago
I use PhotoGallery.listAlbums and mediumType prop required a object, not a List. I expected result like that:
PhotoGallery.listAlbums
mediumType
PhotoGallery.listAlbums( mediumType: [MediumType.video, MediumType.image], );
not
PhotoGallery.listAlbums( mediumType: MediumType.image, //or MediumType.video );
Because I wanna get all types of album. And how to sorting list media after I get a new pagination? Sorry my English is not good. I hope you understand.
@Firelands128 Please help me..
I have the same problem Is your problem solved?
Support this feature by making "mediumType" to be optional to be able to allow fetch both types of media after version 2.0.0.
I use. I expected result like that:
PhotoGallery.listAlbums
andmediumType
prop required a object, not a Listnot
Because I wanna get all types of album. And how to sorting list media after I get a new pagination? Sorry my English is not good. I hope you understand.