video_player_hdr 1.0.1 copy "video_player_hdr: ^1.0.1" to clipboard
video_player_hdr: ^1.0.1 copied to clipboard

A fork of video_player with HDR support

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add video_player_hdr

With Flutter:

 $ flutter pub add video_player_hdr

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

dependencies:
  video_player_hdr: ^1.0.1

Alternatively, your editor might support dart pub get or 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_hdr/video_player_hdr.dart';