From 7e3308cb94ffa61ebaa464380f05fe74a498ef83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bot=20of=20Thomas=20G=C3=BCttler?= Date: Mon, 1 Jun 2026 21:47:50 +0200 Subject: [PATCH] fix: pin intl dependency to ^0.20.2 instead of any (#344) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 545eed5..b01c90a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: flutter_secure_storage: ^10.0.0 # Date formatting - intl: any + intl: ^0.20.2 # File picking (compose attachments) and opening downloaded attachments file_picker: ^12.0.0-beta.4