From 32bdeaf33a722e9d6ecc6d3111addbccecbc99e5 Mon Sep 17 00:00:00 2001 From: Michelle Raouf Date: Thu, 20 Feb 2025 14:48:18 +0200 Subject: [PATCH] Update intl dependency version range in pubspec.yaml to completable with another dep --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 123be0f1..e2fd89d3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: sdk: flutter plugin_platform_interface: ^2.1.8 - intl: ^0.20.0 + intl: ">=0.19.0 <0.21.0" dev_dependencies: flutter_test: