av_player 0.2.0 copy "av_player: ^0.2.0" to clipboard
av_player: ^0.2.0 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 Dart:

 $ dart pub add av_player

With Flutter:

 $ flutter pub add av_player

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  av_player: ^0.2.0

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
28
downloads

Publisher

verified publisherflutterplaza.com

Weekly Downloads

A powerful Flutter video player with native Picture-in-Picture support, gesture controls, media notifications, and playlist management. Zero external dependencies.

Repository (GitHub)
View/report issues

Topics

#video-player #picture-in-picture #media #pip #player

License

unknown (license)

Dependencies

flutter, plugin_platform_interface, web

More

Packages that depend on av_player

Packages that implement av_player