Firelands128 / photo_gallery

A Flutter plugin that retrieves images and videos from mobile native gallery.
BSD 3-Clause "New" or "Revised" License
68 stars 63 forks source link

Unable to list empty albums #19

Closed ghensto closed 3 years ago

ghensto commented 3 years ago

Could add a parameter to allow us to get albums even if they are empty. For example:

PhotoGallery.listAlbums(
      mediumType: MediumType.video,
      hideIfEmpty: false,
    )
Firelands128 commented 3 years ago

Added hideIfEmpty parameter to be able to show empty albums on version 1.0.1, but it's only available on iOS. I don't find the way to achieve this on Android.