airplay_button 0.2.1
airplay_button: ^0.2.1 copied to clipboard
A Flutter plugin that displays a native iOS AirPlay route picker button for casting audio to AirPlay devices.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add airplay_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
airplay_button: ^0.2.1Alternatively, 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:airplay_button/air_play_button.dart';