From 925b8bbe1545c16b421e8451ae2ff298272e5ec9 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 17 Sep 2025 15:08:14 +0200 Subject: [PATCH 1/2] chore(repo): update dependencies This commit updates the following dependencies: - `share_plus` to `^12.0.0` - `connectivity_plus` to `^7.0.0` - `device_info_plus` to `>=10.1.2 <13.0.0` - `package_info_plus` to `^9.0.0` --- melos.yaml | 8 ++++---- packages/stream_chat_flutter/pubspec.yaml | 2 +- packages/stream_chat_flutter_core/pubspec.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/melos.yaml b/melos.yaml index 0118b49ec..53b05daab 100644 --- a/melos.yaml +++ b/melos.yaml @@ -28,10 +28,10 @@ command: cached_network_image: ^3.3.1 chewie: ^1.8.1 collection: ^1.17.2 - connectivity_plus: ^6.0.3 + connectivity_plus: ^7.0.0 cupertino_icons: ^1.0.3 desktop_drop: '>=0.5.0 <0.7.0' - device_info_plus: '>=10.1.2 <12.0.0' + device_info_plus: '>=10.1.2 <13.0.0' diacritic: ^0.1.5 dio: ^5.4.3+1 drift: ^2.22.1 @@ -65,7 +65,7 @@ command: media_kit_video: ^1.2.4 meta: ^1.9.1 mime: ^2.0.0 - package_info_plus: ^8.3.0 + package_info_plus: ^9.0.0 path: ^1.8.3 path_provider: ^2.1.3 photo_manager: ^3.2.0 @@ -76,7 +76,7 @@ command: responsive_builder: ^0.7.0 rxdart: ^0.28.0 sentry_flutter: ^8.3.0 - share_plus: ^11.0.0 + share_plus: ^12.0.0 shimmer: ^3.0.0 sqlite3_flutter_libs: ^0.5.26 stream_chat: ^9.16.0 diff --git a/packages/stream_chat_flutter/pubspec.yaml b/packages/stream_chat_flutter/pubspec.yaml index 1ca5dcce8..970a6d731 100644 --- a/packages/stream_chat_flutter/pubspec.yaml +++ b/packages/stream_chat_flutter/pubspec.yaml @@ -53,7 +53,7 @@ dependencies: rate_limiter: ^1.0.0 record: ">=5.2.0 <7.0.0" rxdart: ^0.28.0 - share_plus: ^11.0.0 + share_plus: ^12.0.0 shimmer: ^3.0.0 stream_chat_flutter_core: ^9.16.0 svg_icon_widget: ^0.0.1 diff --git a/packages/stream_chat_flutter_core/pubspec.yaml b/packages/stream_chat_flutter_core/pubspec.yaml index 09cb42f5c..4a33ac958 100644 --- a/packages/stream_chat_flutter_core/pubspec.yaml +++ b/packages/stream_chat_flutter_core/pubspec.yaml @@ -23,13 +23,13 @@ environment: dependencies: collection: ^1.17.2 - connectivity_plus: ^6.0.3 - device_info_plus: ">=10.1.2 <12.0.0" + connectivity_plus: ^7.0.0 + device_info_plus: ">=10.1.2 <13.0.0" flutter: sdk: flutter freezed_annotation: ">=2.4.1 <4.0.0" meta: ^1.9.1 - package_info_plus: ^8.3.0 + package_info_plus: ^9.0.0 rxdart: ^0.28.0 stream_chat: ^9.16.0 From ed18968ab122b58c45d5c62a57a67ec4f1473e00 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 17 Sep 2025 15:43:22 +0200 Subject: [PATCH 2/2] chore: Relax constraints on `share_plus`, `connectivity_plus`, `device_info_plus`, and `package_info_plus` This commit updates the version constraints for the following dependencies: - `share_plus`: Loosened from `^12.0.0` to `>=11.0.0 <13.0.0`. - `connectivity_plus`: Loosened from `^7.0.0` to `>=6.0.3 <8.0.0`. - `device_info_plus`: Loosened from `>=10.1.2 <13.0.0` to `>=11.0.0 <13.0.0`. - `package_info_plus`: Loosened from `^9.0.0` to `>=8.3.0 <10.0.0`. These changes provide greater flexibility in resolving dependency conflicts. --- melos.yaml | 8 ++++---- packages/stream_chat_flutter/pubspec.yaml | 2 +- packages/stream_chat_flutter_core/pubspec.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/melos.yaml b/melos.yaml index 53b05daab..440bffff4 100644 --- a/melos.yaml +++ b/melos.yaml @@ -28,10 +28,10 @@ command: cached_network_image: ^3.3.1 chewie: ^1.8.1 collection: ^1.17.2 - connectivity_plus: ^7.0.0 + connectivity_plus: ">=6.0.3 <8.0.0" cupertino_icons: ^1.0.3 desktop_drop: '>=0.5.0 <0.7.0' - device_info_plus: '>=10.1.2 <13.0.0' + device_info_plus: '>=11.0.0 <13.0.0' diacritic: ^0.1.5 dio: ^5.4.3+1 drift: ^2.22.1 @@ -65,7 +65,7 @@ command: media_kit_video: ^1.2.4 meta: ^1.9.1 mime: ^2.0.0 - package_info_plus: ^9.0.0 + package_info_plus: ">=8.3.0 <10.0.0" path: ^1.8.3 path_provider: ^2.1.3 photo_manager: ^3.2.0 @@ -76,7 +76,7 @@ command: responsive_builder: ^0.7.0 rxdart: ^0.28.0 sentry_flutter: ^8.3.0 - share_plus: ^12.0.0 + share_plus: ">=11.0.0 <13.0.0" shimmer: ^3.0.0 sqlite3_flutter_libs: ^0.5.26 stream_chat: ^9.16.0 diff --git a/packages/stream_chat_flutter/pubspec.yaml b/packages/stream_chat_flutter/pubspec.yaml index 970a6d731..9786553b1 100644 --- a/packages/stream_chat_flutter/pubspec.yaml +++ b/packages/stream_chat_flutter/pubspec.yaml @@ -53,7 +53,7 @@ dependencies: rate_limiter: ^1.0.0 record: ">=5.2.0 <7.0.0" rxdart: ^0.28.0 - share_plus: ^12.0.0 + share_plus: ">=11.0.0 <13.0.0" shimmer: ^3.0.0 stream_chat_flutter_core: ^9.16.0 svg_icon_widget: ^0.0.1 diff --git a/packages/stream_chat_flutter_core/pubspec.yaml b/packages/stream_chat_flutter_core/pubspec.yaml index 4a33ac958..73a64c3f7 100644 --- a/packages/stream_chat_flutter_core/pubspec.yaml +++ b/packages/stream_chat_flutter_core/pubspec.yaml @@ -23,13 +23,13 @@ environment: dependencies: collection: ^1.17.2 - connectivity_plus: ^7.0.0 - device_info_plus: ">=10.1.2 <13.0.0" + connectivity_plus: ">=6.0.3 <8.0.0" + device_info_plus: ">=11.0.0 <13.0.0" flutter: sdk: flutter freezed_annotation: ">=2.4.1 <4.0.0" meta: ^1.9.1 - package_info_plus: ^9.0.0 + package_info_plus: ">=8.3.0 <10.0.0" rxdart: ^0.28.0 stream_chat: ^9.16.0