easy_chromecast_plugin 1.0.12
easy_chromecast_plugin: ^1.0.12 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.12 #
- Update version mismatch
1.0.11 #
- Support for volume control
- Add close media on finish playing media
1.0.10 #
- Version upgrade web to 1.1.1
1.0.9 #
- Compile error fix for web
- Analyze issues fix
1.0.8 #
- Fix dart:js deprecation warning and updated dartdoc comments
1.0.7 #
- Updated README for web
1.0.6 #
- Add Web support for plugin
1.0.5 #
- Readme fix for Android
1.0.4 #
- Bugfix Android
1.0.3 #
- Add chromecast support for IOS
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.