You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps: Update Flutter to latest 3.21.0-12.0.pre.26, and intl to match
Recent Flutter versions from main pin a newer version of package:intl,
making them incompatible with our current pubspec constraints
and causing CI to fail (zulip#575). So we need to upgrade `intl`.
That in turn would break things on older Flutter, so we bump the
minimum Flutter version at the same time. This also conveniently
ensures that we have flutter/flutter@01fc13d9f, a nice upstream
improvement from our contributor VatsalBhesaniya.
The Flutter bump comes with a small tweak to respond to an
API deprecation.
The `intl` changelog identifies no potentially breaking changes:
https://github.com/dart-lang/i18n/blob/main/pkgs/intl/CHANGELOG.md#0190Fixes: zulip#575
0 commit comments