aloisdeniel / media_gallery

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

How to create a Media from Path? #20

Open Wizzel1 opened 3 years ago

Wizzel1 commented 3 years ago

I have implemented photo and video recording to my app and since they return a path where the item is stored, I want to get this item as "Media" to display it alongside with items from the MediaPicker.

How would that be done? Thanks!

AdrianSima commented 3 years ago

Have you found any solution for this? I currently save some cropped images, but don't know how to display them alongside my Media list

Wizzel1 commented 3 years ago

Sorry, I didn't. I found a workaround for my case by converting the media to a file and get the respective thumbnail from the file. So I did it the other way round.