wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
126 stars 20 forks source link

How to play? #2

Closed Leadrive closed 1 year ago

Leadrive commented 1 year ago

Hi, the example is empty. How to play? thx

wang-bin commented 1 year ago

mac: player.media https://github.com/wang-bin/fvp/blob/master/macos/Classes/FvpPlugin.swift#L86

windows: player_.setMedia() https://github.com/wang-bin/fvp/blob/master/windows/fvp_plugin.cpp#L122

It's just a simple demo now, you have to modify the code. I'm not familiar with dart and flutter, so I'm not able to write a feature complete example.