Commit eb1c818
committed
deps: Add some overrides to unblock Flutter Color API changes for wide-gamut
This commit follows the request in
flutter/flutter#154123
by pointing to a Flutter maintainer's fork of `flutter_color_model`
and `color_model` while we wait for their PR from that fork to be
settled.
To validate this change, I checked out the roll from
engine-flutter-autoroll that failed on our tests:
flutter/flutter#153985
and confirmed that our tests (the ones that run with
`tools/check test --all`) failed with same-looking errors before
this change and passed after this change.
I did run all of `tools/check --all`, not just the `test` suite.
There was "info"-level output from the analyzer telling us about
things we've been using that will be deprecated with the proposed
Color API change (`Color.value` and `Color.withOpacity`). We'll want
to respond promptly to these deprecation notices -- and in fact our
CI treats this "info"-level output as an error -- but I think we can
leave that out of scope for the customer-tests fix, because we've
set it so "info"-level analyzer output isn't fatal there:
flutter/tests@54cc35f9f#diff-d2bef7bb93d58c3db877456685dad3e25d1546c1fc318e9d6c560e91c457eaa7R101 parent e91694f commit eb1c818
2 files changed
+28
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
422 | 423 | | |
423 | 424 | | |
424 | 425 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
70 | 86 | | |
71 | 87 | | |
72 | 88 | | |
| |||
0 commit comments