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

## Description This PRs fixes an issue where the HTML renderer was not able to draw straight lines when stroke width is zero (For more information see the demo here:...

platform-web
will affect goldens

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

Work in progress (WIP)
platform-web
platform-fuchsia

This is a step towards being able to control floating point precision. The GLSL 4.6 spec ignores precision (and so does glslang in this mode). The compiler is still not...

needs tests
impeller

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

platform-web

Description: 1. Create a PaintTree during the traversal tree phase, the PaintTree node is the AttributeLayer which set the paint attribute and it needs to `saveLayer` 2. In the DisplayListLayer...

Work in progress (WIP)
needs tests

Fix wrong use of fl_method_call_respond arguments in documentation ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...

platform-linux

Specializes the `OffsetEngineLayer` and `TransformEngineLayer` in CanvasKit mode. Random usage of the Gallery app shows that ~97% of all transforms are covered by identity and translation specializations. Two specializations are...

platform-web

Remove references to IE11 and old Edge (this change is not breaking as Flutter Web never really worked on these); treat Samsung browser as Blink. Fixes https://github.com/flutter/flutter/issues/108999. Potentially also fixes...

platform-web

This PR is a prototype of the implementation of dirty region management with Metal support. The modifications essentially add damage fields to `FlutterMetalTexture` and update the `get_next_texture` and `present` callbacks...

embedder