flutter_subtitle_wrapper
flutter_subtitle_wrapper copied to clipboard
subtitles are not visible when enetering full screen mode
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 subtitles are gone.
I also met this problem. anyone else can solved it?
@sylikon did you find any solution ?
@Himsa It turned out I messed up with defining MaterialApp() in hierarchy (not on top and got two of those), so I guess problem was not related to SubTitleWrapper
https://github.com/Joran-Dob/flutter_subtitle_wrapper/issues/1#issuecomment-1176170030
go to this one
Hi,
I overlooked this project for a bit! Trying to find some time this week to resolve some of the issues or provide some input. Thanks for the information 🚀
Any progress? @Joran-Dob
Yes, thinking about a fix! Still trying to figure out an excellent solution for this package and will get back to you. Thinking of some video player-specific implementation with some add-on packages.
I also see something interesting here: https://github.com/Joran-Dob/flutter_subtitle_wrapper/issues/1#issuecomment-1176170030, so I might look into this also a bit.
Yes, thinking about a fix! Still trying to figure out an excellent solution for this package and will get back to you. Thinking of some video player-specific implementation with some add-on packages.
I also see something interesting here: #1 (comment), so I might look into this also a bit.
If you do that, you need to implement controls yourself. It's meaningless to use chewie
Hello.
After 2 years this issue continues to be unresolved which makes this wonderful plugin totally unusable. Please help everybody with this. I'm unable to find the problem in the code.
Thanks for your help with this.
Mauricio
I searched for weeks now and i just cant seem to get the anwser!
Hey there! Just wanted to let you know that I've got this mostly working now. I'll upload a version in a short bit. The only thing is, you'll need to manually position it on landscape to avoid overlapping the controls.
See https://pub.dev/packages/subtitle_wrapper_package/versions/3.0.0-dev.1/example