simonbengtsson / airdash

File sharing flutter webrtc app enabling sending files to any device from anywhere
https://airdash-project.web.app
MIT License
535 stars 104 forks source link

Feature Request: Share Menu (Mac OS) #3

Open Rihcus opened 2 years ago

Rihcus commented 2 years ago

Is it possible to integrate Airdash into the mac share menu sheet?

image image

I found flutter has a share + plugin not sure if that is meant for share menu for mac/win/linux.

https://plus.fluttercommunity.dev/docs/share_plus/overview/ https://plus.fluttercommunity.dev/docs/share_plus/usage

simonbengtsson commented 2 years ago

That would be great! Unfortunately the plugin mentioned are only able to display the share menu inside of the app, not adding the app to share menus of other apps. It should still not be too hard to fix however. As far as I know it would require native code however since I cannot find any flutter plugins for this.

Rihcus commented 2 years ago

That would be great! Unfortunately the plugin mentioned are only able to display the share menu inside of the app, not adding the app to share menus of other apps. It should still not be too hard to fix however. As far as I know it would require native code however since I cannot find any flutter plugins for this.

In that case would it be possible to send files via command line via airdash? This could allow for other apps like macos shortcuts to send files.