Matan Lurey
Matan Lurey
To be clear, "we" here = "supported platforms": https://docs.flutter.dev/reference/supported-platforms.
@jonahwilliams: > Do you mean images w.r.t golden testing? Yes, edited. > While I'm in favor of the dithered gradient, I think the we should consider making this the default...
Updated proposal with @jonahwilliams (I'll leave the previous comment for posterity): 1. Flip `ui.Paint.enableDithering` to default to `true` (previously `false`). We aren't considering this a breaking change, as it's changing...
> Only potential caveat is that this may do bad things for scuba, so we may need to compile in a branch where we force this off in the flutter_tester...
Update: This is still a WIP. In https://github.com/flutter/engine/pull/44730 and https://github.com/flutter/engine/pull/44912, I modified the Skia backend to _only_ respect dithering of gradients (which is what the Impeller backend will do), but...
After a short baking period I'll finalize cleaning this up.
I thought https://github.com/dart-lang/sdk/issues/53745#issuecomment-2073488842 was a compelling user report of the existence of `package:meta` not even being clear. I know about it because I've been working on/with Dart for years, but...
Maybe, I just like the idea of using the existing documentation and names used in the modifiers.
Just to be clear `k` was to avoid having to understand how to make reserved words work, so I'm on board.
@bwilkerson: Your questions are valid, but I'd like to avoid a tit-for-tat where the onus is to answer every question posed. Instead I'd suggest: 1. this feature is as valuable...