-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request]: share_plus android remove url_launcher #1070
Comments
makes sense, feel free to submit a PR if you think you can do it! |
url_launcher is in dependency of share_plus_linux and share_plus_web how can we stop it from being importing in android build, Can anybody guid me? |
I feel it's only possible if we have federated plugins. |
Nope, the dependency would still be there through the other platform dependency unfortunately |
Then only way is to have platform channels for each😕 |
Since |
Would make a PR for it then thanks @stuartmorgan for the idea |
Plugin
share_plus
Use case
url_launcher is not required when compiling android but it will also be loaded into the app's gradle project
Proposal
Remove url_launcher when compiling android
The text was updated successfully, but these errors were encountered: