From a24c7f618740eb16f02d616babf465e70fe159d5 Mon Sep 17 00:00:00 2001 From: Larry Aasen Date: Sat, 23 Mar 2024 10:38:56 -0400 Subject: [PATCH] Allowed for device_info_plus 10.0.0 and package_info_plus 6.0.0. --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad39f68e..46dec701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 10.0.1 -- Allowed for dependency package_info_plus version 6.0.0. +- Allowed for device_info_plus 10.0.0 and package_info_plus 6.0.0. ## 10.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 35284a67..27d1436d 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: '>=8.1.0 <10.0.0' + device_info_plus: '>=8.1.0 <11.0.0' # Pure Dart library for HTML5 parsing html: ^0.15.3