As an example, if I click share in Spotify of a playlist url and want my app to show up in the list to receive it, I know I'll need the receive_sharing_intent dependency added to pubspec.yaml and make modifications to intents, etc.
I can only find documentation about adding a dependency to a widget, but that makes it sound like the dependency has a smaller scope then is needed in this case.