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

PlatformAndroid

A customizable video player widget for Flutter. Playback controls (play/pause, seek, forward/rewind 10s, speed, resolution switching) and other features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add core_video_player

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

dependencies:
  core_video_player: ^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:core_video_player/core_video_player.dart';
0
likes
150
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable video player widget for Flutter. Playback controls (play/pause, seek, forward/rewind 10s, speed, resolution switching) and other features.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

async, audio_video_progress_bar, connectivity_plus, floating, flutter, http, keep_screen_on, platform, video_player

More

Packages that depend on core_video_player