core_video_player 1.1.1
core_video_player: ^1.1.1 copied to clipboard
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_playerThis 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.1Alternatively, 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';