player_plugin_custom 0.0.1 copy "player_plugin_custom: ^0.0.1" to clipboard
player_plugin_custom: ^0.0.1 copied to clipboard

outdated

A new Flutter plugin for video

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add player_plugin_custom

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

dependencies:
  player_plugin_custom: ^0.0.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:player_plugin_custom/player/model/player_styling.dart';
import 'package:player_plugin_custom/player/model/secured_player_content.dart';
import 'package:player_plugin_custom/player/screen/player.dart';
import 'package:player_plugin_custom/player_plugin.dart';
import 'package:player_plugin_custom/subtitle/model/style/subtitle_border_style.dart';
import 'package:player_plugin_custom/subtitle/model/style/subtitle_position.dart';
import 'package:player_plugin_custom/subtitle/model/style/subtitle_style.dart';
import 'package:player_plugin_custom/subtitle/model/subtitle.dart';
import 'package:player_plugin_custom/subtitle/model/subtitles.dart';
import 'package:player_plugin_custom/subtitle/subtitle_controller.dart';
import 'package:player_plugin_custom/subtitle/subtitle_text_view.dart';
import 'package:player_plugin_custom/subtitle/subtitle_wrapper_package.dart';
1
likes
20
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter plugin for video

Homepage

License

Apache-2.0 (license)

Dependencies

flutter, hex, http

More

Packages that depend on player_plugin_custom

Packages that implement player_plugin_custom