av_player 0.2.1
av_player: ^0.2.1 copied to clipboard
A powerful Flutter video player with native Picture-in-Picture support, gesture controls, media notifications, and playlist management. Zero external dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add av_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
av_player: ^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:av_player/av_player.dart';