flutter_subtitle_wrapper
flutter_subtitle_wrapper copied to clipboard
This is an subtitle package for flutter video player.
## Description I found out that when the bloc was closed, it was not properly removing the listener that updates the bloc state. This is problematic when the video wrapper...
**Description** After starting Chewie the user can activate the subtitles. In some videos the subtitles are ok, but in others they just don't appear. This variable is false: final bool...
Im using chewie controller, with simple SubStitleWrapper configuration: `SubTitleWrapper( videoPlayerController: _controller, subtitleController: subtitleController, subtitleStyle: SubtitleStyle( textColor: Colors.white, ), videoChild: Chewie( controller: chewieController, ), );` When entering fullscreeen mode in video...
How to disable subtitle playback? I did this with the detach() function, but the playback did not stop `subtitleController.detach();`
Improve code quility and pipelines.
In some cases (my case is one of them), we want the user to choose when the subtitles will be displayed. maybe create a function "toggleSubtitlesVisibility" or allow the value...
I was really busy for the last couple of months and lost this project out of side, will give priority to the most pressing issues in the following order: 1....
This is a brief regular expression fix to #53 which simplifies the regular expression used to match text for SRT until a blank line is found, following the [SRT specification](https://www.matroska.org/technical/subtitles.html#srt-subtitles)...
Hey, @Joran-Dob Thanks for this library. I am working with Chewie Player. I am updating my URL based on resolution get changed. But the problem is SubTitle didn't get updated...
When no subtitle at the current video player position is available remove the last one showed. Since the end time of the last subtitle is passed.