fluttercommunity / chewie

The video player for Flutter with a heart of gold
MIT License
1.93k stars 998 forks source link

how can i add overlay clickable banner ad on fullscreen only #756

Open waqarr opened 1 year ago

waqarr commented 1 year ago

how can i add overlay clickable banner ad on fullscreen only

overlay widget not work

hkarmoush commented 1 year ago

When entering full-screen mode in Chewie, the video player takes over the entire screen, and the Flutter widget tree is no longer visible in the background. As a result, overlay widgets or other Flutter widgets outside the Chewie widget tree won't be visible during full-screen mode.

You may want to write a custom player using video_player or find a different player that helps with your use-case. Good luck @waqarr

BulbulH commented 1 year ago

how can i add overlay clickable banner ad on fullscreen only

overlay widget not work

You can do it using custom control see the below pic image