video_player_macos

The macos implementation of video_player.

Usage

Import the package

This package has been endorsed, meaning that you only need to add video_player as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:video_player.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  video_player: ^2.0.3
  ...

If you wish to use the macos package only, you can add video_player_macos as a dependency:

...
dependencies:
  ...
  video_player_macos: ^0.0.1
  ...

Libraries

video_player_macos