From 55d85854257fc0bcffe470b57b515ba73ba97e48 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Mon, 28 Oct 2024 03:21:58 +0100 Subject: [PATCH] Widen device_info_plus range Fixes #365 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ae284a8c..f5161aa3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: async: ^2.0.0 clock: ^1.1.0 collection: ">=1.15.0 <2.0.0" - device_info_plus: ">=8.0.0 <11.0.0" + device_info_plus: ">=8.0.0 <12.0.0" file: ">=6.0.0 <8.0.0" flutter: sdk: flutter