jhomlala / betterplayer

Better video player for Flutter, with multiple configuration options. Solving typical use cases!
Apache License 2.0
919 stars 981 forks source link

[FEATURE]Can I add back button on full screen video playing #1127

Open dharini666 opened 1 year ago

rounce commented 1 year ago

Look at BetterPlayerConfiguration.routePageBuilder. Defines a custom RoutePageBuilder for the fullscreen

kxgcayh commented 1 year ago

Look at BetterPlayerConfiguration.routePageBuilder. Defines a custom RoutePageBuilder for the fullscreen

Do u have any example for this question?

yjt1216 commented 1 year ago

请问是不是全屏按钮失效情况? 我遇到的情况:在视频播放时 我点击全屏,播放结束时点击退出全屏无反应! Excuse me, is the full screen button invalid? What happened to me: I clicked full screen while the video was playing, and at the end of the playback, I clicked exit full screen and no response!

Dharini17 commented 1 year ago

As per client requirement I’ve to implement that feature.Really Thanks to betterplayer & chewie I refer your functionality and able to add some features to video in fullscreen like brightness,volume,backbutton.

https://pub.dev/packages/flexivideoplayer

Supriyanto6543 commented 1 year ago

As per client requirement I’ve to implement that feature.Really Thanks to betterplayer & chewie I refer your functionality and able to add some features to video in fullscreen like brightness,volume,backbutton.

https://pub.dev/packages/flexivideoplayer

Can i wrap using stack widget when full screen?

Dharini17 commented 1 year ago

Sorry for the late reply, I also try that but full screen is a functionality which overlays all layers of our screen so we can't achieve that

rakshit2k18 commented 1 year ago

I have implemented back button ,just do changes in package locally

waqadArshad commented 4 months ago

I have implemented back button ,just do changes in package locally

what changes?