engine
engine copied to clipboard
The Flutter engine
This is similar to our handling of degrees and radians or really any of the stuff in chrono. Storage is always in bytes. Before being displayed, it can be converted...
The new property allows the user to specify a URI for their semantics link node. It's plumbed through for both web and non-web engines, but it's only used in the...
Fixes https://github.com/flutter/flutter/issues/129501
Experimentally support merging UI and platform thread on Android/iOS. This works by changing the shell holder to set the UI thread to the platform thread. Several shell APIs that post...
Draft while I work on breaking change, making sure this works, testing et cetera https://github.com/flutter/flutter/issues/127855
Add the `omit_local_variable_types` lint and call `dart fix --apply` in `lib/web_ui`.
**EDIT**: 🚫'd by branch alignment, I'm still waiting for https://dart-review.googlesource.com/c/sdk/+/373903 to make it into Flutter. --- ... and use it in `engine_tool` to prove everything is working, i.e. on CI...
Manual roll requested by skia-flutter-autoroll https://skia.googlesource.com/skia.git/+log/86ee8cc61508..refs/changes/56/871356/11 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...
Fixes https://github.com/flutter/flutter/issues/151034 Fast round rects were recently restricted to circular corners, but elliptical round rects can also go through the fast path.
The Dart SDK's `package:async_helper/async_minitest.dart` was never intended for new tests, it was a drop-in polyfill for the legacy `package:unit_test` that some Dart SDK tests were using. The tests should never...