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

[feature request] Get video duration #1

Closed wildsurfer closed 4 years ago

wildsurfer commented 4 years ago

It would be great if there will be a way to get video duration in minutes when you list all videos from the album.

Firelands128 commented 4 years ago

I have release a new beta version 0.2.1-beta, which added video duration in milliseconds into Medium model's attributes. You can convert milliseconds to minutes as you want.

For media which MediumType is MediumType.image, the duration attribute would be always 0.

wildsurfer commented 4 years ago

Awesome! Thanks!