chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
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 
**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...