From 4c1aa715f790fac31d49c46989bc9e0eaee5f2df Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:19:36 +0300 Subject: [PATCH] Fixed ci intl generation --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 513c9f8..ae49fe4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,8 @@ dependencies: flutter_bloc: ^8.1.1 flutter_localizations: sdk: flutter - intl: ^0.17.0 + intl: 0.17.0 + intl_utils: 2.8.1 material_color_utilities: ^0.2.0 permission_handler: 10.2.0 provider: ^6.0.4