From 56828c2ec23aa9b9781062207713d3ae0960ae34 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Thu, 29 Jun 2023 11:45:57 +0200 Subject: [PATCH] Widen dependency ranges of file and http Fixes https://github.com/wiredashio/wiredash-sdk/issues/283 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9572e4ed..1fc9ac03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,12 +20,12 @@ environment: dependencies: clock: ^1.1.0 collection: ">=1.15.0 <2.0.0" - file: ">=6.0.0 <7.0.0" + file: ">=6.0.0 <8.0.0" flutter: sdk: flutter flutter_localizations: sdk: flutter - http: ">=0.13.0 <0.15.0" + http: ">=0.13.0 <2.0.0" http_parser: ">=4.0.0 <5.0.0" intl: ">=0.16.0 <2.0.0" # whatever "sdk: flutter" depends on material_color_utilities: ">=0.1.2 <1.0.0"