OutdatedGuy / receive_sharing_intent_plus

Unlock seamless content sharing in your Flutter apps with text, photos, and URLs - one plugin away.
https://pub.dev/packages/receive_sharing_intent_plus
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Intent origin #5

Closed MachariaK closed 9 months ago

MachariaK commented 9 months ago

When utilizing Flutter's receive_sharing_intent_plus, how can I determine the origin of the shared intent? I aim to identify the specific app.

OutdatedGuy commented 9 months ago

Yo @MachariaK, I didn't understand what your question/concern is.

Can you elaborate more and provide some examples.

MachariaK commented 9 months ago

I am currently using the 'receive_sharing_intent_plus' package in my Flutter project to receive data shared from other apps. However, I also need to identify the app that originally shared this intent with mine. Is there a feature within the package that provides details about the originating app that shared the intent? Can you provide any guidance or examples on how this can be achieved?

OutdatedGuy commented 9 months ago

@MachariaK, there is currently no way to get which app shared the data to our app using the plugin as I think Android and iOS doesn't share that info.

But if you find a way to do it PRs are always welcomed.