From 3a7b6b771f6f6639a9acc980cec0f7d502ae9051 Mon Sep 17 00:00:00 2001 From: Brandon Trautmann Date: Wed, 18 Sep 2024 11:16:41 -0400 Subject: [PATCH] fix: loosen collection constraint --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1d71d02..e679e99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: ">=3.5.0 <4.0.0" dependencies: - collection: ^1.19.0 + collection: ^1.18.0 dio: ^5.7.0 freezed_annotation: ^2.4.4 uuid: ^4.5.0