chewie
chewie copied to clipboard
The video player for Flutter with a heart of gold
Hi, I tried to run the app inside the example folder. But it's giving me the following error after `flutter run`: ``` ../lib/src/material/material_controls.dart:175:23: Error: Getter not found: 'closed_caption_off_outlined'. : Icons.closed_caption_off_outlined,...
This is very simple to reproduce. I set the 'startAt' value to be 5 or 10 or 37, no matter what, the player shows the first frame of the video...
When playing the video, there is a ghosting. Please help to find out what the reason is, HarmonyOS mobile phone, HUAWEI P40Pro 
❌ Video initialization failed: PlatformException(VideoError, Video player had error androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.64001F, -1, null, [640, 480, 29.970055, ColorInfo(BT601, Limited range, SDR SMPTE 170M, false,...
- Tests were made with version `1.11.3` example app - Closes #678 1. Added missing values to copyWith method. 2. Hide controls when interacting with zoom and pan. 3. Move...
Have been troubled for a long time
When playing m3u8 on Android, the video is blurry, but it is clear on iOS and web.
When using iOS for the Theme platform, subtitles are not shown at all. When using Android for the Theme platform, subtitles show as expected. This happens in the example app...
When playing a video using the Chewie package for the first time, the video plays until the end without any issues. However, after the video completes, an infinite loading indicator...
When using the chewie video player and using the progress bar / +10 -10 buttons, an infinite loader appears and never wants to disappear. Usage : ``` ChewieController( videoPlayerController: _controller!,...