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

many mkv files may contain internal subtitles and language audio channels. How can I set these options in chewie? I found an issue but not solved. Video does it support...

Hello, I want to know if this package has a video recording or not. and Do you mind if you suggest to me what I have to do next if...

**What I did** 1. When entering fullscreen, an error is display in the console: ``` Failed to change device orientation: Error Domain=UISceneErrorDomain Code=101 "None of the requested orientations are supported...

Currently i'm using m3u8 format , it will be great if chewie have a button like one on youtube to change video quality.

Is it possible to implement [MediaRouter](https://developer.android.com/guide/topics/media/mediarouter) functionality for Android somehow and [AirPlay](https://developer.apple.com/documentation/avfoundation/airplay_2/getting_airplay_2_into_your_app) for iOS? I have found only [this](https://github.com/flutter/flutter/issues/99) issue

```dart class VideoPage extends StatefulWidget { const VideoPage ({super.key}); @override State createState() => _VideoPage(); } class _VideoPageextends State { late VideoPlayerController _videoPlayerController; ChewieController? _chewieController; @override void initState() { super.initState(); initPlayer();...

``` Failed to change device orientation: Error Domain=UISceneErrorDomain Code=101 "None of the requested orientations are supported by the view controller. Requested: landscapeLeft, landscapeRight; Supported: portrait" UserInfo={NSLocalizedDescription=None of the requested orientations...

``` ../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/chewie-1.0.0/lib/src/chewie_player.dart:144:18: Error: Member not found: 'SystemChrome.setEnabledSystemUIOverlays'. SystemChrome.setEnabledSystemUIOverlays( ^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/chewie-1.0.0/lib/src/chewie_player.dart:157:20: Error: Member not found: 'SystemChrome.setEnabledSystemUIOverlays'. SystemChrome.setEnabledSystemUIOverlays( ^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/chewie-1.0.0/lib/src/chewie_player.dart:161:20: Error: Member not found: 'SystemChrome.setEnabledSystemUIOverlays'. SystemChrome.setEnabledSystemUIOverlays([]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../../../AppData/Local/Pub/Cache/hosted/pub.dev/chewie-1.0.0/lib/src/material_controls.dart:441:50: Error: The getter 'accentColor'...