From f7f0e7da00b809e61ea2f55d8e0d0d0d074aa7f0 Mon Sep 17 00:00:00 2001 From: Larry Aasen Date: Fri, 29 Dec 2023 10:18:50 -0500 Subject: [PATCH] Updated device_info_plus to '>=8.1.0 <10.0.0' --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ebd55c7c..9fec2076 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: sdk: flutter # From fluttercommunity.dev: Get current device information from within the Flutter application. - device_info_plus: any + device_info_plus: '>=8.1.0 <10.0.0' # Pure Dart library for HTML5 parsing html: ^0.15.3