chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
import 'package:flutter/material.dart'; import 'package:chewie/chewie.dart'; import 'package:video_player/video_player.dart'; class VideoView extends StatefulWidget { final String url; final bool autoPlay; final bool looping; final double aspectRatio; const VideoView({super.key, required this.url, this.autoPlay=false, this.looping=false, this.aspectRatio=16/9,});...
I've this use case where I want to define the custom fullscreen functionality for the video. So when a video goes to full screen, I want to use my custom...
Not sure if this is a known issue ?
How can I solve? https://github.com/user-attachments/assets/c7b1cbef-47b9-4208-b173-6f53e6dd224f [Address](https://github.com/Lazydd/flutter_test)
Please add `set show/ hide controls` possibility. Like the one in the [better_player](https://pub.dev/packages/better_player) .
Controller takes approx 3 second to hide and controlled should hide when video is tapped , is there any way to hide controllers programmatically
hai, I face an issue when playing video on fullscreen. When opening the options menu, the text is pale. I tried to wrap the chewie widget with the theme widget...
### Problem Setting `allowMuting: false` should hide muting control and disable muting/unmuting. But it doesn't on web. ### Screenshot  ### Code Sample Code sample ```dart import 'package:chewie/chewie.dart'; import 'package:flutter/material.dart';...
Hey guys! Thank you for Chewie! What about multiple resolution support? All I found was an [issue](https://github.com/fluttercommunity/chewie/issues/481) with a request for this feature and the presence of this item in...
Unhandled Exception: PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: Source error, null, null)