From 1536dfce3deaa755442bb972654265aaaa48c1b8 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Sun, 28 Apr 2024 02:09:20 +0200 Subject: [PATCH] Widen package_info_plus range (include 8.x) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c9cdffa4..a807efa1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,7 +30,7 @@ dependencies: intl: ">=0.16.0 <2.0.0" # whatever "sdk: flutter" depends on material_color_utilities: ">=0.1.2 <1.0.0" nanoid2: ^2.0.1 - package_info_plus: ">=3.0.0 <8.0.0" + package_info_plus: ">=3.0.0 <9.0.0" path_provider: ">=2.0.0 <3.0.0" platform: ">=3.1.0 <5.0.0" shared_preferences: '>=2.0.0 <3.0.0'