Dan Field
Dan Field
Our current rect bounds transformation routines work fine for affine transforms but are not quite right when perspective is involved. See SkMatrixPriv::MapRect for a working implementation.
Today these use --enable-software-rendering, which is not supported in impeller, so they have not actually been testing impeller. I'm going to be disabling them as part of fixing https://github.com/flutter/flutter/issues/131887, but...
Something like https://cs.chromium.org/ would be really nice to have for pub. It would help Flutter contributors understand the impact of (potentially) breaking changes better. It would also help the community...
It would be nice to have something like MemoryFileSystem that can be initialized from an actual directory on disk. Write operations would always write to memory. Read operations would check...
Similar to https://github.com/flutter/devtools/issues/481 Would be really nice to have a way to view the semantics tree. /cc @darrenaustin @goderbauer fyi
It would be great if pub encouraged package authors to write tests for their code. If a repository has a lcov file, or perhaps a link to coveralls or some...