flutter_subtitle_wrapper icon indicating copy to clipboard operation
flutter_subtitle_wrapper copied to clipboard

subtitles are not visible when enetering full screen mode

Open sylikon opened this issue 3 years ago • 4 comments

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.

sylikon avatar Oct 13 '21 07:10 sylikon

I also met this problem. anyone else can solved it?

Chomroeun avatar Feb 23 '22 11:02 Chomroeun

@sylikon did you find any solution ?

himsa avatar Jun 16 '22 02:06 himsa

@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

sylikon avatar Jun 30 '22 15:06 sylikon

https://github.com/Joran-Dob/flutter_subtitle_wrapper/issues/1#issuecomment-1176170030

go to this one

sumit-coder avatar Jul 06 '22 12:07 sumit-coder

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 🚀

Joran-Dob avatar Jan 27 '23 12:01 Joran-Dob

Any progress? @Joran-Dob

shiyiya avatar Feb 14 '23 13:02 shiyiya

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.

Joran-Dob avatar Feb 14 '23 20:02 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: #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

shiyiya avatar Feb 15 '23 04:02 shiyiya

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

moriciogithub avatar Oct 02 '23 14:10 moriciogithub

I searched for weeks now and i just cant seem to get the anwser!

NerdyBoy-V avatar Oct 03 '23 13:10 NerdyBoy-V

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.

Joran-Dob avatar Apr 02 '24 18:04 Joran-Dob

See https://pub.dev/packages/subtitle_wrapper_package/versions/3.0.0-dev.1/example

Joran-Dob avatar Apr 02 '24 19:04 Joran-Dob