engine
engine copied to clipboard
The Flutter engine
This is to be used with https://github.com/flutter/flutter/pull/144789. Please see that issue for discussion. The two new places are chosen to keep the new range as close to the old range...
Fixes https://github.com/flutter/flutter/issues/140901
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
Expose `ui.Paragraph.debugGetFontAt` for debugging purposes. The goal is to allow developers to inspect the actual font used to render a glyph in debug mode. Currently it always return null for...
(Tenatively) Closes https://github.com/flutter/flutter/issues/142871. I personally think this is a reasonable request, and we (framework authors) can make some users happy in a fairly simple way (https://github.com/flutter/flutter/issues/142871, https://github.com/flutter/flutter/issues/40497). Some questions: 1....
Migrate from GTK3 to GTK4. Work in progress, the following still needs fixing: - [Flutter sysroot needs updating to recent version of GTK4](https://github.com/flutter/flutter/issues/139110) - Accessibility - Cursors - Clipboard -...
Closes https://github.com/flutter/flutter/issues/141641. Basically, this should verify "it's possible to use VSCode+LSC, at least in theory". I'm open to writing a test, but given it _is_ a test I'm less sure...
Support multi-view mode in the Skwasm renderer. Fixes https://github.com/flutter/flutter/issues/138925
I'm investigating the `ImageSurfaceRenderer` crashing on CI and locally. This moves the individual rendering types into their own files so it's easier for future reviewers to understand the changes, but...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...