chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
Hi, here is the scenario. The version of chewie : chewie: ^1.3.0 - I read a video in portrait mode. - I rotate the Iphone in landscape, then the video...
play video with width: 176 height: 144 no video (only audio work ).
I want to add multiple quality features to the player. These qualities will be shown in one bottom sheet and the video will be updated after the user selects. How...
#### Flutter Web Video plays absolutely fine in normal screen, but fails to play after exiting from Full screen **Flutter_Web**
I am trying to play a video using the URL, I am getting the following error while playing. ` E/MediaCodecVideoRenderer( 4831): Video codec error E/MediaCodecVideoRenderer( 4831): java.lang.IllegalStateException E/MediaCodecVideoRenderer( 4831): at...
When working with PIP (picture-in-picture) mode: Hiding player controls before transitioning to PIP mode is a must for user experience. Something like ```controller.hideControls()``` would be great Current behavior: 1. Go...
Please Provide the Solution of this problem
Currently we are using a reload icon, and a rotated reload icon. Check if we can use the forward and backward icons from Material/iOS. Check if with the forward_15 icon...
How to add the BackButton?
Widget causing error ``` @override Widget build(BuildContext context) { return Container( color: Colors.transparent, child: Center( child: AnimatedOpacity( opacity: show ? 1.0 : 0.0, duration: const Duration(milliseconds: 300), child: Container( decoration:...