From b09879e4c915a518b6b05ef0b1bf206dbf5d234d Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 10 Jan 2024 20:54:09 +0300 Subject: [PATCH] Allow to use any version of intl --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index cf70ccba..f75d2cea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -41,9 +41,9 @@ dependencies: flutter_localizations: sdk: flutter - intl: ^0.18.1 # Normal packages + intl: any dart_quill_delta: ^0.0.1 collection: ^1.17.0 quiver: ^3.2.1 @@ -70,7 +70,7 @@ dev_dependencies: sdk: flutter flutter_quill_test: ^9.0.0-dev-6 test: ^1.24.3 - intl_translation: ^0.18.2 + # intl_translation: ^0.19.0 yaml_edit: ^2.1.1 flutter: