audio_video_player 0.1.0-beta.6
audio_video_player: ^0.1.0-beta.6 copied to clipboard
A comprehensive Flutter plugin for audio and video playback with playlists, albums, background audio, PiP, downloads and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add audio_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
audio_video_player: ^0.1.0-beta.6Alternatively, 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:audio_video_player/audio_video_player.dart';