player_plugin_custom 0.0.2
player_plugin_custom: ^0.0.2 copied to clipboard
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_customThis 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.2Alternatively, 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';