Diego Tori
Diego Tori
@kaganzdmr58 that issue lies with `video_player`. Please raise an issue with the Flutter team, since `chewie` is merely a UI layer over the `video_player` library. Thanks.
If you can accomplish this for `CupertinoControls`, then I would accept this PR. @brianegan any thoughts on this proposed change, since that would be nice if users were able to...
@Ahmadre if you have capacity, please review his changes by running them locally. I wanna say that there were exceptions thrown due to the current library calling `setState` while in...
@Ahmadre can you please submit a follow-up PR that fixes lint issues related to this one? Thanks.
@Ahmadre nevermind, managed to nip it when publishing `1.8.5`.
@akmalova Thanks for your contribution. I do have a major concern with changing the resolution. Since this is driven primarily by `VideoPlayerController`, shouldn't it be relegated to re-creating the `ChewieContoller`...
@jackman0925 this has nothing to do with this library. Your beef is with `video_player`'s Android implementation, which uses ExoPlayer on its platform backend. Please raise an issue with the Flutter...
@LiuDongCai this appears to be an issue with `video_player`, since `chewie` is merely a UI layer atop that library. If you truly believe that there is a legit issue with...
@Anderzzon Have you tried to customize the builder as demonstrated [here](https://github.com/fluttercommunity/chewie?tab=readme-ov-file#customizing-the-modal-sheet)?
The `OptionsDialog` uses `ListTile` in its lists. Perhaps you can try to modify the `ListTileTheme` so that you can attempt to style it accordingly.