From 6b09446a75cf2239bfe1265a0083fd5ac6d7f796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 16:13:12 +0000 Subject: [PATCH] chore(deps): Bump share_plus and share_plus_platform_interface Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) and [share_plus_platform_interface](https://github.com/fluttercommunity/plus_plugins/tree/main/packages). These dependencies needed to be updated together. Updates `share_plus` from 12.0.2 to 13.1.0 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v13.1.0/packages/share_plus) Updates `share_plus_platform_interface` from 6.1.0 to 7.1.0 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus_platform_interface-v7.1.0/packages) --- updated-dependencies: - dependency-name: share_plus dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: share_plus_platform_interface dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- flutter_news_example/packages/share_launcher/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_news_example/packages/share_launcher/pubspec.yaml b/flutter_news_example/packages/share_launcher/pubspec.yaml index 510e18c72..abb7f6134 100644 --- a/flutter_news_example/packages/share_launcher/pubspec.yaml +++ b/flutter_news_example/packages/share_launcher/pubspec.yaml @@ -10,8 +10,8 @@ dependencies: equatable: ^2.0.8 flutter: sdk: flutter - share_plus: ^12.0.1 - share_plus_platform_interface: ^6.1.0 + share_plus: ^13.1.0 + share_plus_platform_interface: ^7.1.0 dev_dependencies: flutter_test: