chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
Hello, there is a problem. In debug everythinng fine, but in release i got grey screen and audio. Flutter (Channel stable, 1.20.2) chewie: 0.9.10 video_player: 0.10.12+5 in console: E/flutter (18918):...
@override void dispose() async{ print('chewieController dispose'); videoPlayerController?.pause(); chewieController?.pause(); videoPlayerController?.dispose(); chewieController?.dispose(); super.dispose(); } 已经在dispose销毁了。然后好像并没有作用。
I have designed a video player that uses the chewie and [miniplayer](https://pub.dev/packages/miniplayer) package When I try to zoom out, the movie stops playing, and when the page reopens, I get...
It would be great to allow a way for the phone to not sleep in cases where the video is not in full screen mode. I have tried this by...
Hi this package is super useful but there is no support for windows platform yet, port this package for windows platform will be super useful thanks.
We are facing an unexpected behaviour running on safari browser. We have loaded videos, not playing. Then we navigate to another page and go back to the page where the...
Hi, can we have something similar to playbackSpeed but for multiple resolution support like 480p, 720p, ...
lib/src/models/video_player_controller_extension.dart
I'm making an application where I want to show list of videos and want to autoplay after the completion of playing video.