From f3244b55021bb78d6dca9a05af0f97fb340c0e9a Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Sun, 12 Mar 2023 12:14:31 +0000 Subject: [PATCH] Downgrade `i18n_extension` to `6.0.0` --- example/pubspec.yaml | 2 -- flutter_quill_extensions/pubspec.yaml | 8 +++----- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b53a59fa..caaa4ab9 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -40,8 +40,6 @@ dependency_overrides: flutter_quill: path: ../ - intl: ^0.18.0 - dev_dependencies: flutter_test: sdk: flutter diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 6c314c7f..294badcd 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -22,11 +22,9 @@ dependencies: math_keyboard: ^0.1.8 string_validator: ^1.0.0 -dependency_overrides: - # flutter_quill: - # path: ../ - - intl: ^0.18.0 +# dependency_overrides: +# flutter_quill: +# path: ../ dev_dependencies: flutter_test: diff --git a/pubspec.yaml b/pubspec.yaml index eda225cb..001075eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: pedantic: ^1.11.1 characters: ^1.2.1 diff_match_patch: ^0.4.1 - i18n_extension: ^7.0.0 + i18n_extension: ^6.0.0 device_info_plus: ^8.1.0 platform: ^3.1.0 pasteboard: ^0.2.0