From bada83577a8fdf862fd2d45b2c47f3e2c0315de6 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Tue, 6 Feb 2024 08:06:23 +0100 Subject: [PATCH] fix: use broader constraint for intl Signed-off-by: The one with the braid --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 44c5a9f..3004765 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: barcode: ^2.2.4 crypto: ^3.0.3 http: ^1.0.0 - intl: ^0.19.0 + intl: ">=0.17.0 <1.0.0" dev_dependencies: import_sorter: ^4.6.0