flutter_video_cast_v2 library

Classes

AirPlayButton
Widget that displays the AirPlay button.
ChromeCastButton
Widget that displays the ChromeCast button.
ChromeCastController
Controller for a single ChromeCastButton instance running on the host platform.

Typedefs

OnButtonCreated = void Function(ChromeCastController controller)
Callback method for when the button is ready to be used.
OnRequestFailed = void Function(String? error)
Callback method for when a request has failed.