video_player_control_panel 1.0.0 copy "video_player_control_panel: ^1.0.0" to clipboard
video_player_control_panel: ^1.0.0 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 Dart:

 $ dart pub add video_player_control_panel

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 dart pub get):

dependencies:
  video_player_control_panel: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (LICENSE)

Dependencies

flutter, fullscreen_window, plugin_platform_interface, sprintf, video_player, video_player_platform_interface, video_player_win

More

Packages that depend on video_player_control_panel