From c0183bd3570809686ba7b5814d60d61a14e0e412 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 25 Mar 2024 11:16:18 +0100 Subject: [PATCH 1/2] bump pakcage info plus --- flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 74231742ab..9d3f689c81 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter_web_plugins: sdk: flutter sentry: 7.18.0 - package_info_plus: '>=1.0.0 <=5.0.1' + package_info_plus: '>=1.0.0 <=6.0.0' meta: ^1.3.0 ffi: ^2.0.0 From 5843cb723a99945a22eceb748b6df1b17b57520d Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 25 Mar 2024 14:20:54 +0100 Subject: [PATCH 2/2] Support version < 7 --- flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 9d3f689c81..1627f1260c 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter_web_plugins: sdk: flutter sentry: 7.18.0 - package_info_plus: '>=1.0.0 <=6.0.0' + package_info_plus: '>=1.0.0 <7.0.0' meta: ^1.3.0 ffi: ^2.0.0