-
-
Couldn't load subscription status.
- Fork 101
chore: update share_plus to v11.0.0 #369
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
Conversation
Reviewer's GuideUpgrades share_plus to v11.0.0 and migrates deprecated Share.shareXFiles usage to the new SharePlus.instance.share API to maintain compatibility and avoid version conflicts. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jeroenbell - I've reviewed your changes and they look great!
Here's what I looked at during the review
- π’ General issues: all looks good
- π’ Security: all looks good
- π’ Testing: all looks good
- π’ Complexity: all looks good
- π’ Documentation: all looks good
Help me be more useful! Please click π or π on each comment and I'll use the feedback to improve your reviews.
The latest version of
share_plusdeprecated some methods in favor of a new recommended one. This PR updates the dependency and replaces the deprecated method with the recommended one.This is to avoid version conflicts for projects that depend on both
share_plusandtalker_flutter.Summary by Sourcery
Update the share_plus dependency to v11.0.0 and replace the deprecated shareXFiles call with the new SharePlus.instance.share API.
Enhancements:
Build: