Skip to content
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

Fix Deprectated social_share Plugin #1042

Closed
palisadoes opened this issue Dec 15, 2021 · 3 comments · Fixed by #1059
Closed

Fix Deprectated social_share Plugin #1042

palisadoes opened this issue Dec 15, 2021 · 3 comments · Fixed by #1059
Assignees
Labels
bug Something isn't working

Comments

@palisadoes
Copy link
Contributor

Describe the bug
The plugin social_share uses a deprecated version of the Android embedding. We get the error below when the flutter pub get command is run.

To Reproduce
Steps to reproduce the behavior:

$ flutter pub get
Running "flutter pub get" in talawa...                           2,340ms
The plugin `social_share` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will
remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Expected behavior
No error

Actual behavior
See message above

Screenshots
N/A

Additional details
N/A

@github-actions github-actions bot added bug Something isn't working unapproved Unapproved, needs to be triaged labels Dec 15, 2021
@AvneetSingh2001
Copy link

Please assign this to me.

@palisadoes palisadoes removed the unapproved Unapproved, needs to be triaged label Dec 15, 2021
@SriramPatibanda
Copy link
Contributor

This is actually a third party package and we can't fix the issues ourselves, the package owners must do it from their side. But a new version of this package is available. Using the latest version might solve the problem.

@AvneetSingh2001
Copy link

yes, they have updated the version yesterday only, and using that solves this problem.

Ayush0Chaudhary pushed a commit to Ayush0Chaudhary/talawa that referenced this issue Mar 29, 2023
* possible fix

* typo

* lint

* fixed the bug @xoldyckk brought to light
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants