sky_player 0.1.1
sky_player: ^0.1.1 copied to clipboard
A lightweight yet powerful video player plugin specializing in network streaming with fully customizable UI controls.
0.1.0 #
- ✅ Refactored example app with
ExampleAppandPlayerDemoPage. - 🎬 Added multiple video switching via
TabBar. - ↕️ Smooth expand/collapse animation for inline player.
- 🖥️ External fullscreen support using
SkyPlayerController().openFullScreenExternally. - 🌐 Updated player syntax to
SkyPlayer.network(...)with new options:language,aspectMode,autoFullscreenOnRotate. - ✨ Improved UI controls: rounded corners, custom buttons, and inline/fullscreen modes.
- 🐛 Added error handling when opening external fullscreen.
- 📱 Android implementation now uses
Texturefor video rendering. - 📝 Updated README to match new API and example usage.
0.0.1 #
- Initial release.