flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

FullScreen Button is Not Working in Example App Also

Open EXEIdeas opened this issue 1 year ago • 1 comments

I was trying to work on Full Screen Mode on click to Square button on the bottom right of the Player but that was not working either in Android or in iOS. I thought that my code is somehow broken but then I tried the example from here with same data and found that it is not working also in example app either in Android or in iOS.. Can anyone look into this?

EXEIdeas avatar Nov 07 '23 07:11 EXEIdeas

IconButton( icon: const Icon(Icons.fullscreen), color: Colors.white, // ignore: no-empty-block onPressed: () {}, ),

is a empty work, please to do work.

wengxianxun avatar Feb 23 '24 11:02 wengxianxun