From f82998609511eeb8b9249e1b30af38960969f83b Mon Sep 17 00:00:00 2001 From: BradDoesCode <106245222+BradDoesCode@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:23:35 +0000 Subject: [PATCH] Update pubspec.yaml update http dependency to allow a version window --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index b268354..920c75f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: firebase_dart: ^1.0.10 path: ^1.8.0 meta: ^1.4.0 - http: ^0.13.0 + http: '>=0.13.0 <2.0.0' crypto_keys: ^0.3.0 collection: ^1.15.0 gcloud: ^0.8.0 @@ -31,4 +31,4 @@ dev_dependencies: mockito: ^5.0.10 false_secrets: - - /lib/src/testing.dart \ No newline at end of file + - /lib/src/testing.dart