flutter_vlc_player
flutter_vlc_player copied to clipboard
How to deal with black background of VlcPlayer?
Actual: If the video does not fill all the space, the empty part is solid black. Expected: the empty part is transparent to reveal the content below.
how to fix it ?
It's hard coded in libvlc so you have to modify the core.
But I don't know to do it.