engine
engine copied to clipboard
The Flutter engine
Part of https://github.com/flutter/flutter/issues/156628
A bare-bones implementation for iOS focus engine support, to enable basic full keyboard access (FKA) (except for scrolling which will be implemented in a different patch). Partially f1xes https://github.com/flutter/flutter/issues/76497 https://github.com/user-attachments/assets/427db87e-cc15-483a-85a1-56bf1c02c285...
some of the READMEs in this repo point to outdated places to get more help (such as gitter), and some READMEs tell folks to create issues in flutter/flutter. We should...
When run repeatedly, some of the iOS unit tests can relatively easily blow their test timeouts. Since we're testing behaviour and not performance in these tests there's no need to...
This draft PR aims to address the lack of multi-touch support under Linux, leveraging the existing implementation used for Windows. As I am not an expert in this domain, I...
fixes https://github.com/flutter/flutter/issues/157205 This crashed because ocmock was storing references to rvalues for its mocked arguments. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined...
Manual roll requested by skia-flutter-autoroll https://skia.googlesource.com/skia.git/+log/3a081993e2a7..refs/changes/97/909497/19 DO_NOT_SUBMIT: This canary roll is only for testing Documentation for Autoroller Canaries is here: go/autoroller-canary-bots (Googlers only) To report a problem with the AutoRoller...
Manual roll requested by skia-flutter-autoroll https://skia.googlesource.com/skia.git/+log/3a081993e2a7..refs/changes/97/909497/21 DO_NOT_SUBMIT: This canary roll is only for testing Documentation for Autoroller Canaries is here: go/autoroller-canary-bots (Googlers only) To report a problem with the AutoRoller...
Manual roll requested by skia-flutter-autoroll https://skia.googlesource.com/skia.git/+log/3a081993e2a7..refs/changes/97/909497/22 DO_NOT_SUBMIT: This canary roll is only for testing Documentation for Autoroller Canaries is here: go/autoroller-canary-bots (Googlers only) To report a problem with the AutoRoller...
This reverts commit d302cc96e8b04aa359a26a778ea1e7e62f0cf15f. This relands the [reverted](https://github.com/flutter/engine/pull/55993) [original PR](https://github.com/flutter/engine/pull/55747) as is. The code is good. We just need to land it after migrating customer code to proper headings. >...