flutter_vlc_player
flutter_vlc_player copied to clipboard
Request To add method to get current subtitle text
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 🙏