Yegor
Yegor
Example: https://github.com/flutter/flutter/pull/159304 Notice how the bot puts the PR in the queue and then the PR gets immediately closed:  What's happening is Cocoon...
Let's move `package:url_launcher` into the Flutter SDK. Links are essential parts of building client apps. You can tell by the likes and download counter on [pub](https://pub.dev/packages/url_launcher): Additionally, the Flutter team...
All it does is schedule a couple of drones then collects results: [Example](https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20mac_clang_tidy/18101/overview) We don't need to consume 30 minutes of mac time for that. Let's reserve the macs for...
Fixes https://github.com/flutter/flutter/issues/160405
With the monorepo "Linux Web Framework tests" is no longer needed because all framework tests will run immediately on every engine change. In fact, none of this would even work...
In the monorepo world we need to be able to just build the engine without running tests to support the following: * **PRs and post-submit**: immediately after the engine is...
`aria-selected` is ignored by VoiceOver (and potentially other screen readers). To reproduce, `flutter run -d chrome` the [a11y test app](https://github.com/flutter/flutter/tree/master/dev/a11y_assessments). And try any of the nav bar and tab demos.
The engine is now expected to send a `didGainFocus` to the framework to record that previous accessibility focus position when pushing a new route. In return, the framework sends a...