Undie Ebenezer
Results
2
comments of
Undie Ebenezer
What you need is a key. Just create a global key, `final GlobalKey playerKey = GlobalKey();` then attach it to the vlc player, ``` VlcPlayer( key: playerKey, controller: vlcController, aspectRatio:...
@Dev-Arnab-Flutter can you drop your code