albemala / native_video_player

A Flutter widget to play videos on iOS and Android using a native implementation.
MIT License
14 stars 12 forks source link

seekTo accepting int #15

Open mcosti opened 7 months ago

mcosti commented 7 months ago

Hi! I was planning to use this package to enable iOS hdr support, but I already saw something that would not work for me.

Is there a reason why seekTo and the internal currentSeek are int values? And not duration or double. My app is doing some very fine seeking, and using ints wouldn't possibly work.

Thanks