easy_chromecast_plugin 1.0.2
easy_chromecast_plugin: ^1.0.2 copied to clipboard
A modern, type-safe Flutter plugin for Google Chromecast. Powered by Kotlin and Pigeon, optimized for streaming VOD and Live IPTV streams (.ts, .m3u8, .mp4).
1.0.2 #
- Add remote control. Stop, play, forward
1.0.1 #
- Update example
1.0.0 #
- Initial Release: Complete, type-safe Google Chromecast plugin for Flutter using Kotlin and Pigeon.
- Feature: Added
initializeCast()to safely boot the Google Play Services Cast Framework. - Feature: Added
showCastDialog()using native AndroidX MediaRouter dialogs with full theme-crash protection (#0 translucent backgroundfix for Android TV/KPN Box). - Feature: Added
isConnected()to query live session status from the native layer. - Feature: Added
playMedia()andstopMedia()supporting dynamic MIME-types, tailored for both VOD (.mp4,.mkv) and Live IPTV (.ts,.m3u8) streaming.