aloisdeniel / media_gallery

A Flutter plugin that lists native gallery items.
MIT License
87 stars 33 forks source link

Media class should expose file path #3

Closed jj-gh closed 4 years ago

jj-gh commented 4 years ago

to make sorting by file name or type possible without having to do a getFile().path

aloisdeniel commented 4 years ago

Unfortunately, files from the galleries aren't just pointers to files.

Even if on Android there's a display name property, images from iOS gallery don't have a name, but only an ID.

jj-gh commented 4 years ago

i see. that kinda sucks but thanks for the info.