video_player_macos 1.0.1
video_player_macos: ^1.0.1 copied to clipboard
macOS implementation of the video_player plugin.
A working version of video player for MacOS only. Works with other libraries.
You must also include video_player: ^2.4.4 as a base. This will work with chewie and other video overlays.
Based on Flutter video player.
Needs addtional maintanence. Please make PRs.
video_player_macos:
git:
url: https://github.com/ollydixon/flutter_macos_video_player
path: packages/video_player/video_player_macos
I would suggest using a cominbation like such in your pub.dev (For all platforms except Windows)
# For iOS and Android
better_player: ^0.0.83
# For Web
video_player: ^2.4.4
chewie: ^1.3.3
# (Same implementation as video_player)
video_player_macos:
git:
url: /Users/oliverdixon/Downloads/plugins
path: packages/video_player/video_player_macos