neeko icon indicating copy to clipboard operation
neeko copied to clipboard

Flutter video player widget based on video_player

Results 11 neeko issues
Sort by recently updated
recently updated
newest added

do you have plans to migrate the library to null safety?

Auto rotate in full screen when device rotate in landscape and minimise in potrait....same as YouTube.

Hi, i used this player in my App and if i try to play a video in fullscreen Mode i get this error: ```17:38:00.782 194 info flutter.tools ══╡ EXCEPTION CAUGHT...

can i play from s3 url ?

Basically I need to fullscreen the video when the Orientation is landscape. So I have used OrienationBuilder in my app. ``` NeekoPlayerWidget( videoControllerWrapper: playerController, isPip: isPip || isMediumSize, inFullScreen: orientation...

Is this unable to forward and backward video?

Hi. i'm experiencing an issue when enabling Autoplay and Live option. here is the error message. ``` [38;5;248m════════ Exception caught by widgets library ═══════════════════════════════════[39;49m [38;5;244mThe following NoSuchMethodError was thrown building...

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"));...

Does it support background playback and foreground control?