Dart fix support for dart:X
libraries
#59764
Labels
area-sdk
Use area-sdk for general purpose SDK issues (packaging, distribution, …).
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-question
A question about expected behavior or functionality
I noticed some deprecations in the
Color
class were causing some pain for users, so I tried to see if we could add dart fix support fordart:ui
.First I tried setting it up like we have in the framework, with a fix_data directory in the lib/ folder at:
engine/src/flutter/lib/
Then I tried moving the fix_data to
engine/src/flutter/lib/ui/
, but that did not work either.Am I holding it wrong?
Can dart fix work in these libraries?
See small fix written in flutter/flutter#160616
The text was updated successfully, but these errors were encountered: