chewie icon indicating copy to clipboard operation
chewie copied to clipboard

The video player for Flutter with a heart of gold

Results 242 chewie issues
Sort by recently updated
recently updated
newest added

![Screenshot_1645103636](https://user-images.githubusercontent.com/46623353/154487990-b489115e-dc16-447d-96e7-d60413e37609.png) I tried implementing chewie like the examples out there but i'm getting the output differently. in my output, the fullscreen button is not touchable and timer is hidden by...

hallo i had same problem when i run for release mode, video not display on the screen I only hear voices, but not any picture flutter doctor Doctor summary (to...

Hi :) Thanks you for such great package :) So I would like to create the timeline (or something like archive) for my videostream which goes in live. The issue...

How do I prevent exit from fullscreen when paused?

hello, iam new this package. i see in documentation, with cupertino ui soo beautiful. but i dont see documentation how to use chewie with cupertino ui. thanks for your help....

Video: https://user-images.githubusercontent.com/25337480/132444214-3dc1e23b-2123-430a-8876-7ea6be5aabb6.mp4 I put Chewie inside the ListView, like this. ```dart Container( height: (210 * chewieControllers.length).h, child: ListView.builder( physics: NeverScrollableScrollPhysics(), itemCount: chewieControllers.length, itemBuilder: (context, index) { return Container( height: 200.h,...

I am using localisation for english and arabic. in arabic controls not change to rtl properly in Arabi video duration progress bar not move for right to left. total duration...

Good morning, I'm retrying this package after a year because I really need it. At the moment I'm using the plain `video_player` with a lot of handmade custom widget that...

使用chewie插件,发现视频全屏播放状态下,按手机返回键不是退出全屏,而是返回上一个页面。如何设置,全屏播放状态下,按手机返回键退出全屏而不是返回上一个页面。 (google translate) Use chewie plug-in and find that when the video is playing in full screen, pressing the mobile phone's return key does not exit the full screen, but...

bug