Skip to content

Conversation

@Memet18
Copy link

@Memet18 Memet18 commented Nov 25, 2025

This pull request updates the share_plus package to the latest available version. The update resolves the issue where the Share button does not work on iOS.

Related Issue
Fixes #440

Changes
Updated share_plus to the latest version in pubspec.yaml

Notes
The iOS share functionality was affected by a known bug in older versions of share_plus. Updating the package resolves the problem.

Summary by Sourcery

Update the talker_flutter package to use the latest patch version of the share_plus dependency.

Bug Fixes:

  • Resolve an iOS issue where the Share button could fail due to a bug in the previous share_plus version.

Build:

  • Bump the share_plus dependency from 12.0.0 to 12.0.1 in pubspec.yaml.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Nov 25, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR bumps the share_plus dependency in the talker_flutter package from 12.0.0 to 12.0.1 to pick up an upstream bugfix that restores iOS share button functionality.

File-Level Changes

Change Details Files
Update the share_plus dependency to the latest patch release to fix iOS share behavior.
  • Incremented the share_plus version constraint from ^12.0.0 to ^12.0.1 in the talker_flutter package dependencies.
  • Relies on upstream bugfixes in share_plus 12.0.1 that address the non-working Share button on iOS.
packages/talker_flutter/pubspec.yaml

Assessment against linked issues

Issue Objective Addressed Explanation
#440 Update the share_plus dependency to a version that fixes the iOS share button bug (so that the native iOS share sheet opens correctly).

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Frezyx Frezyx added the dependencies Pull requests that update a dependency file label Dec 2, 2025
@Frezyx
Copy link
Owner

Frezyx commented Dec 2, 2025

Hello @Memet18 !
I will merge this PR in near future

@Frezyx Frezyx added the release label Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Share button does not work on iOS

2 participants