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

A Flutter plugin that will let you discover cast devices like Chrome Cast and Apple TV and connect to them.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_dev_flutter_cast

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

dependencies:
  smart_dev_flutter_cast: ^1.0.0

Alternatively, 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:smart_dev_flutter_cast/smart_dev_flutter_cast.dart';
2
likes
150
points
30
downloads

Publisher

verified publishersmart-dev.com.co

Weekly Downloads

A Flutter plugin that will let you discover cast devices like Chrome Cast and Apple TV and connect to them.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, stream_transform

More

Packages that depend on smart_dev_flutter_cast

Packages that implement smart_dev_flutter_cast