fplayer 1.0.9 copy "fplayer: ^1.0.9" to clipboard
fplayer: ^1.0.9 copied to clipboard

A Video Player Flutter plugin based on fplayer-core, support most popular protocols and codecs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fplayer

With Flutter:

 $ flutter pub add fplayer

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

dependencies:
  fplayer: ^1.0.9

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:fplayer/fplayer.dart';
13
likes
0
pub points
65%
popularity

Publisher

unverified uploader

A Video Player Flutter plugin based on fplayer-core, support most popular protocols and codecs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

battery_plus, flutter, plugin_platform_interface, screen_brightness

More

Packages that depend on fplayer