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

Reverts a runtime crashing assertion introduced by #16496. Defensively favors returning a nil text selection range rather than crash. See issue [#138464](https://github.com/flutter/flutter/issues/138464) for crash reports and reproduction recordings. Without this...

platform-ios

Fixes https://github.com/flutter/flutter/issues/157108 Right now the DL is always growing by a minimum 4096 bytes at a time. On applications with large display lists, this can lead to hundreds of reallocations...

This PR force reset forwarding recognizer state when it's stuck at failed state, by recreating the recognizer (we are not able to reset the state back to possible - it...

platform-ios

"Orchestrator" builders are top-level builds that can perform some caching, kick off "drone" sub-builds, and then do things with those build artifacts like run tests, or "generators" that do work...

This PR updates the deps and pubspec overrides to track the new SoT of several Dart core packages (these now live in dart-lang/core). - `package:args` - `package:async` - `package:convert` -...

platform-web
platform-fuchsia

Migrates `FlutterViewController` from manual reference counting to ARC. Eliminates use of scoped_nsobject and scoped_nsprotocol, and migrates ivars to property syntax where possible. No semantic changes, therefore no changes to tests....

platform-ios

On most platforms, we support only a single host architecture and a single target architecture per build. macOS supports both arm64 and x86_64 host platforms via multi-arch (universal) binaries generated...

Switch the Dart Development Compiler compilation step to use the dartdevc AOT snapshot.

platform-web

Stop including the translation of window insets cutouts to Flutter cutout DisplayFeatures in the window info listener method, which would not necessarily receive changes in the correct order/state when they...

platform-android

Google Fonts serves TTF fonts gzipped. By switching to WOFF2 fonts, we get Brotli compression by design. Google Font's WOFF2 fonts are 30%+ smaller than their gzipped TTF counterparts (including...

platform-web