sky_player 0.0.2 copy "sky_player: ^0.0.2" to clipboard
sky_player: ^0.0.2 copied to clipboard

A lightweight yet powerful video player plugin specializing in network streaming with fully customizable UI controls.

SkyPlayer #

A lightweight yet powerful ExoPlayer-based video player plugin specializing in network streaming with fully customizable UI controls.

Current Capabilities ✅ #

Core Features #

  • 🌐 Network Streaming
    Supports HTTP/HTTPS, HLS (*.m3u8), MP4, WebM, and other ExoPlayer-compatible formats.

  • 🎚️ Custom UI Control
    Fully customizable overlay UI with state-aware builder.

    SkyPlayer.network(
        _videoUrl,
        autoEnterExitFullScreenMode: true,
        overlayBuilder: (context, state, controller) {
          return SizedBox();
        },
    ),
    
  • 🖥️ Smart Fullscreen
    Auto fullscreen mode with device rotation support.

0
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight yet powerful video player plugin specializing in network streaming with fully customizable UI controls.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, rxdart

More

Packages that depend on sky_player

Packages that implement sky_player