ardera / flutter_packages

My collected packages for pub.dev
MIT License
28 stars 7 forks source link

example #6

Closed shaoting0730 closed 2 years ago

shaoting0730 commented 2 years ago

example?

ardera commented 2 years ago

what package do you need an example for? each package has an example bundled with it in the example folder.

shaoting0730 commented 2 years ago

omxplayer_video_player example,thank you,I use electron + react instead

ardera commented 2 years ago

just for completeness: omxplayer_video_player is just a backend for the official video_player package. So you set it up like in the readme, and then you just use the VideoPlayer widget of the video_player package. The examples are here, basically.

That's what I meant with A package that implements video_player_platform_interface using .... But I guess I can make it clearer a bit.

ardera commented 2 years ago

clarified it in the readme, not published to pub.dev yet though