using JkVideoControlPanel
Hi @OutdatedGuy, this caching is looking great but I have a problem. I can use this JkVideoControlPanel plugin to take full control of the video with video_player library but I can't find a way it in this library.
How do you use it with video_player plugin? Can you provide any sample code?
@OutdatedGuy Hi. here is my code
AspectRatio(
aspectRatio: playerController!.value.aspectRatio,
child: JkVideoControlPanel(
playerController!,
showFullscreenButton: true,
showVolumeButton: true,
),
),
playerController is the controller of video_player library. Cached video player plus is great but I need to create my custom control panel.
Ahhh, looks like we need to extend the VideoPlayerController to support these packages like Chewie, JkVideoControlPanel, etc.
I have this in work, but it'll need time. Can't make any promises.