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. ```
This commit is contained in:
parent
ce91d6be86
commit
d7f962fe4c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue