carsten-klaffke / send-intent

Repository for send-intent Capacitor plugin
MIT License
106 stars 12 forks source link

Consider listing as Capacitor Community Plugin #45

Open sandstrom opened 2 years ago

sandstrom commented 2 years ago

Have you considered getting this awesome plugin listed here?

https://capacitorjs.com/docs/plugins/community https://github.com/capacitor-community/welcome

carsten-klaffke commented 2 years ago

Hi! There is already a proposal where I mentioned this plugin: https://github.com/capacitor-community/proposals/issues/46 I actually don't know how the status is and what more could be done to bring it into Capacitor. But I think this is one of the plugins that needs a lot of platform specific configuration and because of that might not qualify as official plugin. Basically both on Android and iOS, share intents are handled as small extra programs where you don't necessarily enter your original app. I just build an approach where these extra programs communicate with your main app. That goes well as a plugin, but might not be the platform-intended way to handle intents.

sandstrom commented 2 years ago

Good points, I don't know enough about the blessed capacitor-community plugins to say whether this would qualify or not.

Maybe you could email Capacitor and ask them? I was just thinking that it could help more people find this plugin, and collaborate on its development.

There is also this guy who has also worked on a plugin (https://github.com/marwonline). If you think it's a good idea, maybe you could ask him if he wants to help out as a collaborator or maintainer of the plugin (totally up to you though, obviously!)

Either way, this is a great addon! 🏅

carsten-klaffke commented 2 years ago

Thanks for your input and your appreciation! It makes totally sense to join the efforts in building this feature. I will try to reach out to Capacitor directly.