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).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_chromecast_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
easy_chromecast_plugin: ^1.0.12Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:easy_chromecast_plugin/easy_chromecast_plugin.dart';