video_player_macos 0.0.1 copy "video_player_macos: ^0.0.1" to clipboard
video_player_macos: ^0.0.1 copied to clipboard

PlatformmacOS
outdated

macOS implementation of the video_player plugin.

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
  ...
31
likes
120
points
1.9k
downloads

Publisher

unverified uploader

Weekly Downloads

macOS implementation of the video_player plugin.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, video_player_platform_interface

More

Packages that depend on video_player_macos