flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

Request To add method to get current subtitle text

Open Rohan487 opened this issue 2 years ago • 0 comments

In Flutter VLC player there is no option related to fitting, so instead of fitting I am using scale to zoom in and out video

and while scaling video Subtitles are also scaling which is cropping the subtitles cause we can't change subtitles position right now.

So my request is add a method to get the current subtitle text (string) from VLC plugin

In this way We can display subtitle text separately on any widget or overlay

thanks 🙏

Rohan487 avatar Aug 05 '23 20:08 Rohan487