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

The first attempt to go full screen just after checking if `autoPlay` is on fails and prevents the second want to be done. See bug reported here for more information...

There was an issue reported where user was not able to see bottom bar button when background color was white. So i have added parameter to let user specify the...

`import 'package:chewie/chewie.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:video_player/video_player.dart'; class ChewiePlayer extends StatefulWidget { final String? url; const ChewiePlayer({Key? key, this.url}) : super(key: key); @override State createState() => _ChewiePlayerState(); } class...

is this a way to fire a specific action when a user presses play video?

So far I have been waiting almost a year for any video player to support pre-roll ads from Google IMA/Vast tags. Is this support on the radar or coming soon....

**Issue description:** - Using a network mp4 video. - The video has finished downloading before I press play. - When seeking forward, there is generally no problem. - When seeking...

Error: PlatformException (PlatformException(channel-error, Unable to establish connection on channel., null, null

I need a function to slide up and down on the left and right sides of the video playback interface to control the brightness and volume of the screen respectively....