Commit 9832202
committed
deps: Upgrade Flutter to work around Flutter version-solving bug
CI is broken by what looks like a bug in `flutter pub get`:
Resolving dependencies...
The current Flutter SDK version is 3.37.0-1.0.pre-175.
Because zulip requires Flutter SDK version >=3.37.0-1.0.pre-89,
version solving failed.
Failed to update packages.
It looks like the number at the end is being compared
lexicographically, not numerically as it should be. That should be
fixed, but for now, work around by just bumping the threshold to a
version where that number starts with "1".1 parent 3c94f6d commit 9832202
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1363 | 1363 | | |
1364 | 1364 | | |
1365 | 1365 | | |
1366 | | - | |
1367 | | - | |
| 1366 | + | |
| 1367 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments