-
Notifications
You must be signed in to change notification settings - Fork 331
Closed
Labels
a-toolsOur own development tooling, scripts, and infrastructureOur own development tooling, scripts, and infrastructure
Milestone
Description
This will be fixed by #567 after that's revised and merged.
Until then, CI runs are failing with an error like this:
Note: intl is pinned to version 0.19.0 by flutter_localizations
from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
Because zulip depends on flutter_localizations from sdk which
depends on intl 0.19.0, intl 0.19.0 is required.
So, because zulip depends on intl ^0.18.0, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.19.0
The root cause here is:
For the moment until this broken build is fixed, the workaround is to run tools/check
locally with a version of Flutter that's at least a few days old. In particular, the minimum version specified in pubspec.yaml
should always work.
Metadata
Metadata
Assignees
Labels
a-toolsOur own development tooling, scripts, and infrastructureOur own development tooling, scripts, and infrastructure
Type
Projects
Status
Done