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

Adding Forward and Backward seek buttons for Android. Fixes #615

Hello, this is a small fix. We saw that the plugin has a logical error whenever we did not initialize the video, the icon for the play button would show...

Hi @brianegan It not so hard - to add one more param - Widget loadingIndicator - to use own loading indicator. If you have no time, let me do that....

### Changes being made 1. Export MaterialVideoProgressBar widget for ChewieController's customControls usage to achieve below ui. 2. Add barHeight and handleHeight properties in MaterialVideoProgressBar widget for height customization.

[community.zip](https://github.com/fluttercommunity/chewie/files/15261601/community.zip) So the issue is I want to create a feed screen like social media app where images videos are shown in one scroll for that I have used the...

.pub-cache/hosted/pub.dev/chewie-1.0.0/lib/src/chewie_player.dart:144:18: Error: Member not found: 'SystemChrome.setEnabledSystemUIOverlays'. SystemChrome.setEnabledSystemUIOverlays( ^^^^^^^^^^^^^^^^^^^^^^^^^^ .pub-cache/hosted/pub.dev/chewie-1.0.0/lib/src/chewie_player.dart:161:20: Error: Member not found: 'SystemChrome.setEnabledSystemUIOverlays'. SystemChrome.setEnabledSystemUIOverlays([]);

Since Apple mandated privacy manifest starting may 1 2024, I am migrating all my plugin to include privacy manifest `chewie: ^1.8.1` depends on `video_player: ^2.8.3` which does n't include privacy...

Hello everyone, is there a way to change the position of the controls? Thanks!

I am facing a issue while running a Live HLS Video in my app here is a code for this: It easily run recorded HLS video but no Live... Any...

This feature based on specific usage of MaterialControls from Chewie, appends hideControlsWithoutPlayButton option to MaterialControls for hide controls without play/pause button of player.