engine icon indicating copy to clipboard operation
engine copied to clipboard

The Flutter engine

Results 339 engine issues
Sort by recently updated
recently updated
newest added

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

platform-ios

*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...

affects: desktop
platform-macos

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...

platform-web
will affect goldens

(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....

platform-web

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 -...

affects: desktop
platform-linux

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...

Work in progress (WIP)

Support multi-view mode in the Skwasm renderer. Fixes https://github.com/flutter/flutter/issues/138925

platform-web

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...

platform-web