vesper_player_external_playback 0.4.1
vesper_player_external_playback: ^0.4.1 copied to clipboard
Optional external playback integration for Vesper Player Flutter hosts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vesper_player_external_playbackThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vesper_player_external_playback: ^0.4.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:vesper_player_external_playback/vesper_player_external_playback.dart';