video_cast 1.0.0 copy "video_cast: ^1.0.0" to clipboard
video_cast: ^1.0.0 copied to clipboard

Flutter plugin for casting videos on chromecast devices

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add video_cast

With Flutter:

 $ flutter pub add video_cast

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  video_cast: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:video_cast/video_cast.dart';
9
likes
0
pub points
80%
popularity

Publisher

unverified uploader

Flutter plugin for casting videos on chromecast devices

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface, stream_transform

More

Packages that depend on video_cast