chewie icon indicating copy to clipboard operation
chewie copied to clipboard

The video player for Flutter with a heart of gold

Results 275 chewie issues
Sort by recently updated
recently updated
newest added

In the case of playing multiple videos same as in the package example. https://github.com/brianegan/chewie/blob/master/example/lib/main.dart The problem is if I changed to another video before the current video is initialized it...

I am using the plugin in IOS. It's working fine but I encountered a bug. when the video is playing at 2.0x speed and you do a 15sec skip the...

In my chewie video player video duration label and progress bar are overlapping, i faced alignment problem, how to fixed it..

Hello there, I'm using chewie for my video player and I run into a problem and it's to not be able to zoom in fullscreen. Here is the code :...

I am using cupertinoControls as customControls and currently, its not possible to change the size of Center Play button icon, using CupertinoControls. Does anyone have an idea, how can I...

### The issue: When a player widget is used inside a scaffold with `extendBodyBehindAppBar` set to **true** on a _Scaffold_, the progress bar and the fullscreen button go out of...

Updated VideoPlayerController initialization to use VideoPlayerController.networkUrl(Uri.parse('video_url')), complying with video_player ^2.8.2 guidelines. Changes : ```dart final videoPlayerController = VideoPlayerController.network( 'https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4'); To final videoPlayerController = VideoPlayerController.networkUrl(Uri.parse( 'https://flutter.github.io/assets-for-api-docs/assets/videos/butterfly.mp4'));

This pull request addresses issue #812 . Problem: When exiting fullscreen mode in the video player, the app was not returning to portrait orientation as expected. Solution: I've implemented a...

After exiting full-screen mode in the video player, the app fails to revert to portrait orientation as expected. Instead, it remains in landscape orientation, causing a disruption in user experience....

PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(2, null, null, video/avc, avc1.6E000D, 1240800, null, [202, 360, -1.0], [-1, -1]), format_supported=NO_EXCEEDS_CAPABILITIES, null, null)