aloisdeniel / media_gallery

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

What is a thumbnail? #17

Closed Wizzel1 closed 3 years ago

Wizzel1 commented 3 years ago

Hi, thanks for your awesome package. Really saves me a lot of time. However I don't quite understand what the Future<List<int>> that is returned by the getThumbnail() call represents.

aloisdeniel commented 3 years ago

Hi, thanks !

A thumbnail is a small image representing the media. The List<int> represents the bytes of that image.

To render it from a widget you can use MediaThumbnailProvider.