Releases: kdroidFilter/Compose-Media-Player
Releases · kdroidFilter/Compose-Media-Player
0.1.1
Bump JavaFx to 22.0.1
Full Changelog: v0.1.0...v0.1.1
0.1.0
🎉 Compose Media Player v0.1.0 🎉
Release Date: January 20, 2025
🌟 Welcome to the first release of Compose Media Player, a robust, multiplatform video player library for Compose Multiplatform apps. Here’s what it offers:
Features 🎥
- 🌐 Multiplatform Support: Android, macOS, Windows, and Linux.
- 📽 Video Playback: Supports local files and URLs.
- ⏯ Media Controls: Play, pause, loop toggle, volume control, and timeline slider.
- 🎨 Customizable UI: Fully designable with Jetpack Compose.
- 🎧 Audio Levels Visualization: Real-time audio feedback.
Installation 🚀
Add this to your build.gradle.kts
:
dependencies {
implementation("io.github.kdroidfilter:composemediaplayer:0.1.0")
}
Known Issues ⚠️
- JavaFX Warning: A harmless warning may appear on Windows/macOS during startup:
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @xxxxxx'
Coming Soon 🚀
- 🌐 iOS and WebAssembly (WasmJS) support.
- 🎶 Standalone audio player.
- 🎥 Separate audio and video streams.
💡 Share feedback or issues on our [GitHub](https://github.com/kdroidFilter/Compose-Media-Player). Let’s make this amazing together! 💪