video_player_control_panel 1.1.2 video_player_control_panel: ^1.1.2 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.2
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';