fijkplayer_update 1.1.1 copy "fijkplayer_update: ^1.1.1" to clipboard
fijkplayer_update: ^1.1.1 copied to clipboard

A Video Player Flutter plugin based on ijkplayer, support most popular protocols and codecs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fijkplayer_update

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

dependencies:
  fijkplayer_update: ^1.1.1

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:fijkplayer_update/core/fijklog.dart';
import 'package:fijkplayer_update/core/fijkoption.dart';
import 'package:fijkplayer_update/core/fijkplayer.dart';
import 'package:fijkplayer_update/core/fijkplugin.dart';
import 'package:fijkplayer_update/core/fijkvalue.dart';
import 'package:fijkplayer_update/core/fijkview.dart';
import 'package:fijkplayer_update/core/fijkvol.dart';
import 'package:fijkplayer_update/fijkplayer.dart';
import 'package:fijkplayer_update/ui/panel.dart';
import 'package:fijkplayer_update/ui/panel2.dart';
import 'package:fijkplayer_update/ui/slider.dart';
import 'package:fijkplayer_update/ui/volume.dart';
1
likes
140
pub points
23%
popularity

Publisher

unverified uploader

A Video Player Flutter plugin based on ijkplayer, support most popular protocols and codecs

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fijkplayer_update