Harry Terkelsen
Harry Terkelsen
Generates fallback font data by downloading and analyzing all known "Noto Sans" fonts. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for...
Uses a WebGL surface in conjunction with `readPixels` to make an image from an `SkPicture`. This is needed since the picture may contain GL texture-backed images. Fixes https://github.com/flutter/flutter/issues/103803 ## Pre-launch...
WIP ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene] wiki...
Fixes https://github.com/flutter/flutter/issues/113094 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...
When we delete a Surface context (for example because it has resized) we must make sure that it is the current context or Skia might throw an exception while deleting...
Just fixing a typo I noticed while looking through `ColorFilter` docs: https://api.flutter.dev/flutter/dart-ui/ColorFilter/ColorFilter.matrix.html ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...
We should add web support for `path_provider`
Adds `dilate` and `erode` ImageFilters. Fixes https://github.com/flutter/flutter/issues/101085 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read...
CanvasKit has moved to a more stable way of performing screenshot tests, so flakiness should be reduced. Fixes https://github.com/flutter/flutter/issues/110785 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...
It would be nice to filter out packages that you don't care about when navigating code size.