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

A control panel laid on top of VideoPlayer. User can do play / pause / seekTo / set volume on it. Support closed captions / subtitle. Support fullscreen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_player_control_panel

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

dependencies:
  video_player_control_panel: ^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:video_player_control_panel/video_player_control_panel.dart';
12
likes
150
pub points
85%
popularity

Publisher

unverified uploader

A control panel laid on top of VideoPlayer. User can do play / pause / seekTo / set volume on it. Support closed captions / subtitle. Support fullscreen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, fullscreen_window, plugin_platform_interface, sprintf, video_player, video_player_win

More

Packages that depend on video_player_control_panel