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

The problem is I have the flutter version of 3.24.0 I haven't build the android app because it already on playstore and now I wanted to build the new features...

See this example for how it works in web: https://rotato.app/blog/transparent-videos-for-the-web Some sample videos to test out with: https://rotato.netlify.app/alpha-demo/movie-hevc.mov https://rotato.netlify.app/alpha-demo/movie-webm.webm the flutter-maintained video_player doesn't support transparency either, so this might be...

As shown in the image below ![InkedScreenshot_1628177749_LI](https://user-images.githubusercontent.com/19542037/128381138-03b5124e-e3b4-4c1c-b53f-786ab20fc969.jpg)

**1. Fixed pop the wrong page when changing the speed** Issue: https://github.com/fluttercommunity/chewie/issues/618 **2. Added support for multiple resolutions** Issue: https://github.com/fluttercommunity/chewie/issues/852 Now, to be able to change the video resolution, you...

When the remaining playback time of a non-looping video is less than 15 seconds and the 15-second skip button is tapped, a circular indicator continues to be displayed. I think...