From d7f962fe4c0bb2453ea158423a662bcc451096f0 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 25 Jun 2024 16:36:54 +0100 Subject: [PATCH] fix(ci): drop intl from pubspec; use pinned intl from flutter SDK This fixes the following CI failure: ``` Note: intl is pinned to version 0.18.1 by flutter_localizations from the flutter SDK. See https://dart.dev/go/sdk-version-pinning for details. Because every version of flutter_localizations from sdk depends on intl 0.18.1 and quickgui depends on intl ^0.19.0, flutter_localizations from sdk is forbidden. So, because quickgui depends on flutter_localizations from sdk, version solving failed. ``` --- pubspec.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index bacbd40..97b97bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,6 @@ dependencies: shared_preferences: ^2.0.8 package_info_plus: ^8.0.0 provider: ^6.0.1 - intl: ^0.19.0 gettext: ^1.2.0 gettext_parser: ^0.2.0 flutter_localizations: