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:
Martin Wimpress 2024-06-25 16:36:54 +01:00 committed by Martin Wimpress
parent ce91d6be86
commit d7f962fe4c
1 changed files with 0 additions and 1 deletions

View File

@ -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: