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 makes `platform_channel_basic_binary_2host_1MB` go from 529.2 µs to 412.4 µs (22% improvement) in my local testing. The test is in the platform channel benchmarks in the flutter repo. I found...

platform-ios
platform-android
platform-macos
platform-fuchsia

The changes proposed in this PR update the GLFW example to support dirty region management. It updates the example to a loading spinner in the center of the screen and...

platform-android
embedder

This draft PR is a prototype of how one would add support for partial repaint to the Embedder API when using OpenGL.

embedder

Adds a multiframe image decoder that demuxes APNG streams into regular PNG-compliant streams. The actual color decoding is done by Skia's existing PNG decoder. A single lazy pass is performed...

affects: engine
platform-android
Work in progress (WIP)

This PR adds flutter/lifecycle channel support for win32 ~~and winuwp~~(removed), and enable apps to receive window focused/minimized event. This PR adds `StringMessageCodec` to `shell/platform/common`. This PR will support part of...

cla: yes
platform-windows

https://github.com/flutter/flutter/issues/106462#issuecomment-1164156276 fix App crashes and disappears when typing on the keyboard

platform-android
platform-windows
platform-fuchsia
needs tests

This is a draft PR to show some changes being made to `dart_component_controller.cc` and will not be merged.

platform-fuchsia

Implements: * https://github.com/flutter/flutter/issues/31713 *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...

Work in progress (WIP)
platform-windows
needs tests

Part of https://github.com/flutter/flutter/issues/100456 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree...

platform-web