From fc7ccf00958e1d02d5d6a08f616a5f4591599e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:20:42 +0000 Subject: [PATCH 1/2] Bump share_plus from 11.1.0 to 12.0.1 Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) from 11.1.0 to 12.0.1. - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v12.0.1/packages/share_plus) --- updated-dependencies: - dependency-name: share_plus dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 557a8845..6cb491fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -57,7 +57,7 @@ dependencies: html: ^0.15.5 flutter_file_dialog: ^3.0.2 carousel_slider_plus: ^7.1.0 - share_plus: ^11.0.0 + share_plus: ">=11.0.0 <13.0.0" http: ^1.4.0 file_picker: ^10.1.9 From f0faabf8e3d2f4a89409469ecce1fda3130b7644 Mon Sep 17 00:00:00 2001 From: UNN MOBILE runner Date: Tue, 4 Nov 2025 23:47:16 +0000 Subject: [PATCH 2/2] Change version in pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6cb491fb..4ace1359 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: unn_mobile description: A mobile application for UNN Portal website publish_to: 'none' -version: 0.6.0+366 +version: 0.6.0+367 environment: sdk: '>=3.1.2 <4.0.0'