From 0984b2ff32651b25ffd35319a57c712e53ed9717 Mon Sep 17 00:00:00 2001 From: thientv_attlas Date: Thu, 14 Dec 2023 15:26:45 +0700 Subject: [PATCH] feat: upgrade intl dependency --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0461bff..164c4b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: sdk: '>=2.19.0 <4.0.0' dependencies: - intl: ^0.18.0 + intl: ^0.19.0 dev_dependencies: lints: ^2.0.1