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

No slow motion feature? #2

Closed ljsharp closed 1 year ago

ljsharp commented 1 year ago

The package save my day instead of the slow motion. I would like you to add slow motion feature in your package. Or is it already existing? Thanks for making this package.

albemala commented 1 year ago

hey there,

by slow motion you mean setting the playback speed lower than 1.0?

I saw your PR by the way - thanks for that! does your PR solve this problem already? or is it a different problem?

ljsharp commented 1 year ago

Hi, yes it solves the problem but for Android only.

albemala commented 1 year ago

okay, so I'm going to close this ticket as I have implemented setting the playback speed in the latest version (1.2.0)

setting a value < 1 will play videos in slow motion

ljsharp commented 1 year ago

Alright great thanks.