engine
engine copied to clipboard
The Flutter engine
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...
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...
This draft PR is a prototype of how one would add support for partial repaint to the Embedder API when using OpenGL.
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...
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...
修复中文键盘崩溃
https://github.com/flutter/flutter/issues/106462#issuecomment-1164156276 fix App crashes and disappears when typing on the keyboard
This is a draft PR to show some changes being made to `dart_component_controller.cc` and will not be merged.
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...
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...