shahnawazahmed88

Results 1 issues of shahnawazahmed88

Not able to add default Controls / Seekbar, I am using `flutter_vlc_player: ^7.0.0` Here are my code snippet ``` _vlcPlayerController = VlcPlayerController.network(widget.videoUrl, hwAcc: HwAcc.full, autoPlay: true, options: VlcPlayerOptions(), ); vlcPlayer...