PalaTeam / flutter_video_cast

MIT License
37 stars 67 forks source link

Can this package get converted to native dart #21

Open guyluz11 opened 2 years ago

guyluz11 commented 2 years ago

I was wondering if this package or part of it can get converted to native dart and thus work on all platforms, and can get executed from server side as well?.

What part of this library require the flutter framework and what part of it only required native dart code.

markst commented 1 year ago

maybe check out:

https://github.com/mschneider/flutter_google_cast_plugin

https://github.com/gianlucaparadise/flutter_cast_framework

guyluz11 commented 1 year ago

maybe check out:

https://github.com/mschneider/flutter_google_cast_plugin

https://github.com/gianlucaparadise/flutter_cast_framework

Thanks

I went through their dependencies and it looks like they are using native Android packages so the implementation is not even in flutter

markst commented 1 year ago

mmm you're right. I did once upon a time find another. maybe it was one of these: https://github.com/terrabythia/dart_chromecast https://github.com/jonathantribouharet/flutter_cast

guyluz11 commented 1 year ago

https://github.com/jonathantribouharet/flutter_cast

flutter_cast use bonsoir so only flutter

dart_chromecast is an option but not maintained, I have even opened pr there :)

markst commented 1 year ago

https://github.com/dxvid-pts/audio_cast

guyluz11 commented 1 year ago

https://github.com/dxvid-pts/audio_cast

Interesting but not maintained at all, it doesn't even have null safety ha ha

What about you @markst are you trying to control your Chromecast?. I've created a smart home device to control Chromecast even outside of your home, it is an open source Smart Home project and you can control other appliances as well. Tell me if you're interested in the link to the repo or to join the discord server 😁.