yaakovschectman
yaakovschectman
Currently in our UIA migration, checkbox widgets are not treated by NVDA as checkboxes, even when they have the checkbox role and provide the toggle pattern. I do not currently...
Send a platform message to the engine when the `ServiceBinding` is registered. Framework side of https://github.com/flutter/engine/pull/41733 Addresses https://github.com/flutter/flutter/issues/126033 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed...
**Which API doesn't behave as documented, and how does it misbehave?** When playing a `StreamAudioSource` that returns responses supporting range requests, with `null` offset and lengths, and returning WAV PCM...
At least temporarily, this PR serves to demonstrate the planned runner-facing API changes to enable platform views on Windows. In its current state, it will not be merged. Part of...
Draft/demonstration of checking if the app is in multiwindow mode and changing the top padding value accordingly. Such a change would still require tests, and some way to differentiate between...
Child task of https://github.com/flutter/flutter/issues/117907
Internal: b/376074365 The packages PR https://github.com/flutter/packages/pull/7587/checks which only updates the targeted SDK for example apps and makes some tweaks to the manifests as necessary to do so is resulting in...
Child task of https://github.com/flutter/flutter/issues/117907
First uploading a draft to check if the CI tests run properly. Fixes https://github.com/flutter/flutter/issues/152929 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there...
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...