sarmay_fplayer 1.1.6 copy "sarmay_fplayer: ^1.1.6" to clipboard
sarmay_fplayer: ^1.1.6 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 Flutter:

 $ flutter pub add sarmay_fplayer

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

dependencies:
  sarmay_fplayer: ^1.1.6

Alternatively, 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:sarmay_fplayer/core/f_log.dart';
import 'package:sarmay_fplayer/core/f_option.dart';
import 'package:sarmay_fplayer/core/f_player.dart';
import 'package:sarmay_fplayer/core/f_plugin.dart';
import 'package:sarmay_fplayer/core/f_value.dart';
import 'package:sarmay_fplayer/core/f_view.dart';
import 'package:sarmay_fplayer/core/f_vol.dart';
import 'package:sarmay_fplayer/fplayer.dart';
import 'package:sarmay_fplayer/fplayer_method_channel.dart';
import 'package:sarmay_fplayer/fplayer_platform_interface.dart';
import 'package:sarmay_fplayer/style/panel.dart';
import 'package:sarmay_fplayer/style/panel2.dart';
import 'package:sarmay_fplayer/style/slider.dart';
import 'package:sarmay_fplayer/style/volume.dart';
0
likes
125
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

battery_plus, flutter, plugin_platform_interface, screen_brightness

More

Packages that depend on sarmay_fplayer

Packages that implement sarmay_fplayer