From 7033581e9243bdde877d7f363fead0b8d37e179a Mon Sep 17 00:00:00 2001 From: Shane Jordan Date: Thu, 1 Jun 2023 22:16:05 -0400 Subject: [PATCH] update intl version to 0.18.1 due to compat issues old version is not compat with latest flutter updates --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 580eb4b..66d7b26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - intl: ^0.17.0 + intl: ^0.18.1 dev_dependencies: flutter_test: