-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi, anyone else knows how to hide the back button on the player?
The way how I use the plugin was like this
NeekoPlayerWidget( onSkipPrevious: () { print("previous"); _videoControllerWrapper.prepareDataSource(DataSource.network( "https://.......video........mp4")); }, onSkipNext: () { print("next"); _videoControllerWrapper.prepareDataSource(DataSource.network( "https://.......video........mp4")); }, videoControllerWrapper: _videoControllerWrapper, ),
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels