chore(talker_flutter): bump share_plus from ^12.0.1 to ^13.0.0#492
Merged
Frezyx merged 1 commit intoFrezyx:masterfrom Apr 27, 2026
Merged
chore(talker_flutter): bump share_plus from ^12.0.1 to ^13.0.0#492Frezyx merged 1 commit intoFrezyx:masterfrom
Frezyx merged 1 commit intoFrezyx:masterfrom
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the talker_flutter package’s pubspec to depend on share_plus ^13.0.0 instead of ^12.0.1 to unblock downstream dependencies that require win32 ^6.0.0, without any accompanying source code changes. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
Author
|
Just noticed #489 from Renovate is already open and does exactly the same |
Frezyx
approved these changes
Apr 27, 2026
Owner
|
Hello @PAzter1101 ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump
share_plusinpackages/talker_flutter/pubspec.yamlfrom^12.0.1to^13.0.0.Motivation
The 12.x constraint blocks downstream packages that need
wakelock_plus ^1.6.0,device_info_plus ^13.x, or any other package that has moved towin32 ^6.0.0.share_plus 12.xstill holdswin32 ^5.5.3, creating an unresolvable version conflict.API compatibility
The only
share_plususage intalker_flutteris inpackages/talker_flutter/lib/src/utils/download_logs/download_logs_native.dart:This API (
SharePlus.instance.share(ShareParams)) was introduced inshare_plus 11.0.0and is unchanged in 13.x. No code changes required.What 13.x brings
Per the
share_plusCHANGELOG:13.0.0: bumpswin325→6, requires Flutter ≥ 3.41.6 / Dart ≥ 3.11.0, iOS ≥ 13.0, macOS ≥ 10.1513.1.0: lowers to Flutter ≥ 3.38.1 / Dart ≥ 3.10The
talker_flutterenvironment is alreadysdk: '>=3.6.0 <4.0.0',flutter: '>=1.17.0'— downstream consumers who need 13.x will constrain Flutter themselves; this PR just unblocks them at theshare_pluslayer.Test plan
share_plus 13.1.0resolves against the package.SharePlus.instance.share(ShareParams)signature unchanged — no source changes.example/app builds (maintainer to verify in CI — no source changes to example either).Summary by Sourcery
Enhancements: