video_controls 1.0.0 copy "video_controls: ^1.0.0" to clipboard
video_controls: ^1.0.0 copied to clipboard

A wrapper around video_player to show customizable controls for Flutter videos.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_controls

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

dependencies:
  video_controls: ^1.0.0

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_controls/video_controls.dart';
7
likes
130
pub points
75%
popularity

Publisher

unverified uploader

A wrapper around video_player to show customizable controls for Flutter videos.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, video_player

More

Packages that depend on video_controls