chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
The whole screen just turns black for both real iOS device and android emulator. Can anyone please help?
How do I get the player to touch-inside zoom? I.e. match parent aspect ration by cutting extra space? Similar to NetworkImage - fit - cover
change show control not working after call enterFullScreen
logs -[WakelockPlugin toggleMsg:error:]: unrecognized selector sent to instance 0x28053db40 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[WakelockPlugin toggleMsg:error:]: unrecognized selector sent to instance 0x28053db40' *** First throw call...
When network video is playing, if there’s a connection loss the Video will stop paying then errorBuilder will be executed. But when connection is back there’s no way to continue...
Does Chewie (or video_player) support Closed Captions? It is a requirement for us (and generally something that a video plugin should probably support for good accessibility). I wasn't sure if...
I'm streaming HLS video and the buffering widget isn't showing on android device, IOS is working fine `chewie: ^0.12.2` `video_player: ^1.0.1`
When you play a video the Player buffer once and when you replay the video it works smoothly and doesn't buffer again. This case is only working on iOS devices...
When in fullscreen, the player controls and the video itself can go out of the screen. This is especially true if the video's aspect-ratio is wider than the the phone's...
below code works in android. but doesnt work in iOs `+0200 Runner[326:18470] [VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: Bad state: Future already completed #0 _AsyncCompleter.complete (dart:async/future_impl.dart:45:31) #1 VideoPlayerController.initialize (package:video_player/video_player.dart:310:25) 2 ChewieController._initialize (package:chewie/src/chewie_player.dart:395:7)` `...