engine
engine copied to clipboard
The Flutter engine
https://dart.googlesource.com/sdk.git/+log/b19e0995f317..18ec60df0774 2024-03-13 [email protected] Version 3.4.0-228.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC [email protected],[email protected] on the revert...
[Original reland](https://github.com/flutter/engine/pull/51126) was [reverted](https://github.com/flutter/engine/commit/78cecee7fb1fa1ec8c8058e9b726ef12d2d38893) because of skiaperf regressions. The regressions are caused by runner machines running display at 30hz. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and...
https://skia.googlesource.com/skia.git/+log/dc7443fa4d88..1ad0d0fabe7a 2024-03-13 [email protected] Roll vulkan-deps from 6b4cf4e2ca6b to 91aab7b7e25f (4 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll...
Consider this scenario: In an add-to-app context, where multiple Flutter activities share the same engine, a situation occurs. When navigating from FlutterActivity1 to FlutterActivity2, the Flutter view associated with FlutterActivity1...
Adapted suggestion from https://github.com/flutter/flutter/issues/74246#issuecomment-971326926 to pop the route if the view controller route if `accessibilityPerformEscape` is called at that level in the responder chain. Ideally this could know if the...
On Windows, where JAWS is a popular screen reader and, [unfortunately](https://github.com/FreedomScientific/standards-support/issues/759), ignores `aria-label` on empty elements, and for user agents that are known web crawlers (that also ignore `aria-label`), render...
Only available on Android device API levels >= 29. Proc table is setup has versioning checks. All handles are type safe. Collection of handles takes into account cleanup tasks (like...
### Motivation of the change: Both dart and flutter are using fairly outdated gn-sdk without properly maintained. Currently @hjfreyer is working on version'ed IDK / SDK libs which requires changes...
Running `gclient` now creates a `//flutter/build/DEPS.sha256` file that contains the SHA-256 hash of the `//flutter/DEPS` file. The engine tool uses this `DEPS.sha256` file to determine whether `gclient` needs to be...
Reverts the logic for calculating the TextField input text cursor position when inputting Korean characters (3.13.9) - Issue occurred since 3.16.x - https://github.com/flutter/flutter/issues/140739 List which issues are fixed by this...