td_fplayer 0.0.1-beta.11
td_fplayer: ^0.0.1-beta.11 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 td_fplayerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
td_fplayer: ^0.0.1-beta.11Alternatively, 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:td_fplayer/td_fplayer.dart';