chewie icon indicating copy to clipboard operation
chewie copied to clipboard

The video player for Flutter with a heart of gold

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

Hi, When I run the flutter app's video page on the web, I get "Uncaught UnimplementedError: init() has not been implemented." error. On iOS or Android there is no error....

I'm trying to play videos offline, and this works on Android but on iOS, even when run on real device it's showing the following error: [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Failed...

We need cache support for the video player; it is a very important feature. i tried alot to find a solution but unfortunately, I didnt

Hi. If I play a mp4 stream, it's playing fine with both video and audio. But when I play a m3u8 stream, it only plays the video. There is no...

- double tap or click to seek forward or rewind back 10 seconds - seek forward and rewind buttons added to video controls screen #715

Currently, the controls are displayed based on the platform, and there's an option to choose build custom controls. But there's no option to use Cupertino controls as default if I...

Chewie video player: on android devices wakelock is not working when user watches a video, but on IOS it is working. Android device problem is solved with wakelock_plus when I...

We have followed all the steps defined in documentation to integrate the player. The player working fine for both local and remote files in android/iOS. But for macOS it doesn't...