universal_video_controls 1.0.15 copy "universal_video_controls: ^1.0.15" to clipboard
universal_video_controls: ^1.0.15 copied to clipboard

Video player controls for all platforms based on media_kit controls but with abstraction to allow any other player to work using it (video_player is supported)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add universal_video_controls

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

dependencies:
  universal_video_controls: ^1.0.15

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:universal_video_controls/universal_video_controls.dart';
0
likes
150
pub points
65%
popularity

Publisher

verified publisherzcreations.info

Video player controls for all platforms based on media_kit controls but with abstraction to allow any other player to work using it (video_player is supported)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_web_plugins, meta, plugin_platform_interface, screen_brightness, synchronized, universal_platform, volume_controller, wakelock_plus, web, window_manager

More

Packages that depend on universal_video_controls