chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
想实现双击退出全屏
Is there a way to add some tint/ dark color overlay when the controls are in view?  
How do I interact with the overlay widget. It does not seem to respond to any click events. Below is my sample code: Future initVideoPlayer() async { await _controller.initialize(); setState(()...
I am trying to detect when a Chewie video is playing, and when it is not playing, so I can add a text overlay to the video only when it...
Fix Platform._operatingSystem exception generated by running web
After entering and exiting fullscreen, the app stays in landscape orientation even though app was being held in portrait orientation the whole time. At this point, rotating the simulator to...
Unsupported operation: Platform._operatingSystem  Consider replacing Platform.isAndroid with defaultTargetPlatform==TargetPlatform.android to avoid exceptions. 
I guess this package is supported at web right? If yes, then on the `pub.dev` why doesn't it show the **`WEB`** Tag? Currenlty, it shows **`Android`** and **`iOS`** tags only...
I am changing the overlay when the video is playing. I added a listener to my controller and in it, I check the isPlaying property. If the video is playing,...