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

While playing video in any case if you press you button or wish to go back using system navigation it exit the app

I want the progress bar to be only visible when I on full screen mode, how can I do that?

app crash when change playback speed when screen is not in full screen class VideoPlayerScreen extends StatefulWidget { final String vmID; final int totlaSecondShouldVIdeoPlay; Map details; VideoPlayerScreen( {Key? key, required...

Issue description: Using a list of network mp4 videos. In player portrait mode toggle next video src working fine. In fullscreen mode the toggle next video src not working instead...

On web, the video player turns black whenever you exits fullscreen. The video starts fine, you go on fullscreen and it's fine here too. Then, you exit fullscreen and the...

Hello, i encountered the problem, that when exchanging the the hls streaming from a api (works perfectly) to a local hls file that i get the following error: [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled...

![IMG_٢٠٢٣١٠٢٩_١٣١٧١٩](https://github.com/fluttercommunity/chewie/assets/98605647/11e87a95-0204-4e48-8942-ac59c37be5e0) ![IMG_٢٠٢٣١٠٢٩_١٣١٨٠٦](https://github.com/fluttercommunity/chewie/assets/98605647/1b9c58e7-aa7e-4582-ab96-ae51c85d8433)

Thank's for this library, but i have some issues with : - Cannot play video on background; - Cannot play video when mobile phone screen is not lit or locked...

awaiting feedback

I am loading the stream URL dynamically to the player. When the payer is in a loading stage and the user clicks the refresh icon in the player 2-3 times,...