Flutter 2.8.0 release notes

This page has release notes for 2.8.0. For information about subsequent bug-fix releases, see Hotfixes to the Stable Channel.

Merged PRs by labels for flutter/flutter

#

cla: yes - 1080 pull request(s)

#

65015 PageView resize from zero-size viewport should not lose state (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: state restoration)

75110 use FadeTransition instead of Opacity where applicable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

79350 Indicate that only physical iOS devices are supported (team, cla: yes, waiting for tree to go green)

82670 Android Q transition by default (framework, f: material design, cla: yes, waiting for tree to go green)

83028 Fix comments (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, documentation)

83047 [Material 3] Add Navigation Bar component to flutter framework. (framework, f: material design, cla: yes, waiting for tree to go green)

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

84394 Add Snapping Behavior to DraggableScrollableSheet (severe: new feature, team, framework, f: scrolling, cla: yes, d: examples, waiting for tree to go green)

84611 Add native iOS screenshots to integration_test (team, platform-ios, cla: yes, waiting for tree to go green, integration_test)

84707 [integration_test] Fix path in example (cla: yes, waiting for tree to go green)

84946 Fixed mouse cursor of disabled IconButton (framework, f: material design, cla: yes)

84993 fix: Preserve state in horizontal stepper (framework, f: material design, cla: yes, waiting for tree to go green)

85482 Fix avoid_renaming_method_parameters for pending analyzer change. (team, framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

85652 [new feature] Add support for a RawScrollbar.shape (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green)

85653 Keyboard text selection and wordwrap (a: text input, framework, cla: yes)

85718 Fix scale delta docs and calculation (framework, cla: yes)

85743 Overridable action (framework, cla: yes, waiting for tree to go green)

85968 replace localEngineOut with local-engine-out (tool, cla: yes)

86067 add margin to vertical stepper (framework, f: material design, cla: yes, waiting for tree to go green)

86312 [autofill] opt-out instead of opt-in (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

86555 ImageInfo adds a new getter named sizeBytes to decouple ImageCache and ui.Image (severe: new feature, framework, cla: yes, a: images)

86736 Text Editing Model Refactor (framework, f: material design, cla: yes, f: cupertino, work in progress; do not review)

86796 [EditableText] preserve selection/composition range on unfocus (framework, f: material design, cla: yes, waiting for tree to go green)

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

86844 [gen_l10n] to handle arbitrary DateFormat patterns (waiting for customer response, tool, cla: yes)

86986 Migration text selection manipulation. (framework, cla: yes)

87022 [tools] Add Xcode version to non-verbose Flutter doctor (tool, cla: yes, waiting for tree to go green)

87076 Add a hook for scroll position to notify scrolling context when dimen… (a: tests, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

87109 TextField.autofocus should skip the element that never layout (framework, f: material design, cla: yes, waiting for tree to go green)

87172 Adding onLongPress for DataRow (framework, f: material design, cla: yes)

87197 Add RichText support to find.text() (a: tests, severe: new feature, framework, cla: yes)

87231 Switch document generation to use the snippets package (team, framework, f: material design, cla: yes, f: cupertino)

87264 fix: fix BuildableMacOSApp pass no projectBundleId to super error (tool, cla: yes, waiting for tree to go green)

87280 Extract Sample code into examples/api (team, framework, f: material design, cla: yes, f: cupertino, d: examples)

87294 Home/End key support for Linux (framework, cla: yes)

87297 Reattempt: Restores surface size and view configuration in the postTest of test binding (a: tests, framework, cla: yes)

87329 Make kMaterialEdges const (framework, f: material design, cla: yes)

87404 Fix computeMinIntrinsicHeight in _RenderDecoration (framework, f: material design, cla: yes, waiting for tree to go green)

87430 Update TabPageSelector Semantics Label Localization (framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

87557 [NNBD] Update dart preamble code. (framework, f: material design, cla: yes)

87595 Added time picker entry mode callback and tests (framework, f: material design, cla: yes)

87604 Use Device specific gesture configuration for scroll views (a: tests, framework, cla: yes, waiting for tree to go green)

87607 Wait for module UI test buttons to be hittable before tapping them (team, cla: yes, team: flakes, waiting for tree to go green)

87618 Fix AnimatedCrossFade would focus on a hidden widget (framework, a: animation, cla: yes, f: focus)

87619 Don't set the SplashScreenDrawable for new projects (tool, cla: yes, waiting for tree to go green)

87638 Don't display empty tooltips (Tooltips with empty message property) (framework, f: material design, cla: yes, waiting for tree to go green)

87678 hasStrings support for eliminating clipboard notifications (framework, f: material design, cla: yes, f: cupertino)

87692 Update to latest published DevTools 2.5.0. (cla: yes)

87693 Revert "update ScrollMetricsNotification" (framework, cla: yes, f: cupertino)

87694 [ci.yaml] Add dependencies (cla: yes, waiting for tree to go green)

87698 Prevent Scrollbar axis flipping when there is an oriented scroll controller (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: error message)

87700 Updated skipped tests for rendering directory. (team, framework, cla: yes, tech-debt, skip-test)

87701 Roll Engine from a0d89b1a543d to 36eb9a67a8ff (1 revision) (cla: yes, waiting for tree to go green)

87703 Roll Engine from 36eb9a67a8ff to f3ca5fd71537 (5 revisions) (cla: yes, waiting for tree to go green)

87705 Roll Engine from f3ca5fd71537 to 22a29ac9b38c (2 revisions) (cla: yes, waiting for tree to go green)

87706 Roll Engine from 22a29ac9b38c to c3739afe0af6 (1 revision) (cla: yes, waiting for tree to go green)

87707 showModalBottomSheet should not dispose the controller provided by user (framework, f: material design, cla: yes, waiting for tree to go green)

87711 Roll Engine from c3739afe0af6 to 381d54e4c78c (1 revision) (cla: yes, waiting for tree to go green)

87713 Roll Engine from 381d54e4c78c to 72250a6c87a1 (1 revision) (cla: yes, waiting for tree to go green)

87716 Roll Engine from 72250a6c87a1 to 2c45b6e652bf (1 revision) (cla: yes, waiting for tree to go green)

87726 Roll Engine from 2c45b6e652bf to f1a759d98ad3 (1 revision) (cla: yes, waiting for tree to go green)

87731 [flutter_tools] Reland "Make upgrade only work with standard remotes" (tool, cla: yes, waiting for tree to go green)

87740 Update MaterialScrollBehavior.buildScrollbar for horizontal axes (framework, f: material design, a: fidelity, f: scrolling, cla: yes, waiting for tree to go green)

87746 Roll Engine from f1a759d98ad3 to 07ec4b82c71c (3 revisions) (cla: yes, waiting for tree to go green)

87747 Categorize flutter tool commands (tool, cla: yes, waiting for tree to go green)

87750 [ci.yaml] Add gradle cache to devicelab host only targets (cla: yes, waiting for tree to go green)

87751 Roll Engine from 07ec4b82c71c to 4092390a6c29 (1 revision) (cla: yes, waiting for tree to go green)

87752 Roll Engine from 4092390a6c29 to 431ac604da1b (1 revision) (cla: yes, waiting for tree to go green)

87756 [flutter_conductor] pretty-print state JSON file (team, cla: yes)

87759 Migrate python invocations to python3 (team, cla: yes)

87763 Roll Engine from 431ac604da1b to c0e59bc7b65e (1 revision) (cla: yes, waiting for tree to go green)

87767 Notification doc fixes (framework, cla: yes, waiting for tree to go green)

87775 Fix the showBottomSheet controller leaking (framework, a: animation, f: material design, cla: yes, a: quality, waiting for tree to go green, perf: memory)

87786 Remove fuchsia_remote_debug_protocol from API docs (team, cla: yes)

87792 Change hitTest signatures to be non-nullable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87801 Fix precision error in NestedScrollView (framework, f: scrolling, cla: yes, waiting for tree to go green)

87813 [ci.yaml] Empty commit to verify LUCI configs (cla: yes)

87814 [ci.yaml] Fix firebase recipe, xcode version, and web_benchmarks (cla: yes, waiting for tree to go green)

87818 Reland "update ScrollMetricsNotification (#87421)" (framework, cla: yes, f: cupertino)

87824 Fix null check for content dimensions in page getter (framework, cla: yes, waiting for tree to go green)

87829 Roll Engine from c0e59bc7b65e to 4fef55db1031 (12 revisions) (cla: yes, waiting for tree to go green)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

87859 Use `` as BINARY_NAME and CMake project name in UWP template (tool, cla: yes, waiting for tree to go green, e: uwp)

87872 Fix compile error in SliverAppBar sample code (framework, f: material design, cla: yes, waiting for tree to go green)

87873 Updated skipped tests for scheduler directory. (team, framework, cla: yes, tech-debt, skip-test)

87874 Updated skipped tests for services directory. (team, framework, cla: yes, tech-debt, skip-test)

87879 Updated skipped tests for widgets directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test)

87880 Updated skipped tests for flutter_test directory. (a: tests, framework, cla: yes, skip-test)

87901 Changing ElevatedButton.child to be non-nullable (framework, f: material design, cla: yes)

87919 [ci.yaml] Add clang to tool integration tests, gems fix (cla: yes, waiting for tree to go green)

87925 Updated skipped tests for flutter_tools. (team, tool, cla: yes, tech-debt, skip-test)

87929 [docs] spelling correction for showModalBottomSheet docs in bottom sheet file (framework, f: material design, cla: yes, waiting for tree to go green)

87930 refactor IosProject and MacOSProject to extends XcodeBasedProject to share common (tool, cla: yes, waiting for tree to go green)

87949 Small Doc improvements: default value for enableInteractiveSelection. (framework, cla: yes, waiting for tree to go green)

87962 Fix errors in examples (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

87971 [EditableText] call onSelectionChanged only when there are actual selection/cause changes (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87973 [TextInput] minor fixes (framework, cla: yes, waiting for tree to go green)

87976 feat: migrate macos/application_package.dart to null-safety (tool, cla: yes, waiting for tree to go green)

87991 Add dartPluginClass support for Android and iOS (tool, cla: yes, waiting for tree to go green)

88003 Added a check to the analyzer script to detect skipped tests. (team, cla: yes)

88013 Refactor iOS integration_test API to support Swift, dynamically add native tests (platform-ios, cla: yes, waiting for tree to go green, integration_test)

88015 feat: migrate base/dds.dart to null-safety (tool, cla: yes, waiting for tree to go green)

88019 add ? in Checkbox onChanged property (framework, f: material design, cla: yes, waiting for tree to go green)

88030 Deferred components integration test app (team, platform-android, framework, cla: yes, t: flutter driver, waiting for tree to go green, integration_test)

88036 Roll Engine from 4fef55db1031 to d8bbebed60a7 (45 revisions) (cla: yes, waiting for tree to go green)

88042 Fix incorrect logging. (tool, cla: yes, waiting for tree to go green)

88048 [ci.yaml] Add ci_yaml roller (cla: yes, waiting for tree to go green)

88055 Roll Engine from d8bbebed60a7 to 4daceb95f2b0 (9 revisions) (cla: yes, waiting for tree to go green)

88057 [flutter_conductor] fix git push mirror (team, cla: yes)

88058 Make no-response plugin no-op for forks. (cla: yes)

88061 Update the timeouts since tests time out after 15 minutes not 30 seconds (tool, cla: yes, waiting for tree to go green)

88062 [flutter_releases] Flutter beta 2.5.0-5.1.pre Framework Cherrypicks (engine, cla: yes)

88067 remove _AbortingSemanticsFragment (framework, cla: yes, waiting for tree to go green)

88071 Revert "Changing ElevatedButton.child to be non-nullable" (framework, f: material design, cla: yes)

88072 Roll Engine from 4daceb95f2b0 to a2e60472a979 (10 revisions) (cla: yes, waiting for tree to go green)

88074 Update flutter create templates for Xcode 13 (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, t: xcode)

88076 Support flutter create --platform singular flag (tool, cla: yes, waiting for tree to go green)

88081 feat: migrate windows/application_package.dart to null-safety (tool, cla: yes, waiting for tree to go green)

88095 feat: migrate fuchsia/application_package.dart to null-safe (tool, cla: yes, waiting for tree to go green)

88115 Roll Engine from a2e60472a979 to 06da8b0c078d (1 revision) (cla: yes, waiting for tree to go green)

88116 [flutter_tool] Fix DesktopLogReader to capture all output (tool, cla: yes, waiting for tree to go green)

88117 Add platform tags to devicelab tests (cla: yes, waiting for tree to go green)

88121 Roll Engine from 06da8b0c078d to 8bf3cc67e587 (6 revisions) (cla: yes, waiting for tree to go green)

88122 Makes PlatformInformationProvider aware of the browser default route … (framework, cla: yes, f: routes, waiting for tree to go green)

88123 Bump snippets to 0.2.3, fix redundant global activate in docs.sh (team, cla: yes, waiting for tree to go green)

88127 Roll Engine from 8bf3cc67e587 to 670a681c1d77 (1 revision) (cla: yes, waiting for tree to go green)

88129 Revert "Update MaterialScrollBehavior.buildScrollbar for horizontal axes" (framework, f: material design, cla: yes, waiting for tree to go green)

88132 Roll Engine from 670a681c1d77 to b3248764e4dd (1 revision) (cla: yes, waiting for tree to go green)

88133 Bump to Gradle 7 and use Open JDK 11 (team, cla: yes, waiting for tree to go green)

88137 Make doctor Xcode version requirement clearer (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

88141 Add favicon link to web template (tool, cla: yes, waiting for tree to go green)

88144 Rename IOSDeviceInterface to IOSDeviceConnectionInterface (platform-ios, tool, cla: yes, waiting for tree to go green, tech-debt)

88152 fix a scrollbar updating bug (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

88153 [Fonts] Improved icons update script (team, framework, f: material design, cla: yes)

88178 [flutter_tools] Fix hang in DesktopLogReader (tool, cla: yes, waiting for tree to go green)

88183 Revert "[EditableText] call onSelectionChanged only when there're actual selection/cause changes" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

88186 Roll Engine from b3248764e4dd to 6227940c3a06 (17 revisions) (cla: yes, waiting for tree to go green)

88189 Revert "Bump to Gradle 7 and use Open JDK 11" (team, cla: yes)

88190 Fixes renderparagraph crashes due to truncated semantics node (framework, a: accessibility, cla: yes)

88193 Autocomplete: support asynchronous options (a: text input, severe: new feature, framework, cla: yes, waiting for tree to go green)

88195 Roll Plugins from 60100908443f to c8570fc681d8 (17 revisions) (cla: yes, waiting for tree to go green)

88196 Adding vs_build dependency to Windows hot_mode_dev_cycle_win_target__benchmark (cla: yes)

88201 Fix URL construction in the test entry point generated by the web bootstrap script (tool, cla: yes, waiting for tree to go green)

88203 Roll Plugins from c8570fc681d8 to 3ae3a027e40d (3 revisions) (cla: yes, waiting for tree to go green)

88204 Revert "Roll Engine from b3248764e4dd to 6227940c3a06 (17 revisions)" (engine, cla: yes)

88213 Roll Engine from b3248764e4dd to a447901bc58b (30 revisions) (cla: yes, waiting for tree to go green)

88214 [Docs: Integration Test Readme] Updated with proper commands (cla: yes)

88216 Roll Engine from a447901bc58b to 1af0a207932d (4 revisions) (cla: yes, waiting for tree to go green)

88244 Roll Plugins from 3ae3a027e40d to 99c5f6139a19 (1 revision) (cla: yes, waiting for tree to go green)

88251 Animation controller test (framework, cla: yes)

88253 Make structuredErrors to not mess up with onError (framework, cla: yes, a: quality, waiting for tree to go green, a: error message)

88264 Move the documentation for compute to the ComputeImpl typedef (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88268 Removed no-shuffle tag and fixed leak in debug_test.dart (framework, cla: yes)

88282 Marks Linux test_ownership to be unflaky (cla: yes, waiting for tree to go green)

88292 Roll Engine from 1af0a207932d to 9d33093d6b6a (8 revisions) (cla: yes, waiting for tree to go green)

88293 Revert "Reattempt: Restores surface size and view configuration in the postTest of test binding" (a: tests, framework, cla: yes)

88295 Add theme support for choosing android overscroll indicator (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green)

88297 Microtasks Animations isn't flaky (cla: yes)

88301 RefreshProgressIndicator to look native (framework, f: material design, cla: yes, will affect goldens)

88307 Roll Engine from 9d33093d6b6a to 7dc8eba6aeaa (4 revisions) (cla: yes, waiting for tree to go green)

88308 clean up stale or unnecessary TODOS (a: tests, team, tool, framework, cla: yes, waiting for tree to go green, tech-debt)

88309 Take DPR into account for image inversion (team, framework, cla: yes, waiting for tree to go green)

88310 Avoid retaining routes when subscriptions are cleared (framework, cla: yes, waiting for tree to go green)

88311 Roll Engine from 7dc8eba6aeaa to ae0401df460a (4 revisions) (cla: yes, waiting for tree to go green)

88317 Roll Plugins from 99c5f6139a19 to 954041d5bc76 (1 revision) (cla: yes, waiting for tree to go green)

88318 Enable soft transition for tooltip (framework, a: accessibility, cla: yes, waiting for tree to go green)

88319 Reland: Bump to Gradle 7 and use Open JDK 11 (team, cla: yes, waiting for tree to go green)

88320 migrate vm service to null safety (tool, cla: yes, waiting for tree to go green)

88322 Fix race conditions in test_driver for tool tests (tool, cla: yes, waiting for tree to go green)

88326 Revert "Reland: Bump to Gradle 7 and use Open JDK 11" (team, cla: yes)

88328 l10n updates for August beta (f: material design, a: internationalization, cla: yes)

88342 Fixed leak and removed no-shuffle tag in test/gestures/tap_test.dart (framework, cla: yes, waiting for tree to go green)

88360 Roll Plugins from 954041d5bc76 to c52ae9fdf175 (1 revision) (cla: yes, waiting for tree to go green)

88363 Roll Plugins from c52ae9fdf175 to d58036f45d82 (1 revision) (cla: yes, waiting for tree to go green)

88365 Add fixes for AppBar deprecations (team, framework, f: material design, cla: yes, waiting for tree to go green, tech-debt)

88367 Revert "feat: migrate base/dds.dart to null-safety" (tool, cla: yes, waiting for tree to go green)

88368 Roll Plugins from d58036f45d82 to 04ea39acd6d8 (1 revision) (cla: yes, waiting for tree to go green)

88369 Ensure RawImage render object updates (framework, cla: yes)

88373 Fixed leak and removed no-shuffle tag in long_press_test.dart (framework, cla: yes)

88375 Fixed leak and removed no-shuffle tag on scaffold_test.dart (framework, f: material design, cla: yes, waiting for tree to go green)

88376 Fixed leak and removed no-shuffle tag in image_stream_test.dart (framework, cla: yes)

88377 Revert "Refactor iOS integration_test API to support Swift, dynamically add native tests" (cla: yes)

88379 Typo fixes (framework, cla: yes, waiting for tree to go green)

88382 Migrate dds.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88383 reland disable ideographic script test on web (framework, cla: yes, waiting for tree to go green, CQ+1)

88384 [tools] Fix Android Studio duplicate detection (tool, cla: yes, waiting for tree to go green)

88387 [flutter_tools] flutter update-packages --force-upgrade (team, tool, cla: yes)

88391 Fix BoxDecoration crash with BorderRadiusDirectional (framework, cla: yes, waiting for tree to go green)

88394 Revert "Android Q transition by default" (framework, f: material design, cla: yes)

88396 Run plugin_lint_mac task when either flutter_tools or integration_test packages change (a: tests, team, tool, cla: yes, waiting for tree to go green, integration_test)

88397 Roll Engine from ae0401df460a to 21b0af6be81b (25 revisions) (cla: yes, waiting for tree to go green)

88399 Roll Plugins from 04ea39acd6d8 to 90fd90ed6257 (1 revision) (cla: yes, waiting for tree to go green)

88400 Roll Engine from 21b0af6be81b to 9d241d3f524d (2 revisions) (cla: yes, waiting for tree to go green)

88402 Roll Engine from 9d241d3f524d to 0591aba23c3b (3 revisions) (cla: yes, waiting for tree to go green)

88404 Verbosify and print every command in ios_content_validation_test (tool, cla: yes, team: flakes, waiting for tree to go green)

88406 Roll Engine from 0591aba23c3b to b13c7656750b (1 revision) (cla: yes, waiting for tree to go green)

88409 Reland "Android Q transition by default (#82670)" (tool, framework, f: material design, cla: yes)

88410 Roll Engine from b13c7656750b to a27da3eeb6b3 (1 revision) (cla: yes, waiting for tree to go green)

88415 Roll Engine from a27da3eeb6b3 to 99df75c44e15 (2 revisions) (cla: yes, waiting for tree to go green)

88418 Roll Engine from 99df75c44e15 to dc5813ac2a89 (1 revision) (cla: yes, waiting for tree to go green)

88423 Fixed leak and removed no-shuffle tag in scheduler_test.dart (framework, cla: yes)

88426 Fixed leak and removed no-shuffle tag in ticker_test.dart (framework, cla: yes, waiting for tree to go green)

88427 createTestImage refactor (a: tests, framework, cla: yes, waiting for tree to go green)

88432 Fixed leak and removed no-shuffle tag in platform_channel_test.dart (framework, cla: yes)

88433 Roll Plugins from 90fd90ed6257 to af2896b199ec (1 revision) (cla: yes, waiting for tree to go green)

88439 fix: typo spelling grammar (a: tests, team, tool, framework, f: material design, cla: yes)

88447 Upload devicelab test metrics from test runner (team, cla: yes, waiting for tree to go green)

88448 Roll Engine from dc5813ac2a89 to 3a4b2d1b9449 (1 revision) (cla: yes, waiting for tree to go green)

88450 Update dwds and other packages (team, cla: yes)

88451 Update web tests ownership (cla: yes, waiting for tree to go green)

88453 Add missing parameters to DecorationImage (framework, cla: yes)

88454 Avoid reporting frame/raster times for large image changer (team, cla: yes, waiting for tree to go green)

88455 Reland remove DefaultShaderWarmup (team, framework, cla: yes, d: examples, waiting for tree to go green)

88457 Add package_name for consistency across all platforms in version.json (tool, cla: yes, waiting for tree to go green)

88459 Roll Engine from 3a4b2d1b9449 to 6d6ce34330e2 (4 revisions) (cla: yes, waiting for tree to go green)

88468 Roll Engine from 6d6ce34330e2 to c7c9aa096a42 (1 revision) (cla: yes, waiting for tree to go green)

88469 Fixed leak and removed no-shuffle tag in widgets/app_overrides_test.dart (framework, cla: yes)

88473 Write timelines to separate files (cla: yes, waiting for tree to go green)

88474 Roll Engine from c7c9aa096a42 to d5b410ec502a (3 revisions) (cla: yes, waiting for tree to go green)

88475 Skip flaky 'Child windows can handle touches' test in android_views integration test (team, cla: yes, waiting for tree to go green)

88476 [flutter_releases] Flutter beta 2.5.0-5.2.pre Framework Cherrypicks (tool, engine, f: material design, a: internationalization, cla: yes)

88477 Framework can receive TextEditingDeltas from engine (framework, f: material design, cla: yes, waiting for tree to go green)

88478 Roll Engine from d5b410ec502a to 4c7e33a4248e (1 revision) (cla: yes, waiting for tree to go green)

88481 Roll Engine from 4c7e33a4248e to bf63412ef75d (2 revisions) (cla: yes, waiting for tree to go green)

88482 Revert "Reland "Android Q transition by default (#82670)"" (tool, framework, f: material design, cla: yes, waiting for tree to go green)

88488 Roll Engine from bf63412ef75d to 5d08804d394e (1 revision) (cla: yes, waiting for tree to go green)

88490 Roll Engine from 5d08804d394e to 609295afd7c6 (1 revision) (cla: yes, waiting for tree to go green)

88494 Roll Engine from 609295afd7c6 to 9a54e9e05c96 (3 revisions) (cla: yes, waiting for tree to go green)

88509 Use dart pub instead of pub to invoke pub from tools (tool, cla: yes)

88517 Roll Engine from 9a54e9e05c96 to 27696e7b2995 (2 revisions) (cla: yes, waiting for tree to go green)

88529 Roll Engine from 27696e7b2995 to 9001c03e3265 (2 revisions) (cla: yes, waiting for tree to go green)

88530 Roll Plugins from af2896b199ec to a22f5912f6ba (1 revision) (cla: yes, waiting for tree to go green)

88532 Manually close the tree for issue #88531 (team, cla: yes)

88534 partial revert of gesture config (framework, cla: yes)

88538 fix: refactor Stepper.controlsBuilder to use ControlsDetails (framework, f: material design, cla: yes)

88539 Add richMessage parameter to the Tooltip widget. (a: tests, framework, f: material design, cla: yes)

88540 Reland: Bump to Gradle 7 and use Open JDK 11 (cla: yes, waiting for tree to go green)

88544 Roll Engine from 9001c03e3265 to b482f5ad0230 (6 revisions) (cla: yes, waiting for tree to go green)

88553 Roll Engine from b482f5ad0230 to b20c1a37749d (4 revisions) (cla: yes, waiting for tree to go green)

88562 Roll Engine from b20c1a37749d to 17ddfb3ee4f7 (4 revisions) (cla: yes, waiting for tree to go green)

88576 fixes DropdownButton ignoring itemHeight in popup menu (#88574) (framework, f: material design, cla: yes, waiting for tree to go green)

88580 Revert "Manually close the tree for issue #88531" (team, cla: yes)

88583 Roll Engine from 17ddfb3ee4f7 to d29cda9ef58e (4 revisions) (cla: yes, waiting for tree to go green)

88594 Revert "Write timelines to separate files" (cla: yes)

88595 Roll Plugins from a22f5912f6ba to b1fe1912e016 (4 revisions) (cla: yes, waiting for tree to go green)

88599 Roll Engine from d29cda9ef58e to 8e08f5899c83 (4 revisions) (cla: yes, waiting for tree to go green)

88603 Mark complex_layout* tasks as unflaky (cla: yes)

88604 Document multi-timeline usage (cla: yes, waiting for tree to go green, integration_test)

88605 Roll Engine from 8e08f5899c83 to 62cd3220be97 (1 revision) (cla: yes, waiting for tree to go green)

88607 [flutter_conductor] Push correct revision to mirror remote from conductor (team, cla: yes, waiting for tree to go green)

88608 partial revert of gesture config (#88534) (framework, cla: yes)

88609 Fix DPR in test view configuration (a: tests, framework, cla: yes, will affect goldens)

88617 Roll Engine from 62cd3220be97 to 455655e43756 (5 revisions) (cla: yes, waiting for tree to go green)

88618 Mark module_test_ios unflaky (cla: yes, waiting for tree to go green)

88623 Roll Engine from 455655e43756 to 59e72723c762 (1 revision) (cla: yes, waiting for tree to go green)

88626 Roll Engine from 59e72723c762 to 483eef3b699c (2 revisions) (cla: yes, waiting for tree to go green)

88631 Roll Engine from 483eef3b699c to 1accc709af24 (1 revision) (cla: yes, waiting for tree to go green)

88633 Add android_views integration tests to ci.yaml (team, cla: yes, waiting for tree to go green, team: infra)

88650 Minor PointerExitEvent class docs update :) (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88652 Roll Engine from 1accc709af24 to 5e5f0a9b2da5 (1 revision) (cla: yes, waiting for tree to go green)

88654 Roll Engine from 5e5f0a9b2da5 to 1a531179d080 (1 revision) (cla: yes, waiting for tree to go green)

88657 Roll Engine from 1a531179d080 to 4783663ee4cc (1 revision) (cla: yes, waiting for tree to go green)

88672 Fix Dismissible confirmDismiss errors (framework, cla: yes)

88673 Roll Engine from 4783663ee4cc to 00af6c95722a (1 revision) (cla: yes, waiting for tree to go green)

88675 Roll Engine from 00af6c95722a to 710af46d5389 (1 revision) (cla: yes, waiting for tree to go green)

88697 Blurstyle for boxshadow v2 (framework, cla: yes, waiting for tree to go green, will affect goldens)

88699 Roll Plugins from b1fe1912e016 to 6a8681e7ac18 (1 revision) (cla: yes, waiting for tree to go green)

88707 reassign jonahwilliams todos (a: tests, team, tool, framework, a: accessibility, cla: yes, waiting for tree to go green)

88714 Roll Engine from 710af46d5389 to d5adde01dd67 (1 revision) (cla: yes, waiting for tree to go green)

88718 Roll Plugins from 6a8681e7ac18 to 0a86ac866b8b (1 revision) (cla: yes, waiting for tree to go green)

88722 Roll Engine from d5adde01dd67 to e3d19b3303c7 (1 revision) (cla: yes, waiting for tree to go green)

88728 flutter update-packages (team, cla: yes, waiting for tree to go green)

88729 Update dartdoc to 2.0.0. (team, cla: yes, waiting for tree to go green)

88734 Roll Engine from e3d19b3303c7 to ff018b8cf29c (6 revisions) (cla: yes, waiting for tree to go green)

88736 Add callback when dismiss threshold is reached (framework, cla: yes, waiting for tree to go green)

88738 Fix empty textspan with spell out crashes (framework, cla: yes, waiting for tree to go green)

88743 Change min Dart SDK constraint to track actual version (tool, cla: yes)

88744 Roll Engine from ff018b8cf29c to 9d9c532f62f5 (2 revisions) (cla: yes, waiting for tree to go green)

88749 Use default value for ResultData when uploading metrics from test runner (team, cla: yes, waiting for tree to go green)

88750 Roll Engine from 9d9c532f62f5 to 926ce0d85501 (2 revisions) (cla: yes, waiting for tree to go green)

88761 feat: add Image support to finder (a: tests, framework, cla: yes, waiting for tree to go green)

88764 Remove dependency in Linux Android Views (cla: yes, waiting for tree to go green)

88784 Fixed leak and removed no-shuffle tag in binding_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88788 Roll Engine from 926ce0d85501 to 35ee8bde43a8 (3 revisions) (cla: yes, waiting for tree to go green)

88792 Revert "Use dart pub instead of pub to invoke pub from tools" (tool, cla: yes)

88797 Add TESTOWNER for Linux android views (cla: yes, waiting for tree to go green)

88798 Roll Engine from 35ee8bde43a8 to a9efb963de52 (3 revisions) (cla: yes, waiting for tree to go green)

88803 Roll Plugins from 0a86ac866b8b to 97f61147c983 (1 revision) (cla: yes, waiting for tree to go green)

88805 roll ios-deploy to HEAD (tool, cla: yes, waiting for tree to go green)

88807 Add pageDelay to fullscreen_textfield_perf_test (team, cla: yes, waiting for tree to go green)

88814 Fixes listview shrinkwrap and hidden semantics node gets updated incorrectly. (framework, cla: yes, waiting for tree to go green)

88817 Roll Plugins from 97f61147c983 to fb6622092bb8 (1 revision) (cla: yes, waiting for tree to go green)

88819 Add WidgetsFlutterBinding Assertion to setMethodCallHandler (framework, cla: yes, waiting for tree to go green)

88822 Document AssetBundle loadString Decoding Behavior (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88824 Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88825 Use async timeline events for the phases of the scheduler binding (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

88834 Do not try to codesign during plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

88835 Skip staging test update to cocoon in test runner (team, cla: yes, waiting for tree to go green)

88839 Roll Plugins from fb6622092bb8 to 729c3e4117e6 (1 revision) (cla: yes, waiting for tree to go green)

88846 Migrate mac.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88850 Migrate some flutter_tools tests to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88851 Migrate ios_deploy to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88857 Fixed leak and removed no-shuffle tag in widgets/debug_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88877 Fixed leak and removed no-shuffle tag in platform_view_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88878 Fix index of TabBarView when decrementing (framework, f: material design, cla: yes)

88881 Fixed leak and removed no-shuffle tag in routes_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88882 Roll Plugins from 729c3e4117e6 to 5b5f8016d31a (1 revision) (cla: yes, waiting for tree to go green)

88886 Revert "Fixes listview shrinkwrap and hidden semantics node gets upda… (framework, cla: yes, waiting for tree to go green)

88889 Revert "Fix DPR in test view configuration" (a: tests, framework, cla: yes)

88893 Updated some skip test comments that were missed in the audit. (team, framework, f: material design, cla: yes, tech-debt, skip-test)

88894 Enhance the skip test parsing the analyzer script. (team, cla: yes, waiting for tree to go green, tech-debt, skip-test)

88900 Fixed leak and removed no-shuffle tag in scroll_aware_image_provider_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88902 Account for additional warning text from the tool (tool, cla: yes, waiting for tree to go green)

88903 Roll Plugins from 5b5f8016d31a to 88f84104f8df (1 revision) (cla: yes, waiting for tree to go green)

88905 Add download script for deferred components assets (team, cla: yes)

88907 Roll Engine from a9efb963de52 to eaa9f8b529fa (25 revisions) (cla: yes)

88908 Use bucket to check staging test instead of builder name (team, cla: yes, waiting for tree to go green)

88912 Roll Engine from eaa9f8b529fa to 653b6a82b0ab (2 revisions) (cla: yes, waiting for tree to go green)

88913 Configurable adb for deferred components release test script (a: tests, team, cla: yes, t: flutter driver, waiting for tree to go green, integration_test, tech-debt)

88914 Fix web_tool_tests failure on dart roll (tool, cla: yes)

88918 Roll Plugins from 88f84104f8df to 56f092a8105d (1 revision) (cla: yes, waiting for tree to go green)

88919 Roll Engine from 653b6a82b0ab to e106d418ccdc (2 revisions) (cla: yes, waiting for tree to go green)

88920 Migrate fuchsia sdk and dependencies to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88922 Roll Engine from e106d418ccdc to b23abe2f8f93 (2 revisions) (cla: yes, waiting for tree to go green)

88923 Changed tool cached properties to late finals (tool, cla: yes, waiting for tree to go green, a: null-safety)

88926 Fix typos and formatting in framework.dart (framework, cla: yes, waiting for tree to go green)

88930 Roll Engine from b23abe2f8f93 to 03d403f46d44 (1 revision) (cla: yes, waiting for tree to go green)

88933 Fixed leak and removed no-shuffle tag in dismissible_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88934 Clean up null assumptions in devfs to prep for null safety migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

88935 Workaround rounding erros in cupertino nav bar transition (framework, cla: yes, f: cupertino, waiting for tree to go green)

88967 Fix KeyboardManager's synthesization (framework, cla: yes)

88969 Revert "Use bucket to check staging test instead of builder name" (team, cla: yes)

88971 Revert "Skip staging test update to cocoon in test runner" (team, cla: yes)

88976 [flutter_conductor] Fix regex when adding current branch to "enabled_branches" in .ci.yaml (team, cla: yes, waiting for tree to go green)

88984 [Material] Allow for custom alignment for Dialogs (framework, f: material design, cla: yes)

88989 Add no-shuffle tag to platform_channel_test.dart (a: tests, team, framework, cla: yes, team: infra)

88991 Adjust plugins and packages .gitignore to be most useful (tool, cla: yes)

88993 Roll Engine from 03d403f46d44 to 66dcde6cb7b9 (9 revisions) (cla: yes, waiting for tree to go green)

88994 Roll Plugins from 56f092a8105d to 8e8954731570 (6 revisions) (cla: yes, waiting for tree to go green)

88998 Roll Plugins from 8e8954731570 to 46dd6093793a (1 revision) (cla: yes, waiting for tree to go green)

89001 Roll Engine from 66dcde6cb7b9 to acb3a273d6b2 (6 revisions) (cla: yes, waiting for tree to go green)

89004 Use task name when uploading metrics to skia perf (team, cla: yes, waiting for tree to go green)

89009 Clean up null assumptions in vmservice for null safe migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

89010 Roll Engine from acb3a273d6b2 to 5be57d8d4132 (3 revisions) (cla: yes, waiting for tree to go green)

89011 Update mouse_cursor.dart docs for winuwp cursor (framework, cla: yes, waiting for tree to go green)

89015 Roll Engine from 5be57d8d4132 to d8f87e552fff (2 revisions) (cla: yes, waiting for tree to go green)

89020 feat: widget finders add widgetWithImage method (a: tests, framework, cla: yes, waiting for tree to go green)

89021 Add smoke tests for all the examples, fix 17 broken examples. (team, tool, framework, f: material design, cla: yes, f: cupertino, d: examples)

89025 Fix Stack references in Overlay docs (framework, cla: yes, waiting for tree to go green)

89027 Roll Engine from d8f87e552fff to b33660e1dae4 (1 revision) (cla: yes, waiting for tree to go green)

89030 Roll Plugins from 46dd6093793a to 1f502e8b6f00 (1 revision) (cla: yes, waiting for tree to go green)

89031 Roll Engine from b33660e1dae4 to faa1dabf84f2 (2 revisions) (cla: yes, waiting for tree to go green)

89032 Stop calling top level pub (tool, cla: yes)

89040 Roll Plugins from 1f502e8b6f00 to 3f808c1dd1ab (1 revision) (cla: yes, waiting for tree to go green)

89041 Roll Engine from faa1dabf84f2 to 18f11cfab510 (1 revision) (cla: yes, waiting for tree to go green)

89047 Roll Plugins from 3f808c1dd1ab to 0588bfea1d5c (1 revision) (cla: yes, waiting for tree to go green)

89050 Roll Engine from 18f11cfab510 to c0007bee08de (1 revision) (cla: yes, waiting for tree to go green)

89053 Roll Plugins from 0588bfea1d5c to 797c61d6b613 (1 revision) (cla: yes, waiting for tree to go green)

89054 Add flutter desktop build dependencies to test_misc shards (cla: yes, waiting for tree to go green)

89055 Roll Engine from c0007bee08de to f843dd6dabdb (1 revision) (cla: yes, waiting for tree to go green)

89056 Roll Plugins from 797c61d6b613 to 78b914d4556d (1 revision) (cla: yes, waiting for tree to go green)

89060 Roll Engine from f843dd6dabdb to 7cf0c3139ba1 (1 revision) (cla: yes, waiting for tree to go green)

89061 Roll Plugins from 78b914d4556d to 8d4be08b6f5f (2 revisions) (cla: yes, waiting for tree to go green)

89062 Fix (Vertical)Divider samples & docs (team, framework, f: material design, cla: yes, d: examples, waiting for tree to go green)

89064 Fix RadioThemeData documentation issues (framework, f: material design, cla: yes, waiting for tree to go green)

89066 Roll Engine from 7cf0c3139ba1 to 497533a8abbe (1 revision) (cla: yes, waiting for tree to go green)

89073 Prevent exceptions in _describeRelevantUserCode from hiding other exceptions (framework, cla: yes, waiting for tree to go green)

89076 Add all cubics to Cubic class doc (framework, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

89079 Add & improve DropdownButtonFormField reference to DropdownButton (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89081 Add gems to framework_tests_misc Mac dependencies to get cocoapods (cla: yes, waiting for tree to go green)

89084 Roll Engine from 497533a8abbe to 97240692e5e0 (2 revisions) (cla: yes, waiting for tree to go green)

89085 Roll Engine from 97240692e5e0 to 252d21aa1c2a (1 revision) (cla: yes, waiting for tree to go green)

89086 Roll Plugins from 8d4be08b6f5f to e07f161f8679 (6 revisions) (cla: yes, waiting for tree to go green)

89087 Roll Engine from 252d21aa1c2a to 63032e327f30 (2 revisions) (cla: yes, waiting for tree to go green)

89088 Roll Engine from 63032e327f30 to ca52647cd29b (1 revision) (cla: yes, waiting for tree to go green)

89091 Roll Engine from ca52647cd29b to 3d1fd0cbb76f (1 revision) (cla: yes, waiting for tree to go green)

89108 Roll Plugins from e07f161f8679 to e02b647ea035 (1 revision) (cla: yes, waiting for tree to go green)

89109 Roll Plugins from e02b647ea035 to 32ca7761cecb (1 revision) (cla: yes, waiting for tree to go green)

89113 Roll Engine from 3d1fd0cbb76f to f9a6fb1a5c33 (1 revision) (cla: yes, waiting for tree to go green)

89117 Fix text field naming (framework, cla: yes, f: cupertino, waiting for tree to go green)

89137 [Reland] Skip staging test update to cocoon in test runner (team, cla: yes, waiting for tree to go green)

89140 Roll Engine from f9a6fb1a5c33 to c4d2d80a8f42 (1 revision) (cla: yes, waiting for tree to go green)

89143 Roll Engine from c4d2d80a8f42 to f4a380f3e543 (1 revision) (cla: yes, waiting for tree to go green)

89154 Roll Engine from f4a380f3e543 to c05688f4bcce (2 revisions) (cla: yes, waiting for tree to go green)

89170 Roll Engine from c05688f4bcce to d8e3d10d6956 (1 revision) (cla: yes, waiting for tree to go green)

89172 Marks Linux test_ownership to be unflaky (cla: yes, waiting for tree to go green)

89174 Marks Mac_android tiles_scroll_perf__timeline_summary to be unflaky (cla: yes, waiting for tree to go green)

89176 Marks Mac module_test_ios to be flaky (cla: yes, waiting for tree to go green)

89177 Marks Windows hot_mode_dev_cycle_win_target__benchmark to be unflaky (cla: yes, waiting for tree to go green)

89179 Roll Engine from d8e3d10d6956 to 78c4963075c8 (1 revision) (cla: yes, waiting for tree to go green)

89181 Eliminate uses of pub executable in docs publishing and sample analysis. (team, cla: yes, waiting for tree to go green)

89184 Reland "Fixes listview shrinkwrap and hidden semantics node gets upda… (framework, cla: yes, waiting for tree to go green)

89185 Roll Plugins from 32ca7761cecb to 18129d67395a (1 revision) (cla: yes, waiting for tree to go green)

89186 Fix UNNECESSARY_TYPE_CHECK_TRUE violations. (team, cla: yes, waiting for tree to go green)

89192 Roll Engine from 78c4963075c8 to b1d080ef6c74 (1 revision) (cla: yes, waiting for tree to go green)

89194 Roll Plugins from 18129d67395a to 5306c02db66b (1 revision) (cla: yes, waiting for tree to go green)

89195 Roll Engine from b1d080ef6c74 to 1b0609865975 (6 revisions) (cla: yes, waiting for tree to go green)

89197 Roll Engine from 1b0609865975 to 6c11ffe9ba7f (1 revision) (cla: yes, waiting for tree to go green)

89199 fix a dropdown button menu position bug (framework, f: material design, cla: yes, waiting for tree to go green)

89202 Roll Engine from 6c11ffe9ba7f to d8129bd02890 (2 revisions) (cla: yes, waiting for tree to go green)

89205 Roll Engine from d8129bd02890 to fda0ac452024 (1 revision) (cla: yes, waiting for tree to go green)

89221 Update README image links (cla: yes)

89225 Roll Engine from fda0ac452024 to fe89463f140a (1 revision) (cla: yes, waiting for tree to go green)

89230 Revert "Update README image links" (cla: yes)

89233 Fix README.md links (cla: yes)

89237 Add ability to customize drawer shape and color as well as theme drawer properties (framework, f: material design, cla: yes, waiting for tree to go green)

89239 Roll Engine from fe89463f140a to aa5e6bf60491 (4 revisions) (cla: yes, waiting for tree to go green)

89242 Update StretchingOverscrollIndicator for reversed scrollables (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, will affect goldens, a: annoyance)

89244 Roll Engine from aa5e6bf60491 to 4533ca5eb2c6 (1 revision) (cla: yes, waiting for tree to go green)

89246 Roll Engine from 4533ca5eb2c6 to 305b25edbfd0 (1 revision) (cla: yes, waiting for tree to go green)

89247 Remove flutter gallery test family (Mac/ios) from prod pool (cla: yes, waiting for tree to go green)

89253 Roll Engine from 305b25edbfd0 to 901fbcf33757 (1 revision) (cla: yes, waiting for tree to go green)

89258 Roll Engine from 901fbcf33757 to abeb96722a7a (2 revisions) (cla: yes, waiting for tree to go green)

89262 Roll Engine from abeb96722a7a to b8a759b6c2d4 (2 revisions) (cla: yes, waiting for tree to go green)

89264 Make sure Opacity widgets/layers do not drop the offset (framework, f: material design, cla: yes, will affect goldens)

89265 Roll Engine from b8a759b6c2d4 to 244c8684d719 (1 revision) (cla: yes, waiting for tree to go green)

89267 Roll Engine from 244c8684d719 to aab40c8d5d0e (1 revision) (cla: yes, waiting for tree to go green)

89273 Roll Engine from aab40c8d5d0e to d149231127c0 (1 revision) (cla: yes, waiting for tree to go green)

89275 Roll Engine from d149231127c0 to c31aba1eecde (1 revision) (cla: yes, waiting for tree to go green)

89305 Revert "Roll Engine from d149231127c0 to c31aba1eecde (1 revision)" (engine, cla: yes)

89306 Add deferred components LUCI test and configure to use android_virtual_device dep (a: tests, team, cla: yes, team: infra, integration_test)

89309 Switch to Debian bullseye, update nodejs to npm package, add flutter desktop run dependencies (team, cla: yes)

89315 Avoid pointer collision in navigator_test (framework, cla: yes)

89316 Roll Engine from d149231127c0 to be8467ea6113 (9 revisions) (cla: yes, waiting for tree to go green)

89318 Update devtools version to latest release 2.6.0 (cla: yes)

89327 Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic (framework, cla: yes, waiting for tree to go green)

89331 Use rootOverlay for CupertinoContextMenu (framework, cla: yes, f: cupertino, waiting for tree to go green)

89335 fix a DraggableScrollableSheet bug (framework, cla: yes, waiting for tree to go green)

89342 Roll Engine from be8467ea6113 to d877a4bbcd0e (4 revisions) (cla: yes, waiting for tree to go green)

89344 fix: typo spelling grammar (team, cla: yes, waiting for tree to go green)

89345 [flutter_releases] Flutter beta 2.5.0-5.3.pre Framework Cherrypicks (team, engine, cla: yes)

89353 [CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (framework, f: material design, cla: yes, waiting for tree to go green)

89356 Roll Engine from d877a4bbcd0e to cf06c9c2853a (1 revision) (cla: yes, waiting for tree to go green)

89362 fix a BottomSheet nullable issue (framework, f: material design, cla: yes, waiting for tree to go green)

89369 Add semanticsLabel to SelectableText (framework, f: material design, cla: yes)

89381 update package dependencies (team, cla: yes, waiting for tree to go green)

89382 Roll Engine from cf06c9c2853a to 2c2d4080a381 (2 revisions) (cla: yes, waiting for tree to go green)

89386 Issue 88543: TextField labelText doesn't get hintTextStyle when labelTextStyle is non-null Fixed (framework, f: material design, cla: yes)

89389 Roll Engine from 2c2d4080a381 to a166c3286653 (2 revisions) (cla: yes, waiting for tree to go green)

89390 Reduce required Windows CMake version to 3.14 (team, tool, cla: yes, d: examples)

89393 Add raster cache metrics to timeline summaries (a: tests, team, framework, cla: yes, waiting for tree to go green)

89398 Roll Engine from a166c3286653 to c02b81541605 (3 revisions) (cla: yes, waiting for tree to go green)

89414 Roll Engine from c02b81541605 to d6f6a0fe9078 (5 revisions) (cla: yes, waiting for tree to go green)

89427 Roll Engine from d6f6a0fe9078 to 9e1337efd16c (2 revisions) (cla: yes, waiting for tree to go green)

89436 typo fixed in Wrap.debugFillProperties for crossAxisAlignment (framework, cla: yes)

89440 Roll Engine from 9e1337efd16c to 01792f78e9e2 (4 revisions) (cla: yes, waiting for tree to go green)

89441 Document platform channel FIFO ordering guarantee (framework, cla: yes, waiting for tree to go green)

89442 Roll Engine from 01792f78e9e2 to 5aa0e4c779d5 (1 revision) (cla: yes, waiting for tree to go green)

89445 Remove files that are unnecessary in a plugin (tool, cla: yes, waiting for tree to go green)

89455 Roll Engine from 5aa0e4c779d5 to 3ef7126fd215 (1 revision) (cla: yes, waiting for tree to go green)

89458 Roll Engine from 3ef7126fd215 to b2c0c060a469 (3 revisions) (cla: yes, waiting for tree to go green)

89460 Roll Engine from b2c0c060a469 to 4c5037e6ce42 (1 revision) (cla: yes, waiting for tree to go green)

89461 Roll Engine from 4c5037e6ce42 to cc6074f95938 (2 revisions) (cla: yes, waiting for tree to go green)

89463 Roll Engine from cc6074f95938 to 1c4e42e395d7 (1 revision) (cla: yes, waiting for tree to go green)

89465 Roll Engine from 1c4e42e395d7 to fd928555482e (2 revisions) (cla: yes, waiting for tree to go green)

89469 Roll Engine from fd928555482e to 350e0d655136 (1 revision) (cla: yes, waiting for tree to go green)

89470 Roll Engine from 350e0d655136 to 0bd9be379a17 (1 revision) (cla: yes, waiting for tree to go green)

89477 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (a: tests, team, framework, cla: yes, t: flutter driver, waiting for tree to go green, tech-debt)

89478 Roll Engine from 0bd9be379a17 to 97a8bbad4d43 (1 revision) (cla: yes, waiting for tree to go green)

89485 Fixed several typos (a: tests, team, tool, framework, f: material design, cla: yes, waiting for tree to go green)

89487 Roll Engine from 97a8bbad4d43 to dbc97a09b495 (1 revision) (cla: yes, waiting for tree to go green)

89515 [TextPainter] Don't invalidate layout cache for paint only changes (framework, cla: yes, waiting for tree to go green)

89522 Roll Engine from dbc97a09b495 to b9c633900e7e (4 revisions) (cla: yes, waiting for tree to go green)

89531 Roll Engine from b9c633900e7e to 929931b747c9 (1 revision) (cla: yes, waiting for tree to go green)

89591 Update DDS to 2.1.2 (team, cla: yes, waiting for tree to go green)

89593 Remove flutter gallery test family (Linux/android) from prod pool (cla: yes, waiting for tree to go green)

89599 Roll Engine from 929931b747c9 to 6809097101c4 (7 revisions) (cla: yes, waiting for tree to go green)

89600 Enable caching of CPU samples collected at application startup (tool, cla: yes, waiting for tree to go green)

89603 Update dartdoc to 3.0.0 (team, cla: yes, waiting for tree to go green)

89604 Implement operator = and hashcode for CupertinoThemeData (framework, cla: yes, f: cupertino, waiting for tree to go green)

89606 Directly specify keystore to prevent debug key signing flake in Deferred components integration test. (team, cla: yes, team: flakes, waiting for tree to go green, severe: flake)

89618 Run flutter_gallery ios tests on arm64 device (team, platform-ios, cla: yes, waiting for tree to go green)

89620 Run flutter_gallery macOS native tests on presubmit (a: tests, team, platform-mac, cla: yes, waiting for tree to go green, a: desktop)

89621 Increase integration_test package minimum iOS version to 9.0 (platform-ios, cla: yes, waiting for tree to go green, integration_test)

89623 Roll Engine from 6809097101c4 to 4159d7f0f156 (1 revision) (cla: yes, waiting for tree to go green)

89625 [flutter_releases] Flutter stable 2.5.0 Framework Cherrypicks (engine, cla: yes)

89631 Roll Engine from 4159d7f0f156 to 6a3b04632b57 (2 revisions) (cla: yes, waiting for tree to go green)

89641 Fix document of the switch (framework, f: material design, cla: yes)

89667 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration" (framework, f: material design, cla: yes, waiting for tree to go green)

89668 changed subprocesses to async from sync (team, cla: yes, waiting for tree to go green)

89670 Revert "Implement operator = and hashcode for CupertinoThemeData" (framework, f: material design, cla: yes, f: cupertino)

89675 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" … (framework, f: material design, cla: yes)

89685 Turn off bringup for Linux android views (cla: yes, waiting for tree to go green)

89695 Set plugin template minimum Flutter SDK to 2.5 (platform-ios, tool, cla: yes, waiting for tree to go green)

89698 Fix Shrine scrollbar crash (team, severe: crash, team: gallery, cla: yes, waiting for tree to go green, integration_test)

89699 Skip the drawShadow call in a MergeableMaterial with zero elevation (framework, f: material design, cla: yes, waiting for tree to go green)

89700 Update ScaffoldMessenger docs for MaterialBanners (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89704 Revert "Enable caching of CPU samples collected at application startup" (tool, cla: yes)

89712 Run Linux android views in presubmit (team, cla: yes, waiting for tree to go green)

89765 Mention the ToS on our README (team, cla: yes, waiting for tree to go green)

89775 [flutter_conductor] Support initial stable release version (team, cla: yes, waiting for tree to go green)

89779 Run the flutter_tools create test in online mode before testing offline mode (tool, cla: yes)

89782 master->main default branch migration (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89785 Replace amber_ctl with pkgctl for Fuchsia (tool, cla: yes)

89795 Remove "unnecessary" imports from packages/ (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89796 Remove and also ignore unnecessary imports (team, cla: yes, waiting for tree to go green)

89797 Update all packages (team, cla: yes)

89803 Roll Plugins from 5306c02db66b to d5b65742487f (27 revisions) (cla: yes, waiting for tree to go green)

89806 Turn Linux flutter_plugins test off (a: tests, cla: yes)

89807 Roll Engine from 6a3b04632b57 to 57bc7414b894 (35 revisions) (cla: yes, waiting for tree to go green)

89819 Roll Engine from 57bc7414b894 to 825c409164c1 (3 revisions) (cla: yes, waiting for tree to go green)

89820 Add specific permissions to .github/workflows/lock.yaml (team, cla: yes, waiting for tree to go green, team: infra)

89822 Revert "Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)" (framework, f: material design, cla: yes)

89856 Re-enable plugin analysis test (team, cla: yes, waiting for tree to go green)

89861 Restore the default value of scrollDirection after each test in dismissible_test (framework, cla: yes)

89870 Clean up dismissable_test to be less fragile (framework, cla: yes)

89871 Roll Engine from 825c409164c1 to c86d581441bf (8 revisions) (cla: yes, waiting for tree to go green)

89872 Remove a redundant test case in the flutter_tools create_test (tool, cla: yes, waiting for tree to go green)

89883 Roll Plugins from d5b65742487f to a4f0e88fca1e (3 revisions) (cla: yes, waiting for tree to go green)

89885 Revert clamping scroll simulation changes (severe: regression, team, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

89890 Roll Engine from c86d581441bf to 382553f6c29f (7 revisions) (cla: yes, waiting for tree to go green)

89893 Roll Engine from 382553f6c29f to 45dc2fee1304 (1 revision) (cla: yes, waiting for tree to go green)

89895 Roll Plugins from a4f0e88fca1e to 70c314ce53cf (1 revision) (cla: yes, waiting for tree to go green)

89897 Roll Engine from 45dc2fee1304 to abb1980f652b (1 revision) (cla: yes, waiting for tree to go green)

89952 Remove our extra timeout logic. (a: tests, team, framework, a: accessibility, cla: yes, waiting for tree to go green)

89961 Roll Engine from abb1980f652b to 77856b8fe435 (1 revision) (cla: yes, waiting for tree to go green)

89988 Renew cirrus gcp credentials (cla: yes)

89991 Bump cocoapods from 1.10.2 to 1.11.2 (team, platform-ios, cla: yes)

89996 Roll Plugins from 70c314ce53cf to cfc8a20a1d64 (1 revision) (cla: yes, waiting for tree to go green)

89997 Revert "Removed default page transitions for desktop and web platforms. (#82596)" (framework, f: material design, cla: yes)

89999 Revert "Make sure Opacity widgets/layers do not drop the offset" (framework, cla: yes, waiting for tree to go green)

90005 add analysis_options.yaml to dev/conductor (team, cla: yes, waiting for tree to go green)

90010 [flutter_tools] use test logger, which does not allow colors (tool, cla: yes, waiting for tree to go green)

90012 InteractiveViewer with a child of zero size (framework, cla: yes)

90016 Roll Plugins from cfc8a20a1d64 to 4a98e239b131 (1 revision) (cla: yes, waiting for tree to go green)

90017 Opacity fix (framework, cla: yes)

90021 Default new project to the ios-signing-cert development team (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90022 Close the IntegrationTestTestDevice stream when the VM service shuts down (tool, cla: yes, waiting for tree to go green)

90023 Lock only issues. (cla: yes, waiting for tree to go green)

90060 Align both reflectly-hero & dart-diagram to the center. (team, cla: yes, waiting for tree to go green)

90067 Initialize all bindings before starting the text_editing_action_target test suite (framework, cla: yes)

90072 Update local gold api (a: tests, framework, cla: yes)

90075 Fixes dialog title announce twice (framework, f: material design, cla: yes, waiting for tree to go green)

90081 Update docs for edge to edge (platform-android, framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

90083 Roll Plugins from 4a98e239b131 to b85edebe7134 (2 revisions) (cla: yes, waiting for tree to go green)

90087 Roll Plugins from b85edebe7134 to 7fff936c6c69 (1 revision) (cla: yes, waiting for tree to go green)

90088 Set BUILD_DIR and OBJROOT when determining if plugins support arm64 simulators (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90089 Revert "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" (framework, cla: yes, waiting for tree to go green)

90090 [flutter_tools] remove non-null check from AndroidValidator (tool, cla: yes, waiting for tree to go green)

90096 internationalization: fix select with incorrect message (tool, a: internationalization, cla: yes)

90097 Allow Developers to Stop Navigator From Requesting Focus (framework, cla: yes, waiting for tree to go green)

90100 Roll Plugins from 7fff936c6c69 to 41cb992daef6 (1 revision) (cla: yes, waiting for tree to go green)

90104 Roll Plugins from 41cb992daef6 to 5f1c83e3933e (1 revision) (cla: yes, waiting for tree to go green)

90136 Exclude semantics is semanticslabel is present for SelectableText (framework, f: material design, cla: yes, waiting for tree to go green)

90141 [flutter_releases] Flutter beta 2.6.0-5.2.pre Framework Cherrypicks (team, engine, cla: yes)

90142 Use report_lines flag in flutter coverage (tool, cla: yes)

90143 Opacity fix (#90017) (framework, cla: yes)

90145 Roll Engine from 77856b8fe435 to a3f836c14d68 (56 revisions) (cla: yes, waiting for tree to go green)

90148 Roll Engine from a3f836c14d68 to 6447a9451fc6 (2 revisions) (cla: yes, waiting for tree to go green)

90149 [module_test_ios] On UITests add an additional tap on the application before tapping the element (team, cla: yes, waiting for tree to go green)

90152 Roll Engine from 6447a9451fc6 to c148fe5d3aa2 (1 revision) (cla: yes, waiting for tree to go green)

90154 Update md5 method in flutter_goldens_client (a: tests, team, framework, cla: yes, waiting for tree to go green)

90159 Roll Engine from c148fe5d3aa2 to d66741988d52 (2 revisions) (cla: yes, waiting for tree to go green)

90160 Roll Engine from d66741988d52 to 5a09f16031aa (2 revisions) (cla: yes, waiting for tree to go green)

90168 Reuse a TimelineTask for the scheduler frame and animate events (framework, cla: yes, waiting for tree to go green)

90202 Roll Engine from 5a09f16031aa to a6aa6c52b644 (3 revisions) (cla: yes, waiting for tree to go green)

90204 fix draggable_scrollable_sheet_test.dart (framework, cla: yes, waiting for tree to go green)

90205 Create DeltaTextInputClient (framework, cla: yes)

90211 Reland "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" #89327 (framework, cla: yes, waiting for tree to go green)

90214 Roll Engine from a6aa6c52b644 to d80caf5f3889 (6 revisions) (cla: yes, waiting for tree to go green)

90215 Fix overflow in stretching overscroll (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, customer: money (g3), a: layout)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

90222 Roll Engine from d80caf5f3889 to 33f5f17bc9a4 (1 revision) (cla: yes, waiting for tree to go green)

90227 Some test cleanup for flutter_tools. (a: text input, team, tool, cla: yes, waiting for tree to go green)

90228 Roll Engine from 33f5f17bc9a4 to 5d8574abd6f9 (4 revisions) (cla: yes, waiting for tree to go green)

90229 fixed a small conductor messaging bug (team, cla: yes)

90235 Roll Engine from 5d8574abd6f9 to 5b81c6d615c3 (2 revisions) (cla: yes, waiting for tree to go green)

90242 Roll Engine from 5b81c6d615c3 to 72f08e4da3b0 (1 revision) (cla: yes, waiting for tree to go green)

90246 Roll Engine from 72f08e4da3b0 to e70febab63ea (1 revision) (cla: yes, waiting for tree to go green)

90248 Roll Engine from e70febab63ea to 4bf01a4e1fc5 (1 revision) (cla: yes, waiting for tree to go green)

90258 Roll Engine from 4bf01a4e1fc5 to 9788fb4b137e (4 revisions) (cla: yes, waiting for tree to go green)

90261 Roll Engine from 9788fb4b137e to 48acdba5d45c (1 revision) (cla: yes, waiting for tree to go green)

90275 Roll Engine from 48acdba5d45c to 184a2a58ab1b (2 revisions) (cla: yes, waiting for tree to go green)

90279 Roll Engine from 184a2a58ab1b to 2f0f0d1ac91b (1 revision) (cla: yes, waiting for tree to go green)

90281 [flutter_releases] Flutter stable 2.5.1 Framework Cherrypicks (team, framework, engine, f: material design, a: accessibility, cla: yes)

90282 Roll Engine from 2f0f0d1ac91b to e261e1407c15 (1 revision) (cla: yes, waiting for tree to go green)

90284 Roll Engine from e261e1407c15 to 80139039b3cc (3 revisions) (cla: yes, waiting for tree to go green)

90288 Fix Dart plugin registrant interaction with 'flutter test' (tool, cla: yes)

90289 Roll Engine from 80139039b3cc to 4a803193817d (2 revisions) (cla: yes, waiting for tree to go green)

90291 Add more tests for dart fixes (team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90293 Remove FloatingHeaderSnapConfiguration.vsync deprecation (team, framework, severe: API break, f: scrolling, cla: yes, waiting for tree to go green, tech-debt)

90294 Remove AndroidViewController.id deprecation (team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90296 Remove deprecated text input formatting classes (a: text input, team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90297 Roll Engine from 4a803193817d to e1e6a41df77d (2 revisions) (cla: yes, waiting for tree to go green)

90300 Roll Engine from e1e6a41df77d to 47b452783334 (3 revisions) (cla: yes, waiting for tree to go green)

90301 Roll Plugins from 5f1c83e3933e to 1fe19f1d4946 (22 revisions) (cla: yes, waiting for tree to go green)

90304 Migrate iOS project to Xcode 13 compatibility (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode)

90305 Roll Engine from 47b452783334 to 27281c426f22 (2 revisions) (cla: yes, waiting for tree to go green)

90308 Roll Engine from 27281c426f22 to 31792e034099 (1 revision) (cla: yes, waiting for tree to go green)

90311 Fix some scrollbar track and border painting issues (framework, f: material design, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green)

90354 Make DraggableScrollableSheet Reflect Parameter Updates (framework, cla: yes, waiting for tree to go green)

90380 Material banner updates (framework, f: material design, cla: yes)

90389 Marks Mac_ios native_ui_tests_ios to be unflaky (cla: yes, waiting for tree to go green)

90391 Update the analysis options for sample code to ignore unnecessary_imports (team, cla: yes)

90392 Roll Plugins from 1fe19f1d4946 to 42b990962578 (1 revision) (cla: yes, waiting for tree to go green)

90394 Do not retry if pub get is run in offline mode (tool, cla: yes, waiting for tree to go green)

90404 Roll Plugins from 42b990962578 to a8e0129220b5 (1 revision) (cla: yes, waiting for tree to go green)

90406 Revert "Issue 88543: TextField labelText doesn't get hintTextStyle when labelTextStyle is non-null Fixed" (framework, f: material design, cla: yes, waiting for tree to go green)

90412 Roll Plugins from a8e0129220b5 to e314c7a8fdcd (1 revision) (cla: yes, waiting for tree to go green)

90413 Add my name to authors (team, cla: yes, waiting for tree to go green)

90414 Now that the bot is cleverer, we can make the PR template clearer (cla: yes, waiting for tree to go green)

90415 Update dartdoc to v3.1.0. (team, cla: yes, waiting for tree to go green)

90417 Fix an unnecessary_import analyzer error in the skeleton app template (tool, cla: yes)

90419 Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green, a: layout)

90421 Roll Engine from 31792e034099 to 7e94275f7370 (26 revisions) (cla: yes, waiting for tree to go green)

90423 Add clipBeheavior support to TextFields (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

90440 Update AUTHORS (cla: yes)

90447 [bots] verbose logs when analyzing samples (team, cla: yes, waiting for tree to go green)

90456 Roll Engine from 7e94275f7370 to 233a6e01fbb0 (6 revisions) (cla: yes, waiting for tree to go green)

90457 Fix tooltip so only one shows at a time when hovering (framework, f: material design, cla: yes, waiting for tree to go green)

90458 [web] add placeholder file for CanvasKit version (cla: yes)

90464 Fix Chip tooltip so that useDeleteButtonTooltip only applies to the delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90466 Reland "Migrate android_semantics_testing to null safety" (team, a: accessibility, cla: yes)

90468 Roll Engine from 233a6e01fbb0 to 50bdb78a9274 (3 revisions) (cla: yes, waiting for tree to go green)

90473 Roll Engine from 50bdb78a9274 to b0f3c0f7e478 (1 revision) (cla: yes, waiting for tree to go green)

90474 Roll Plugins from e314c7a8fdcd to 42a17dc4de1c (4 revisions) (cla: yes, waiting for tree to go green)

90480 Remove bringup for Linux android views (cla: yes, waiting for tree to go green)

90483 Revert "Reland "Migrate android_semantics_testing to null safety"" (team, a: accessibility, cla: yes)

90497 Roll Plugins from 42a17dc4de1c to ed2e7a78aee8 (1 revision) (cla: yes, waiting for tree to go green)

90526 Unskip some editable tests on web (a: text input, framework, cla: yes, a: typography, platform-web, waiting for tree to go green)

90531 Fix various problems with Chip delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90535 [module_test_ios] trying tap the buttons again if the first time didn't work (team, cla: yes, waiting for tree to go green)

90545 use the current canvaskit version number (cla: yes)

90546 Fixes resident_web_runner_test initialize the mock correctly (tool, cla: yes, waiting for tree to go green)

90549 Roll Engine from b0f3c0f7e478 to fa2eb22cffc5 (18 revisions) (cla: yes, waiting for tree to go green)

90555 Roll Engine from fa2eb22cffc5 to dd28b6f1c8e6 (1 revision) (cla: yes, waiting for tree to go green)

90557 [flutter_conductor] Update README (team, cla: yes, waiting for tree to go green)

90560 Roll Plugins from ed2e7a78aee8 to 44772b771a04 (3 revisions) (cla: yes, waiting for tree to go green)

90567 Roll Engine from dd28b6f1c8e6 to b872267e8ff7 (3 revisions) (cla: yes, waiting for tree to go green)

90605 Roll Engine from b872267e8ff7 to a3911f24a5ff (6 revisions) (cla: yes, waiting for tree to go green)

90611 Reland "Enable caching of CPU samples collected at application startup (#89600)" (tool, cla: yes)

90613 Roll Plugins from 44772b771a04 to 8c5f0f04cade (2 revisions) (cla: yes, waiting for tree to go green)

90619 Roll Engine from a3911f24a5ff to eb94e4f595b6 (1 revision) (cla: yes, waiting for tree to go green)

90620 Add tests for web library platform defines (tool, cla: yes, waiting for tree to go green)

90621 [flutter_conductor] implement UI scaffold (team, cla: yes)

90626 Remove bringup for Linux deferred_components test (cla: yes)

90629 Fix nested stretch overscroll (a: tests, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3))

90631 Roll Plugins from 8c5f0f04cade to d2c6c4314412 (2 revisions) (cla: yes, waiting for tree to go green)

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

90642 Migrate Gradle (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

90644 Roll Engine from eb94e4f595b6 to 694664037380 (6 revisions) (cla: yes, waiting for tree to go green)

90646 Roll Plugins from d2c6c4314412 to a5cd0c3aea70 (1 revision) (cla: yes, waiting for tree to go green)

90648 Roll Engine from 694664037380 to 5ef2faeb10af (3 revisions) (cla: yes, waiting for tree to go green)

90649 Roll Plugins from a5cd0c3aea70 to d3c892f82611 (1 revision) (cla: yes, waiting for tree to go green)

90653 Roll Engine from 5ef2faeb10af to a5b860a2656f (1 revision) (cla: yes, waiting for tree to go green)

90670 Roll Engine from a5b860a2656f to d4216bcd019b (1 revision) (cla: yes, waiting for tree to go green)

90683 Roll Plugins from d3c892f82611 to 0c282812b194 (1 revision) (cla: yes, waiting for tree to go green)

90685 Roll Engine from d4216bcd019b to b67fa6d4fb2b (1 revision) (cla: yes, waiting for tree to go green)

90688 make Elevated&Outlined&TextButton support onHover&onFocus callback (framework, f: material design, cla: yes)

90690 Roll Plugins from 0c282812b194 to cc3c53cde5ab (1 revision) (cla: yes, waiting for tree to go green)

90691 Roll Engine from b67fa6d4fb2b to c64129de7003 (1 revision) (cla: yes, waiting for tree to go green)

90692 Add DDC regression test. (framework, cla: yes, waiting for tree to go green)

90695 Roll Engine from c64129de7003 to dcffd551cb8d (4 revisions) (cla: yes, waiting for tree to go green)

90696 Roll Engine from dcffd551cb8d to a81cab02eb37 (1 revision) (cla: yes, waiting for tree to go green)

90698 Roll Engine from a81cab02eb37 to 5f7d0053f98d (2 revisions) (cla: yes, waiting for tree to go green)

90702 Roll Engine from 5f7d0053f98d to 3248e8b64872 (1 revision) (cla: yes, waiting for tree to go green)

90703 Correct notch geometry when MediaQuery padding.top is non-zero (severe: regression, framework, f: material design, cla: yes, a: layout)

90708 Implemented getter to expose current url strategy for web plugins (team, cla: yes, waiting for tree to go green)

90739 - add FadeInImage.placeholderFit (framework, cla: yes, waiting for tree to go green)

90763 Roll Engine from 3248e8b64872 to fc00cc095797 (2 revisions) (cla: yes, waiting for tree to go green)

90766 Roll Engine from fc00cc095797 to 9740229db871 (3 revisions) (cla: yes, waiting for tree to go green)

90768 Roll Engine from 9740229db871 to 7e7b615764e3 (1 revision) (cla: yes, waiting for tree to go green)

90770 Roll Engine from 7e7b615764e3 to 1564d21cefa9 (1 revision) (cla: yes, waiting for tree to go green)

90772 Roll Engine from 1564d21cefa9 to 3b61bf444560 (1 revision) (cla: yes, waiting for tree to go green)

90778 Roll Engine from 3b61bf444560 to 65ad5a4836c0 (1 revision) (cla: yes, waiting for tree to go green)

90816 Roll Engine from 65ad5a4836c0 to 8dc5cc2a4c38 (1 revision) (cla: yes, waiting for tree to go green)

90823 Roll Plugins from cc3c53cde5ab to 5ec61962da5e (1 revision) (cla: yes, waiting for tree to go green)

90826 Handle invalid selection in TextEditingActionTarget (framework, cla: yes)

90827 Roll Engine from 8dc5cc2a4c38 to 6b5e89d11694 (8 revisions) (cla: yes, waiting for tree to go green)

90829 Run native_ui_tests_macos in correct directory (team, cla: yes, waiting for tree to go green)

90836 Roll Plugins from 5ec61962da5e to 80b5d2ed3f31 (1 revision) (cla: yes, waiting for tree to go green)

90841 Roll Engine from 6b5e89d11694 to adfea3cf1f6a (1 revision) (cla: yes, waiting for tree to go green)

90843 Add external focus node constructor to Focus widget (framework, cla: yes, f: focus)

90845 Adjust size of delete button to take up at most less than half of chip. (framework, f: material design, cla: yes)

90846 Roll Plugins from 80b5d2ed3f31 to f58ab59880d7 (1 revision) (cla: yes, waiting for tree to go green)

90849 Roll Engine from adfea3cf1f6a to a84b2a72f330 (5 revisions) (cla: yes, waiting for tree to go green)

90850 Roll Engine from a84b2a72f330 to 933661d3e9c4 (1 revision) (cla: yes, waiting for tree to go green)

90852 Roll Engine from 933661d3e9c4 to 94e5cb8b2b0d (1 revision) (cla: yes, waiting for tree to go green)

90857 Roll Plugins from f58ab59880d7 to 8a71e0ee47c7 (1 revision) (cla: yes, waiting for tree to go green)

90864 Roll Engine from 94e5cb8b2b0d to 64b26a3f0c84 (2 revisions) (cla: yes, waiting for tree to go green)

90866 Roll Plugins from 8a71e0ee47c7 to f48f8dba59fb (2 revisions) (cla: yes, waiting for tree to go green)

90869 Roll Engine from 64b26a3f0c84 to 9fa0bc833c7f (1 revision) (cla: yes, waiting for tree to go green)

90871 Roll Plugins from f48f8dba59fb to 44706929299d (1 revision) (cla: yes, waiting for tree to go green)

90877 Roll Engine from 9fa0bc833c7f to 520be3012286 (1 revision) (cla: yes, waiting for tree to go green)

90878 Roll Plugins from 44706929299d to f63395d86dbb (1 revision) (cla: yes, waiting for tree to go green)

90880 [bots] Print more on --verbose analyze_sample_code (team, cla: yes, waiting for tree to go green)

90884 Roll Engine from 520be3012286 to 6a214330550a (1 revision) (cla: yes, waiting for tree to go green)

90887 Initial layout and theme (team, cla: yes)

90891 Roll Engine from 6a214330550a to bccb3a57eb3e (1 revision) (cla: yes, waiting for tree to go green)

90893 Roll ios-deploy to support new iOS devices (platform-ios, cla: yes, waiting for tree to go green)

90894 Launch DevTools from the 'dart devtools' command instead of pub (a: text input, tool, cla: yes)

90901 Roll Engine from bccb3a57eb3e to bd250bdd8178 (5 revisions) (cla: yes, waiting for tree to go green)

90902 Roll Plugins from f63395d86dbb to 1ef44050141b (1 revision) (cla: yes, waiting for tree to go green)

90906 Xcode 13 as minimum recommended version (platform-ios, tool, cla: yes, t: xcode)

90909 Revert "Fix tooltip so only one shows at a time when hovering (#90457)" (framework, f: material design, cla: yes)

90915 Add iOS build -destination flag (tool, cla: yes, waiting for tree to go green)

90917 Reland: "Fix tooltip so only one shows at a time when hovering (#90457)" (framework, f: material design, cla: yes)

90938 Roll Plugins from 1ef44050141b to fe31e5292f14 (1 revision) (cla: yes, waiting for tree to go green)

90944 Add multidex flag and automatic multidex support (tool, cla: yes, waiting for tree to go green)

90960 Roll Plugins from fe31e5292f14 to d9a4b753e7b4 (1 revision) (cla: yes, waiting for tree to go green)

90966 Catch FormatException from bad simulator log output (platform-ios, tool, cla: yes, waiting for tree to go green)

90967 Catch FormatException parsing XCDevice._getAllDevices (platform-ios, tool, cla: yes, waiting for tree to go green)

90974 Improve bug and feature request templates (team, cla: yes, waiting for tree to go green)

90977 Roll Plugins from d9a4b753e7b4 to a1304efe49e9 (1 revision) (cla: yes, waiting for tree to go green)

90980 Roll Engine from bd250bdd8178 to e2775928ec64 (16 revisions) (cla: yes, waiting for tree to go green)

90985 Roll Engine from e2775928ec64 to c9f8cb94ec81 (5 revisions) (cla: yes, waiting for tree to go green)

90986 TextStyle.apply,copyWith,merge should support a package parameter (a: text input, framework, f: material design, cla: yes)

90992 Roll Engine from c9f8cb94ec81 to 223d8f906b7b (2 revisions) (cla: yes, waiting for tree to go green)

90994 flutter update-packages (team, cla: yes)

90995 Roll Engine from 223d8f906b7b to 9224a17d1c0c (2 revisions) (cla: yes, waiting for tree to go green)

90996 [flutter_tools] Handle disk device not found (tool, cla: yes, waiting for tree to go green)

90999 Roll Engine from 9224a17d1c0c to d0d8e348b6b4 (3 revisions) (cla: yes, waiting for tree to go green)

91002 Roll Plugins from a1304efe49e9 to 90b2844ce7e5 (1 revision) (cla: yes, waiting for tree to go green)

91006 Make flutter update-packages run in parallel (tool, cla: yes)

91014 Add new pub command 'Token' (tool, cla: yes)

91024 Adds analyze_sample_code exit for when pub fails (team, cla: yes, waiting for tree to go green)

91030 Change project.buildDir in standalone subprojects property (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

91031 Pushing empty commit to trigger CI (cla: yes)

91036 Roll Engine from d0d8e348b6b4 to e83795a0a7c7 (11 revisions) (cla: yes, waiting for tree to go green)

91039 Roll Plugins from 90b2844ce7e5 to 63eb67532a7a (2 revisions) (cla: yes, waiting for tree to go green)

91046 [SwitchListTile] Adds hoverColor to SwitchListTile (framework, f: material design, cla: yes, waiting for tree to go green)

91047 [flutter_releases] Flutter stable 2.5.2 Framework Cherrypicks (team, tool, engine, cla: yes)

91051 Add a warning about Icon.size to IconButton (framework, f: material design, cla: yes, waiting for tree to go green)

91052 add internal comment to point to .github repo (cla: yes, waiting for tree to go green)

91053 Roll Engine from e83795a0a7c7 to 1f8fa8041d49 (2 revisions) (cla: yes, waiting for tree to go green)

91054 Delete SECURITY.md (cla: yes, waiting for tree to go green)

91055 add internal comment to point to .github repo (cla: yes, waiting for tree to go green)

91058 Roll Plugins from 63eb67532a7a to f6d93a765063 (2 revisions) (cla: yes, waiting for tree to go green)

91066 [flutter_conductor] update conductor to prefer git protocol over https (team, cla: yes, waiting for tree to go green)

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91071 Roll Engine from 1f8fa8041d49 to 8ec71b64f6ca (12 revisions) (cla: yes, waiting for tree to go green)

91074 Roll Engine from 8ec71b64f6ca to aed327b84d7c (1 revision) (cla: yes, waiting for tree to go green)

91078 Enable avoid_implementing_value_types lint (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

91083 Roll Engine from aed327b84d7c to 2db431944795 (1 revision) (cla: yes, waiting for tree to go green)

91099 Update minimum iOS version in plugin_test (team, cla: yes, waiting for tree to go green)

91109 Clean up dependency pins and update all packages (team, tool, cla: yes, waiting for tree to go green)

91110 Force building of snippets package executable. (team, cla: yes)

91116 update consumer dependencies signature (team, cla: yes)

91118 Alex chen conductor ui3 (team, cla: yes, waiting for tree to go green)

91121 Roll Engine from 2db431944795 to 74fdd30dc25e (5 revisions) (cla: yes, waiting for tree to go green)

91123 Roll Engine from 74fdd30dc25e to 6f4143e80069 (1 revision) (cla: yes, waiting for tree to go green)

91124 Use recently introduced Isolate.exit() in compute implementation (framework, cla: yes)

91125 Update outdated platform directories in examples (team, tool, cla: yes, d: examples)

91126 Update outdated runners in the benchmarks folder (team, tool, cla: yes, integration_test)

91129 Fix ActivateIntent overriding the spacebar for text entry (a: text input, framework, cla: yes, waiting for tree to go green)

91130 Add example test, update example READMEs (team, cla: yes, d: examples, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91138 Pushing empty change to trigger CI (cla: yes)

91154 Cherry pick engine to include a Fuchsia revert. (engine, cla: yes)

91182 Added support for MaterialState to InputDecorator (framework, f: material design, cla: yes)

91187 Making AnimatedCrossFade more null safe (framework, cla: yes, waiting for tree to go green)

91239 Replace all BorderRadius.circular with const BorderRadius.all (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91244 Roll Engine from 6f4143e80069 to a36eac0a341c (10 revisions) (cla: yes, waiting for tree to go green)

91252 Update dartdoc to 4.0.0 (team, cla: yes, waiting for tree to go green)

91257 Add a microbenchmark that measures performance of flutter compute. (team, cla: yes)

91267 Migrate protocol_discovery to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

91268 Mark Linux deferred components to be flaky (cla: yes, waiting for tree to go green)

91271 Mark Linux_android flutter_gallery__start_up to be flaky (cla: yes, waiting for tree to go green)

91273 Marks Mac_ios integration_ui_ios_textfield to be flaky (cla: yes, waiting for tree to go green)

91281 Don't generate plugin registry in ResidentWebRunner (tool, cla: yes, waiting for tree to go green)

91300 Remove 10 second timewarp in integration test pubspec.yamls (tool, cla: yes)

91301 Suppress diagnostics from // HACK comments (cla: yes)

91309 Migrate assets, common, icon_tree_shaker to null safety (tool, cla: yes, a: null-safety, tech-debt)

91310 Pin chrome and driver versions. (cla: yes, waiting for tree to go green)

91313 Roll Plugins from f6d93a765063 to 0558169b8930 (4 revisions) (cla: yes, waiting for tree to go green)

91316 Marks Mac module_test_ios to be unflaky (cla: yes, waiting for tree to go green)

91317 Remove accidental print (tool, cla: yes, waiting for tree to go green)

91320 Roll Engine from a36eac0a341c to c77141589503 (17 revisions) (cla: yes, waiting for tree to go green)

91323 Roll Engine from c77141589503 to 82e7100bc7f4 (1 revision) (cla: yes, waiting for tree to go green)

91324 Update number of IPHONEOS_DEPLOYMENT_TARGET in plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

91328 Roll Engine from 82e7100bc7f4 to 3afd94a62af8 (2 revisions) (cla: yes, waiting for tree to go green)

91331 Roll Engine from 3afd94a62af8 to 39d2479cb09f (1 revision) (cla: yes, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91336 Roll Engine from 39d2479cb09f to ad66cbbef953 (2 revisions) (cla: yes, waiting for tree to go green)

91338 Roll Engine from ad66cbbef953 to 325f7d887111 (2 revisions) (cla: yes, waiting for tree to go green)

91339 Roll Engine from 325f7d887111 to 88e150ddc9bc (1 revision) (cla: yes, waiting for tree to go green)

91346 Add a startup test that delays runApp (team, cla: yes, waiting for tree to go green, integration_test)

91347 Roll Engine from 88e150ddc9bc to 97f0274afd7a (1 revision) (cla: yes, waiting for tree to go green)

91349 The covered child in AnimatedCrossFade should not get touch events (framework, cla: yes, waiting for tree to go green)

91351 Roll Engine from 97f0274afd7a to 0e87d51b5e32 (1 revision) (cla: yes, waiting for tree to go green)

91352 Roll Plugins from 0558169b8930 to cd5dc3ba4c54 (1 revision) (cla: yes, waiting for tree to go green)

91353 Clear asset manager caches on memory pressure (framework, cla: yes, waiting for tree to go green)

91355 Roll Engine from 0e87d51b5e32 to f967ebb685d8 (1 revision) (cla: yes, waiting for tree to go green)

91362 Remove duplicate comments in TextEditingActionTarget (a: text input, framework, cla: yes, waiting for tree to go green)

91386 Roll Engine from f967ebb685d8 to c877eb878faf (3 revisions) (cla: yes, waiting for tree to go green)

91389 Conditionally apply clipping in StretchingOverscrollIndicator (a: text input, framework, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3), will affect goldens)

91394 Roll Engine from c877eb878faf to 6a00ce51c266 (3 revisions) (cla: yes, waiting for tree to go green)

91395 Roll Engine from 6a00ce51c266 to 21fb38029fbf (1 revision) (cla: yes, waiting for tree to go green)

91396 Update SystemUIOverlayStyle to support null contrast enforcement (framework, cla: yes, waiting for tree to go green)

91398 Roll Engine from 21fb38029fbf to e914da14f101 (1 revision) (cla: yes, waiting for tree to go green)

91399 Use os=Linux for linux android test beds. (cla: yes)

91401 Roll Plugins from cd5dc3ba4c54 to 174f140651e9 (1 revision) (cla: yes, waiting for tree to go green)

91403 Roll Engine from e914da14f101 to dec9b8677c77 (1 revision) (cla: yes, waiting for tree to go green)

91405 Update the openjdk version used by linux android tests. (cla: yes)

91408 Add explicit version for mac and windows openjdk. (cla: yes)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91411 Fix android template for Gradle 7 (tool, cla: yes)

91423 Mark last failing test after gradle update as flaky. (cla: yes)

91429 Roll Engine from dec9b8677c77 to 5ed6b7f37cdc (2 revisions) (cla: yes, waiting for tree to go green)

91431 Roll Engine from 5ed6b7f37cdc to c871051521db (1 revision) (cla: yes, waiting for tree to go green)

91435 Fix analysis throwing string (tool, cla: yes)

91436 [flutter_tools] add working directory to ProcessException when pub get fails (tool, cla: yes, waiting for tree to go green)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91439 Revert "Remove autovalidate deprecations" (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91442 Roll Engine from c871051521db to b825bf8c987b (4 revisions) (cla: yes, waiting for tree to go green)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91445 added conductor_status widget (team, cla: yes, waiting for tree to go green)

91446 Roll Engine from b825bf8c987b to 63e52965035a (2 revisions) (cla: yes, waiting for tree to go green)

91448 Revert "Added support for MaterialState to InputDecorator" (team, framework, f: material design, cla: yes, d: examples)

91449 Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData (framework, f: material design, cla: yes)

91451 Roll Engine from 63e52965035a to 76c8115c6d61 (2 revisions) (cla: yes, waiting for tree to go green)

91452 Move all the passing tests back to prod. (cla: yes)

91453 Remove extensions (framework, f: material design, cla: yes, waiting for tree to go green)

91454 Roll Engine from 76c8115c6d61 to 8d64613c9b4b (1 revision) (cla: yes, waiting for tree to go green)

91455 Migrate android build target to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91457 Move DeviceManager into null migrated globals library (tool, cla: yes, a: null-safety, tech-debt)

91459 Revert gradle roll (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91465 Roll Engine from 8d64613c9b4b to a2773d5ec3c3 (3 revisions) (cla: yes, waiting for tree to go green)

91477 Add Denis Grafov to AUTHORS (cla: yes)

91479 [flutter_localizations] fix README links (framework, a: internationalization, cla: yes, waiting for tree to go green)

91497 Refactor ThemeData (framework, f: material design, cla: yes)

91498 Fixed a very small typo in code comments. (framework, f: scrolling, cla: yes, waiting for tree to go green)

91499 Add service extensions to expose debug rendering toggles (framework, cla: yes)

91502 [fuchsia] - remove device-finder for device discovery (tool, cla: yes)

91503 Roll Engine from a2773d5ec3c3 to 7007e5249707 (1 revision) (cla: yes, waiting for tree to go green)

91506 Scrollbar shouldRepaint to respect the shape (framework, f: scrolling, cla: yes, waiting for tree to go green)

91510 Roll Engine from 7007e5249707 to af34f7b267fe (2 revisions) (cla: yes, waiting for tree to go green)

91515 Roll Plugins from 174f140651e9 to 5117a3fcd106 (1 revision) (cla: yes, waiting for tree to go green)

91516 Migrate crash_reporting and github_template (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91518 Roll Engine from af34f7b267fe to 597516c2fe80 (1 revision) (cla: yes, waiting for tree to go green)

91522 Roll Engine from 597516c2fe80 to 2d8b3571d074 (3 revisions) (cla: yes, waiting for tree to go green)

91527 Document why some lints aren't enabled and fix some minor issues. (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

91528 Roll Plugins from 5117a3fcd106 to c254963c1e2b (1 revision) (cla: yes, waiting for tree to go green)

91529 [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (tool, cla: yes, waiting for tree to go green)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91534 [flutter_tools] Fix redundant argument value lint (tool, cla: yes)

91549 Roll Engine from 2d8b3571d074 to 07ba8fd075d6 (6 revisions) (cla: yes, waiting for tree to go green)

91563 Roll Engine from 07ba8fd075d6 to 947d54d3e607 (1 revision) (cla: yes, waiting for tree to go green)

91567 Enable only_throw_errors (a: tests, team, tool, framework, cla: yes, d: examples, waiting for tree to go green)

91573 Enable prefer_relative_imports and fix files. (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91593 Do not output the error msg to the console when run a throwable test (a: tests, framework, f: material design, cla: yes, waiting for tree to go green, a: error message)

91609 Add TooltipVisibility widget (framework, f: material design, cla: yes, waiting for tree to go green)

91620 Fix visual overflow when overscrolling RenderShrinkWrappingViewport (framework, f: scrolling, cla: yes, waiting for tree to go green, will affect goldens)

91626 Mark Mac_android run_release_test to be flaky (cla: yes, waiting for tree to go green)

91629 Roll Engine from 947d54d3e607 to e3655025cb0e (15 revisions) (cla: yes, waiting for tree to go green)

91632 [flutter_tools] migrate web_device.dart to null-safety (tool, cla: yes, waiting for tree to go green)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91644 Roll Engine from e3655025cb0e to 24363d08556e (1 revision) (cla: yes, waiting for tree to go green)

91645 Roll Engine from 24363d08556e to 7a666ecc6e55 (4 revisions) (cla: yes, waiting for tree to go green)

91653 Enable depend_on_referenced_packages lint (team, cla: yes, waiting for tree to go green, integration_test)

91658 Roll Engine from 7a666ecc6e55 to ad33adfa6ba2 (4 revisions) (cla: yes, waiting for tree to go green)

91659 Add some more new lints (team, cla: yes, waiting for tree to go green, integration_test)

91687 Add owners for .ci.yaml (cla: yes, waiting for tree to go green)

91688 Roll Engine from ad33adfa6ba2 to 96831061087b (7 revisions) (cla: yes, waiting for tree to go green)

91691 [codeowners] Remove *_builders.json ownership (cla: yes, waiting for tree to go green)

91692 Roll Engine from 96831061087b to 07ec40742e22 (2 revisions) (cla: yes, waiting for tree to go green)

91694 Refactor conductor core (team, cla: yes)

91697 Roll Engine from 07ec40742e22 to f27fab4f4330 (2 revisions) (cla: yes, waiting for tree to go green)

91699 Cherrypick Engine to include Fuchsia SDK revert (engine, cla: yes)

91704 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91705 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91707 Roll Engine from f27fab4f4330 to adf8fa751589 (1 revision) (cla: yes, waiting for tree to go green)

91712 Roll Engine from adf8fa751589 to 6755b4884d7b (3 revisions) (cla: yes, waiting for tree to go green)

91713 Enable Mac plugin_test_ios in prod (cla: yes, waiting for tree to go green)

91718 Roll Engine from 6755b4884d7b to 201e2542a61f (1 revision) (cla: yes, waiting for tree to go green)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

91724 Pin android_sdk version. (cla: yes)

91725 Roll Engine from 201e2542a61f to 057983c49c6c (1 revision) (cla: yes, waiting for tree to go green)

91727 Roll Engine from 057983c49c6c to 4b08a8c8cc16 (2 revisions) (cla: yes, waiting for tree to go green)

91728 Roll Engine from 4b08a8c8cc16 to c7f301f16e15 (1 revision) (cla: yes, waiting for tree to go green)

91730 Roll Engine from c7f301f16e15 to 6db4d60f7906 (1 revision) (cla: yes, waiting for tree to go green)

91734 Roll Engine from 6db4d60f7906 to da5bd058543f (1 revision) (cla: yes, waiting for tree to go green)

91736 Run "flutter update-packages --force-upgrade" to get latest DDS (team, cla: yes, waiting for tree to go green)

91750 Roll Engine from da5bd058543f to b1a886d30084 (1 revision) (cla: yes, waiting for tree to go green)

91753 Remove unused offset from Layer.addToScene/addChildrenToScene (framework, cla: yes, waiting for tree to go green)

91754 Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)"" (tool, cla: yes)

91761 Roll Engine from b1a886d30084 to 8c9dc9427749 (1 revision) (cla: yes, waiting for tree to go green)

91762 Added support for MaterialState to InputDecorator (team, framework, f: material design, cla: yes, d: api docs, d: examples, documentation)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91764 Roll Engine from 8c9dc9427749 to 2cdac43baf2a (2 revisions) (cla: yes, waiting for tree to go green)

91765 Roll Engine from 2cdac43baf2a to c432592e048d (1 revision) (cla: yes, waiting for tree to go green)

91768 [flutter_conductor] Refactor next command (team, cla: yes)

91769 Release Desktop UI Repo Info Widget (team, cla: yes, waiting for tree to go green)

91773 Add local engine flag support to the SkSL caching performance benchmark scripts (team, cla: yes, waiting for tree to go green)

91774 ThemeData property cleanup. (framework, f: material design, cla: yes)

91775 Rename "*Extent" to "*Size" (framework, f: scrolling, cla: yes)

91781 Roll Plugins from c254963c1e2b to 6716d75c08cb (1 revision) (cla: yes, waiting for tree to go green)

91789 Improve error message for when you're not running chromedriver (tool, cla: yes, waiting for tree to go green)

91791 Revert "Add multidex flag and automatic multidex support" (tool, cla: yes)

91792 Report exceptions from key event handlers and listeners (framework, cla: yes)

91794 Roll Engine from c432592e048d to 4a13531f8ca9 (9 revisions) (cla: yes, waiting for tree to go green)

91796 Roll Plugins from 6716d75c08cb to 176cfb8083bc (1 revision) (cla: yes, waiting for tree to go green)

91799 Roll Engine from 4a13531f8ca9 to ea7fa6a65f96 (1 revision) (cla: yes, waiting for tree to go green)

91802 Add a "flutter debug_adapter" command that runs a DAP server (tool, cla: yes, waiting for tree to go green)

91811 Revert "Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData" (framework, f: material design, cla: yes)

91817 Roll Engine from ea7fa6a65f96 to 5bc9385e015a (1 revision) (cla: yes, waiting for tree to go green)

91820 Roll Engine from 5bc9385e015a to 21f6725f2cf3 (2 revisions) (cla: yes, waiting for tree to go green)

91822 Add profileRenderObjectPaints and profileRenderObjectLayouts service extensions (framework, cla: yes)

91823 Deflake Mac plugin_test_ios (cla: yes, waiting for tree to go green)

91827 _CastError on Semantics copy in release mode (a: text input, framework, cla: yes, waiting for tree to go green)

91828 Roll Engine from 21f6725f2cf3 to 8a1879464840 (2 revisions) (cla: yes, waiting for tree to go green)

91829 Minor doc fix for CupertinoTabBar (framework, cla: yes, f: cupertino, waiting for tree to go green)

91834 Fix ScrollBehavior copyWith (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

91836 Roll Engine from 8a1879464840 to 8034050e7810 (2 revisions) (cla: yes, waiting for tree to go green)

91840 Reland Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData (framework, f: material design, cla: yes)

91848 Add missing debug vars to debugAssertAllRenderVarsUnset (framework, cla: yes, waiting for tree to go green)

91856 Rewire all Dart entrypoints when the Dart plugin registrant is used. (tool, cla: yes, waiting for tree to go green)

91866 Fix typo in settings_controller.dart (waiting for customer response, tool, cla: yes)

91871 [flutter_releases] Flutter stable 2.5.3 Framework Cherrypicks (team, tool, engine, cla: yes)

91898 Add missing transform == check for gradients (framework, cla: yes, waiting for tree to go green)

91903 Conductor UI step1 (team, cla: yes)

91907 Roll Engine from 8034050e7810 to 60d0fdfa2232 (18 revisions) (framework, engine, cla: yes)

91911 Revert "Migrate desktop_device to null safety" (tool, cla: yes)

91912 Revert "Migrate xcdevice and ios devices to null safety" (tool, cla: yes)

91916 Roll Engine from 60d0fdfa2232 to 13e4ba56398a (2 revisions) (cla: yes, waiting for tree to go green)

91918 Cherry pick engine 33ad6c4d3fc3f9cb4391980531cb12cfc44e4137 (engine, cla: yes)

91920 Roll Engine from 13e4ba56398a to 77a9af74beb7 (2 revisions) (cla: yes, waiting for tree to go green)

91928 Roll Engine from 77a9af74beb7 to f6ad5636f117 (1 revision) (cla: yes, waiting for tree to go green)

91930 Revert "Remove BottomNavigationBarItem.title deprecation" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91932 Roll Engine from f6ad5636f117 to faa45f497f92 (2 revisions) (cla: yes, waiting for tree to go green)

91933 Cherrypick revert (framework, engine, f: material design, cla: yes)

91934 Add android:exported="true" to activity in Android manifest (team, cla: yes)

91938 Roll Plugins from 176cfb8083bc to 9e46048ad2e1 (1 revision) (cla: yes, waiting for tree to go green)

91995 Fix typo in code comments (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

92019 Marks Linux_android flutter_gallery__image_cache_memory to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92022 Bump Android Compile SDK to 31 (team, tool, cla: yes, waiting for tree to go green, integration_test)

92032 [keyboard_textfield_test] wait until the keyboard becomes visible (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92039 Fix persistentFooter padding (framework, f: material design, cla: yes, waiting for tree to go green)

92049 Reland "Add multidex flag and automatic multidex support (#90944)" (tool, cla: yes)

92052 Bump Kotlin version in templates and projects (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

92055 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92056 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92059 Roll Plugins from 9e46048ad2e1 to aae841aa5a70 (1 revision) (cla: yes, waiting for tree to go green)

92062 feat: migrate install_manifest.dart to null-safety (tool, cla: yes, waiting for tree to go green)

92064 [flutter_conductor] validate git parsed version and release branch match (team, cla: yes, waiting for tree to go green)

92065 Remove sandbox entitlement to allow tests to run on big sur. (team, cla: yes, waiting for tree to go green, integration_test, warning: land on red to fix tree breakage)

92066 Add android:exported property to support API 31 for deferred components test (team, cla: yes, waiting for tree to go green, integration_test)

92082 Roll Engine from faa45f497f92 to 910395ef686f (9 revisions) (cla: yes, waiting for tree to go green)

92088 Revert "Add TooltipVisibility widget" (framework, f: material design, cla: yes)

92090 Reland "Add TooltipVisibility widget" (framework, f: material design, cla: yes, waiting for tree to go green)

92099 Roll Engine from 910395ef686f to 9830def3a494 (2 revisions) (cla: yes, waiting for tree to go green)

92104 [flutter_releases] Flutter beta 2.7.0-3.0.pre Framework Cherrypicks (engine, cla: yes)

92106 Revert "Update outdated runners in the benchmarks folder" (team, tool, cla: yes, integration_test)

92110 Roll Plugins from aae841aa5a70 to fbb7d3aa514b (1 revision) (cla: yes, waiting for tree to go green)

92118 Set exported to true to allow external adb to start app for CI (team, cla: yes, waiting for tree to go green, integration_test)

92122 [ci.yaml] Only run test ownership on tot (cla: yes, waiting for tree to go green)

92124 Migrate mdns_discovery and ios simulator to null safety (a: text input, tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92125 Roll Plugins from fbb7d3aa514b to 3bffbf87fe96 (1 revision) (cla: yes, waiting for tree to go green)

92126 Roll Engine from 9830def3a494 to 112fb84b5dc1 (4 revisions) (cla: yes, waiting for tree to go green)

92128 Migrate android_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92131 Migrate doctor to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92134 [web] enable CanvasKit tests using a local bundle fetched from CIPD (a: tests, team, tool, framework, cla: yes)

92141 Add devicelab benchmark tags support (team, cla: yes, waiting for tree to go green)

92143 Roll Plugins from 3bffbf87fe96 to fecd22e1de55 (1 revision) (cla: yes, waiting for tree to go green)

92146 Roll Engine from 112fb84b5dc1 to e6a4610ebd4c (6 revisions) (cla: yes, waiting for tree to go green)

92147 Migrate integration test shard test data to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92151 Roll Engine from e6a4610ebd4c to 115c859b2cfb (2 revisions) (cla: yes, waiting for tree to go green)

92158 Roll Engine from 115c859b2cfb to 9594a68aa2b9 (2 revisions) (cla: yes, waiting for tree to go green)

92167 Update clipboard status on cut (a: text input, framework, f: material design, cla: yes, f: cupertino)

92187 [conductor] Added a generic tooltip widget (team, cla: yes)

92192 Roll Plugins from fecd22e1de55 to b8aea6d0e73d (3 revisions) (cla: yes, waiting for tree to go green)

92193 Roll Engine from 9594a68aa2b9 to 88428f36db1d (4 revisions) (cla: yes, waiting for tree to go green)

92200 [conductor] disabled flutter sandbox (team, cla: yes)

92204 Roll Engine from 88428f36db1d to d54f439cdae5 (1 revision) (cla: yes, waiting for tree to go green)

92211 remove Downloading ... stderr messages (tool, cla: yes, waiting for tree to go green)

92213 Roll Engine from d54f439cdae5 to 69156d8af006 (2 revisions) (cla: yes, waiting for tree to go green)

92214 Roll Plugins from b8aea6d0e73d to cdbd62b4185e (1 revision) (cla: yes, waiting for tree to go green)

92216 [ci.yaml] Main branch support (cla: yes, waiting for tree to go green)

92218 [ci.yaml] Explicitly use scheduler==luci (cla: yes, waiting for tree to go green)

92219 [flutter_conductor] remove old conductor entrypoint (team, cla: yes, waiting for tree to go green)

92220 Reland "Enable caching of CPU samples collected at application startup (#89600)" (tool, cla: yes)

92222 Roll Engine from 69156d8af006 to 8c38444e64ad (1 revision) (cla: yes, waiting for tree to go green)

92223 Roll Engine from 8c38444e64ad to f4b81b133eba (3 revisions) (cla: yes, waiting for tree to go green)

92224 Roll Plugins from cdbd62b4185e to c85fa03771ca (1 revision) (cla: yes, waiting for tree to go green)

92230 Roll Engine from f4b81b133eba to 1c173ca64de8 (3 revisions) (cla: yes, waiting for tree to go green)

92233 Roll Engine from 1c173ca64de8 to ce74cbc3ce63 (1 revision) (cla: yes, waiting for tree to go green)

92235 Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)"" (tool, cla: yes)

92237 Roll Engine from ce74cbc3ce63 to d4e270979102 (2 revisions) (cla: yes, waiting for tree to go green)

92239 Roll Engine from d4e270979102 to e83934323379 (1 revision) (cla: yes, waiting for tree to go green)

92245 Fix typos (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92246 Roll Engine from e83934323379 to 6c28e5f004cd (1 revision) (cla: yes, waiting for tree to go green)

92253 Roll Engine from 6c28e5f004cd to 5ab9c83d7dc8 (1 revision) (cla: yes, waiting for tree to go green)

92269 Roll Engine from 5ab9c83d7dc8 to d8a54333e57b (2 revisions) (cla: yes, waiting for tree to go green)

92271 Ignore analyzer implict dynamic checks for js_util generic return type (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92272 [fuchsia] delete fuchsia_attach as it is no longer being used (tool, cla: yes)

92277 [web] fix web_e2e_tests README (team, cla: yes, waiting for tree to go green, integration_test)

92281 Update the version of no-response bot. (cla: yes, waiting for tree to go green)

92282 Roll Plugins from c85fa03771ca to 5eec1e61d40c (1 revision) (cla: yes, waiting for tree to go green)

92284 Roll Plugins from 5eec1e61d40c to 7df7a8f71a85 (1 revision) (cla: yes, waiting for tree to go green)

92288 Revert "Update the version of no-response bot." (cla: yes)

92293 Roll Plugins from 7df7a8f71a85 to 99fbfbd56fe4 (1 revision) (cla: yes, waiting for tree to go green)

92295 Remove assert that prevents WidgetSpans from being used in SelectableText (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92303 [web] fix race in the image_loading_integration.dart test (team, cla: yes, waiting for tree to go green, integration_test)

92304 Roll Plugins from 99fbfbd56fe4 to 4b6b6b24c7a5 (2 revisions) (cla: yes, waiting for tree to go green)

92305 [web] use local CanvasKit bundle in all e2e tests (team, cla: yes, waiting for tree to go green, integration_test)

92311 Roll Engine from d8a54333e57b to e898106f5306 (10 revisions) (cla: yes, waiting for tree to go green)

92313 Roll Engine from e898106f5306 to a86ce6b22fa8 (1 revision) (cla: yes, waiting for tree to go green)

92329 Ignore Scaffold drawer callbacks when value doesn't change (framework, f: material design, cla: yes)

92332 Roll Engine from a86ce6b22fa8 to dcce9739126c (1 revision) (cla: yes, waiting for tree to go green)

92367 Roll Engine from dcce9739126c to ebe877f54e81 (1 revision) (cla: yes, waiting for tree to go green)

92368 Roll Engine from ebe877f54e81 to d39266a72a4f (1 revision) (cla: yes, waiting for tree to go green)

92390 Roll Engine from d39266a72a4f to c80cc613a85c (1 revision) (cla: yes, waiting for tree to go green)

92396 Roll Engine from c80cc613a85c to e39989b36af2 (1 revision) (cla: yes, waiting for tree to go green)

92401 Roll Engine from e39989b36af2 to 35ebc10913ce (2 revisions) (cla: yes, waiting for tree to go green)

92420 Roll Plugins from 4b6b6b24c7a5 to 94b836eca365 (1 revision) (cla: yes, waiting for tree to go green)

92423 Marks Mac_ios platform_view_ios__start_up to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92428 Roll Engine from 35ebc10913ce to 4797fb0111d7 (1 revision) (cla: yes, waiting for tree to go green)

92432 Roll Engine from 4797fb0111d7 to 65af9702699c (1 revision) (cla: yes, waiting for tree to go green)

92441 Roll Engine from 65af9702699c to f9bd71bf13bb (3 revisions) (cla: yes, waiting for tree to go green)

92442 [ci.yaml] Disable plugins_test on release branches (cla: yes, waiting for tree to go green)

92443 Removed primaryVariant from usage by the SnackBar. (framework, f: material design, cla: yes)

92446 Update dartdoc to 4.1.0. (team, cla: yes, waiting for tree to go green)

92450 Improve how AttributedStrings are presented in the widget inspector (framework, a: accessibility, cla: yes, waiting for tree to go green)

92455 Roll Engine from f9bd71bf13bb to 925bae45ee95 (3 revisions) (cla: yes, waiting for tree to go green)

92486 fix a throw due to double precison (framework, f: material design, cla: yes, waiting for tree to go green)

92508 Run flutter tester with arch -x86_64 on arm64 Mac (tool, platform-mac, cla: yes, waiting for tree to go green, platform-host-arm)

92511 Set TargetFile define for resident builds (tool, cla: yes)

92516 [release_dashboard] Remove project (team, cla: yes, waiting for tree to go green)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

92529 [flutter_tools] Skip create_test test (tool, cla: yes)

92530 Add extra benchmark metrics to test name in addition to builder name (team, cla: yes, waiting for tree to go green, team: benchmark)

92534 Remove the pub offline flag from tests of the flutter_tools create command (tool, cla: yes, waiting for tree to go green)

92539 Roll Engine from 925bae45ee95 to fbad0fda670f (20 revisions) (cla: yes, waiting for tree to go green)

92544 Revert "Fix ActivateIntent overriding the spacebar for text entry" (a: text input, framework, cla: yes)

92546 Roll Plugins from 94b836eca365 to 0d330943941a (3 revisions) (cla: yes, waiting for tree to go green)

92554 Roll Engine from fbad0fda670f to 8948972d65c4 (5 revisions) (cla: yes, waiting for tree to go green)

92557 feat: migrate ios/bitcode.dart to null safety (tool, cla: yes, waiting for tree to go green)

92558 Roll Engine from 8948972d65c4 to 38203d211aba (2 revisions) (cla: yes, waiting for tree to go green)

92576 Roll Engine from 38203d211aba to 1e96a7773a13 (1 revision) (cla: yes, waiting for tree to go green)

92580 Roll Engine from 1e96a7773a13 to 21cc99dad491 (1 revision) (cla: yes, waiting for tree to go green)

92585 Roll Plugins from 0d330943941a to 42364e49fc25 (1 revision) (cla: yes, waiting for tree to go green)

92587 Add support for running tests through debug-adapter (tool, cla: yes)

92588 Roll Engine from 21cc99dad491 to 9461262f6c0c (2 revisions) (cla: yes, waiting for tree to go green)

92592 Roll Engine from 9461262f6c0c to 6ffe7888ec27 (4 revisions) (cla: yes, waiting for tree to go green)

92594 [flutter_conductor] Lift rev parse in conductor (team, cla: yes)

92598 Leader not always dirty (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92600 Roll Engine from 6ffe7888ec27 to 883518c02f24 (1 revision) (cla: yes, waiting for tree to go green)

92602 Differentiate between TalkBack versions for semantics tests. (team, a: accessibility, cla: yes, integration_test)

92604 [flutter_tools] xcresult parser. (tool, cla: yes, waiting for tree to go green, t: xcode)

92605 [flutter_releases] Flutter beta 2.7.0-3.1.pre Framework Cherrypicks (engine, cla: yes)

92609 Roll Plugins from 42364e49fc25 to 984015dffebb (1 revision) (cla: yes, waiting for tree to go green)

92610 Roll Engine from 883518c02f24 to bb173be329fe (2 revisions) (cla: yes, waiting for tree to go green)

92614 Blinking cursor respects TickerMode (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92617 [flutter_conductor] wrap $DART_BIN invocation in double quotes to escape spaces (team, cla: yes)

92618 Roll Plugins from 984015dffebb to 93f04832c622 (5 revisions) (cla: yes, waiting for tree to go green)

92619 Roll Engine from bb173be329fe to 4c4b773e7ef5 (3 revisions) (cla: yes, waiting for tree to go green)

92620 [flutter_releases] conductor fixes (team, cla: yes)

92624 Roll Engine from 4c4b773e7ef5 to 3b091cdebee3 (1 revision) (cla: yes, waiting for tree to go green)

92626 Feature/cpu gpu memory gallery transition tests (team, cla: yes, waiting for tree to go green)

92633 feat: migrate macos/macos_device.dart to null safety (tool, cla: yes, waiting for tree to go green)

92638 Roll Engine from 3b091cdebee3 to 0e0848e2fc04 (4 revisions) (cla: yes, waiting for tree to go green)

92646 feat: migrate test_data/project.dart to null safety (tool, cla: yes, waiting for tree to go green)

92647 [flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait (tool, cla: yes, waiting for tree to go green)

92649 Roll Engine from 0e0848e2fc04 to 450513574bcc (3 revisions) (cla: yes, waiting for tree to go green)

92668 Roll Engine from 450513574bcc to c9dda84396f2 (1 revision) (cla: yes, waiting for tree to go green)

92670 Update Data Table Class with Borders Like Table Widgets (#36837) (framework, f: material design, cla: yes, waiting for tree to go green)

92677 Roll Plugins from 93f04832c622 to 34ea0c3c1a09 (1 revision) (cla: yes, waiting for tree to go green)

92680 Roll Engine from c9dda84396f2 to 191b18d49026 (3 revisions) (cla: yes, waiting for tree to go green)

92684 Roll Engine from 191b18d49026 to 9295037358f5 (1 revision) (cla: yes, waiting for tree to go green)

92688 Roll Engine from 9295037358f5 to 37f1b478eed3 (1 revision) (cla: yes, waiting for tree to go green)

92690 Roll Plugins from 34ea0c3c1a09 to 03622197cc1e (1 revision) (cla: yes, waiting for tree to go green)

92691 Roll Engine from 37f1b478eed3 to a04ec3aaa6f1 (3 revisions) (cla: yes, waiting for tree to go green)

92694 Roll Engine from a04ec3aaa6f1 to ddf4bd598eb3 (3 revisions) (cla: yes, waiting for tree to go green)

92698 InputDecorator floating label origin no longer depends on ThemeData.fixTextFieldOutlineLabel (framework, f: material design, cla: yes)

92702 Roll Engine from ddf4bd598eb3 to 3a0a63c2d209 (12 revisions) (cla: yes, waiting for tree to go green)

92713 Fix typo in the API docs of brightness (framework, f: material design, cla: yes)

92724 Roll Plugins from 03622197cc1e to e51cc1df7b75 (1 revision) (cla: yes, waiting for tree to go green)

92795 Cherrypick an engine revert on flutter-2.8-candidate.2 (engine, cla: yes)

92800 Manually roll the engine and update Gradle dependency locks (team, engine, a: accessibility, cla: yes, d: examples, integration_test)

92820 Revert "Refactor ThemeData (#91497)" (framework, f: material design, cla: yes)

92847 Roll Engine from e781ed8b2980 to 7cee46cca464 (6 revisions) (cla: yes, waiting for tree to go green)

92850 Roll gallery with updated Gradle lockfiles (team, cla: yes)

waiting for tree to go green - 836 pull request(s)

#

65015 PageView resize from zero-size viewport should not lose state (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: state restoration)

75110 use FadeTransition instead of Opacity where applicable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

79350 Indicate that only physical iOS devices are supported (team, cla: yes, waiting for tree to go green)

82670 Android Q transition by default (framework, f: material design, cla: yes, waiting for tree to go green)

83028 Fix comments (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, documentation)

83047 [Material 3] Add Navigation Bar component to flutter framework. (framework, f: material design, cla: yes, waiting for tree to go green)

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

84394 Add Snapping Behavior to DraggableScrollableSheet (severe: new feature, team, framework, f: scrolling, cla: yes, d: examples, waiting for tree to go green)

84611 Add native iOS screenshots to integration_test (team, platform-ios, cla: yes, waiting for tree to go green, integration_test)

84707 [integration_test] Fix path in example (cla: yes, waiting for tree to go green)

84993 fix: Preserve state in horizontal stepper (framework, f: material design, cla: yes, waiting for tree to go green)

85482 Fix avoid_renaming_method_parameters for pending analyzer change. (team, framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

85652 [new feature] Add support for a RawScrollbar.shape (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green)

85743 Overridable action (framework, cla: yes, waiting for tree to go green)

86067 add margin to vertical stepper (framework, f: material design, cla: yes, waiting for tree to go green)

86312 [autofill] opt-out instead of opt-in (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

86796 [EditableText] preserve selection/composition range on unfocus (framework, f: material design, cla: yes, waiting for tree to go green)

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

87022 [tools] Add Xcode version to non-verbose Flutter doctor (tool, cla: yes, waiting for tree to go green)

87076 Add a hook for scroll position to notify scrolling context when dimen… (a: tests, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

87109 TextField.autofocus should skip the element that never layout (framework, f: material design, cla: yes, waiting for tree to go green)

87264 fix: fix BuildableMacOSApp pass no projectBundleId to super error (tool, cla: yes, waiting for tree to go green)

87404 Fix computeMinIntrinsicHeight in _RenderDecoration (framework, f: material design, cla: yes, waiting for tree to go green)

87430 Update TabPageSelector Semantics Label Localization (framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

87604 Use Device specific gesture configuration for scroll views (a: tests, framework, cla: yes, waiting for tree to go green)

87607 Wait for module UI test buttons to be hittable before tapping them (team, cla: yes, team: flakes, waiting for tree to go green)

87619 Don't set the SplashScreenDrawable for new projects (tool, cla: yes, waiting for tree to go green)

87638 Don't display empty tooltips (Tooltips with empty message property) (framework, f: material design, cla: yes, waiting for tree to go green)

87694 [ci.yaml] Add dependencies (cla: yes, waiting for tree to go green)

87698 Prevent Scrollbar axis flipping when there is an oriented scroll controller (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: error message)

87701 Roll Engine from a0d89b1a543d to 36eb9a67a8ff (1 revision) (cla: yes, waiting for tree to go green)

87703 Roll Engine from 36eb9a67a8ff to f3ca5fd71537 (5 revisions) (cla: yes, waiting for tree to go green)

87705 Roll Engine from f3ca5fd71537 to 22a29ac9b38c (2 revisions) (cla: yes, waiting for tree to go green)

87706 Roll Engine from 22a29ac9b38c to c3739afe0af6 (1 revision) (cla: yes, waiting for tree to go green)

87707 showModalBottomSheet should not dispose the controller provided by user (framework, f: material design, cla: yes, waiting for tree to go green)

87711 Roll Engine from c3739afe0af6 to 381d54e4c78c (1 revision) (cla: yes, waiting for tree to go green)

87713 Roll Engine from 381d54e4c78c to 72250a6c87a1 (1 revision) (cla: yes, waiting for tree to go green)

87716 Roll Engine from 72250a6c87a1 to 2c45b6e652bf (1 revision) (cla: yes, waiting for tree to go green)

87726 Roll Engine from 2c45b6e652bf to f1a759d98ad3 (1 revision) (cla: yes, waiting for tree to go green)

87731 [flutter_tools] Reland "Make upgrade only work with standard remotes" (tool, cla: yes, waiting for tree to go green)

87740 Update MaterialScrollBehavior.buildScrollbar for horizontal axes (framework, f: material design, a: fidelity, f: scrolling, cla: yes, waiting for tree to go green)

87746 Roll Engine from f1a759d98ad3 to 07ec4b82c71c (3 revisions) (cla: yes, waiting for tree to go green)

87747 Categorize flutter tool commands (tool, cla: yes, waiting for tree to go green)

87750 [ci.yaml] Add gradle cache to devicelab host only targets (cla: yes, waiting for tree to go green)

87751 Roll Engine from 07ec4b82c71c to 4092390a6c29 (1 revision) (cla: yes, waiting for tree to go green)

87752 Roll Engine from 4092390a6c29 to 431ac604da1b (1 revision) (cla: yes, waiting for tree to go green)

87763 Roll Engine from 431ac604da1b to c0e59bc7b65e (1 revision) (cla: yes, waiting for tree to go green)

87767 Notification doc fixes (framework, cla: yes, waiting for tree to go green)

87775 Fix the showBottomSheet controller leaking (framework, a: animation, f: material design, cla: yes, a: quality, waiting for tree to go green, perf: memory)

87792 Change hitTest signatures to be non-nullable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87801 Fix precision error in NestedScrollView (framework, f: scrolling, cla: yes, waiting for tree to go green)

87814 [ci.yaml] Fix firebase recipe, xcode version, and web_benchmarks (cla: yes, waiting for tree to go green)

87824 Fix null check for content dimensions in page getter (framework, cla: yes, waiting for tree to go green)

87829 Roll Engine from c0e59bc7b65e to 4fef55db1031 (12 revisions) (cla: yes, waiting for tree to go green)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

87859 Use `` as BINARY_NAME and CMake project name in UWP template (tool, cla: yes, waiting for tree to go green, e: uwp)

87872 Fix compile error in SliverAppBar sample code (framework, f: material design, cla: yes, waiting for tree to go green)

87919 [ci.yaml] Add clang to tool integration tests, gems fix (cla: yes, waiting for tree to go green)

87929 [docs] spelling correction for showModalBottomSheet docs in bottom sheet file (framework, f: material design, cla: yes, waiting for tree to go green)

87930 refactor IosProject and MacOSProject to extends XcodeBasedProject to share common (tool, cla: yes, waiting for tree to go green)

87949 Small Doc improvements: default value for enableInteractiveSelection. (framework, cla: yes, waiting for tree to go green)

87962 Fix errors in examples (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

87971 [EditableText] call onSelectionChanged only when there are actual selection/cause changes (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87973 [TextInput] minor fixes (framework, cla: yes, waiting for tree to go green)

87976 feat: migrate macos/application_package.dart to null-safety (tool, cla: yes, waiting for tree to go green)

87991 Add dartPluginClass support for Android and iOS (tool, cla: yes, waiting for tree to go green)

88013 Refactor iOS integration_test API to support Swift, dynamically add native tests (platform-ios, cla: yes, waiting for tree to go green, integration_test)

88015 feat: migrate base/dds.dart to null-safety (tool, cla: yes, waiting for tree to go green)

88019 add ? in Checkbox onChanged property (framework, f: material design, cla: yes, waiting for tree to go green)

88030 Deferred components integration test app (team, platform-android, framework, cla: yes, t: flutter driver, waiting for tree to go green, integration_test)

88036 Roll Engine from 4fef55db1031 to d8bbebed60a7 (45 revisions) (cla: yes, waiting for tree to go green)

88042 Fix incorrect logging. (tool, cla: yes, waiting for tree to go green)

88048 [ci.yaml] Add ci_yaml roller (cla: yes, waiting for tree to go green)

88055 Roll Engine from d8bbebed60a7 to 4daceb95f2b0 (9 revisions) (cla: yes, waiting for tree to go green)

88061 Update the timeouts since tests time out after 15 minutes not 30 seconds (tool, cla: yes, waiting for tree to go green)

88067 remove _AbortingSemanticsFragment (framework, cla: yes, waiting for tree to go green)

88072 Roll Engine from 4daceb95f2b0 to a2e60472a979 (10 revisions) (cla: yes, waiting for tree to go green)

88074 Update flutter create templates for Xcode 13 (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, t: xcode)

88076 Support flutter create --platform singular flag (tool, cla: yes, waiting for tree to go green)

88081 feat: migrate windows/application_package.dart to null-safety (tool, cla: yes, waiting for tree to go green)

88095 feat: migrate fuchsia/application_package.dart to null-safe (tool, cla: yes, waiting for tree to go green)

88115 Roll Engine from a2e60472a979 to 06da8b0c078d (1 revision) (cla: yes, waiting for tree to go green)

88116 [flutter_tool] Fix DesktopLogReader to capture all output (tool, cla: yes, waiting for tree to go green)

88117 Add platform tags to devicelab tests (cla: yes, waiting for tree to go green)

88121 Roll Engine from 06da8b0c078d to 8bf3cc67e587 (6 revisions) (cla: yes, waiting for tree to go green)

88122 Makes PlatformInformationProvider aware of the browser default route … (framework, cla: yes, f: routes, waiting for tree to go green)

88123 Bump snippets to 0.2.3, fix redundant global activate in docs.sh (team, cla: yes, waiting for tree to go green)

88127 Roll Engine from 8bf3cc67e587 to 670a681c1d77 (1 revision) (cla: yes, waiting for tree to go green)

88129 Revert "Update MaterialScrollBehavior.buildScrollbar for horizontal axes" (framework, f: material design, cla: yes, waiting for tree to go green)

88132 Roll Engine from 670a681c1d77 to b3248764e4dd (1 revision) (cla: yes, waiting for tree to go green)

88133 Bump to Gradle 7 and use Open JDK 11 (team, cla: yes, waiting for tree to go green)

88137 Make doctor Xcode version requirement clearer (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

88141 Add favicon link to web template (tool, cla: yes, waiting for tree to go green)

88144 Rename IOSDeviceInterface to IOSDeviceConnectionInterface (platform-ios, tool, cla: yes, waiting for tree to go green, tech-debt)

88152 fix a scrollbar updating bug (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

88178 [flutter_tools] Fix hang in DesktopLogReader (tool, cla: yes, waiting for tree to go green)

88183 Revert "[EditableText] call onSelectionChanged only when there're actual selection/cause changes" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

88186 Roll Engine from b3248764e4dd to 6227940c3a06 (17 revisions) (cla: yes, waiting for tree to go green)

88193 Autocomplete: support asynchronous options (a: text input, severe: new feature, framework, cla: yes, waiting for tree to go green)

88195 Roll Plugins from 60100908443f to c8570fc681d8 (17 revisions) (cla: yes, waiting for tree to go green)

88201 Fix URL construction in the test entry point generated by the web bootstrap script (tool, cla: yes, waiting for tree to go green)

88203 Roll Plugins from c8570fc681d8 to 3ae3a027e40d (3 revisions) (cla: yes, waiting for tree to go green)

88213 Roll Engine from b3248764e4dd to a447901bc58b (30 revisions) (cla: yes, waiting for tree to go green)

88216 Roll Engine from a447901bc58b to 1af0a207932d (4 revisions) (cla: yes, waiting for tree to go green)

88244 Roll Plugins from 3ae3a027e40d to 99c5f6139a19 (1 revision) (cla: yes, waiting for tree to go green)

88253 Make structuredErrors to not mess up with onError (framework, cla: yes, a: quality, waiting for tree to go green, a: error message)

88264 Move the documentation for compute to the ComputeImpl typedef (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88282 Marks Linux test_ownership to be unflaky (cla: yes, waiting for tree to go green)

88292 Roll Engine from 1af0a207932d to 9d33093d6b6a (8 revisions) (cla: yes, waiting for tree to go green)

88295 Add theme support for choosing android overscroll indicator (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green)

88307 Roll Engine from 9d33093d6b6a to 7dc8eba6aeaa (4 revisions) (cla: yes, waiting for tree to go green)

88308 clean up stale or unnecessary TODOS (a: tests, team, tool, framework, cla: yes, waiting for tree to go green, tech-debt)

88309 Take DPR into account for image inversion (team, framework, cla: yes, waiting for tree to go green)

88310 Avoid retaining routes when subscriptions are cleared (framework, cla: yes, waiting for tree to go green)

88311 Roll Engine from 7dc8eba6aeaa to ae0401df460a (4 revisions) (cla: yes, waiting for tree to go green)

88317 Roll Plugins from 99c5f6139a19 to 954041d5bc76 (1 revision) (cla: yes, waiting for tree to go green)

88318 Enable soft transition for tooltip (framework, a: accessibility, cla: yes, waiting for tree to go green)

88319 Reland: Bump to Gradle 7 and use Open JDK 11 (team, cla: yes, waiting for tree to go green)

88320 migrate vm service to null safety (tool, cla: yes, waiting for tree to go green)

88322 Fix race conditions in test_driver for tool tests (tool, cla: yes, waiting for tree to go green)

88342 Fixed leak and removed no-shuffle tag in test/gestures/tap_test.dart (framework, cla: yes, waiting for tree to go green)

88360 Roll Plugins from 954041d5bc76 to c52ae9fdf175 (1 revision) (cla: yes, waiting for tree to go green)

88363 Roll Plugins from c52ae9fdf175 to d58036f45d82 (1 revision) (cla: yes, waiting for tree to go green)

88365 Add fixes for AppBar deprecations (team, framework, f: material design, cla: yes, waiting for tree to go green, tech-debt)

88367 Revert "feat: migrate base/dds.dart to null-safety" (tool, cla: yes, waiting for tree to go green)

88368 Roll Plugins from d58036f45d82 to 04ea39acd6d8 (1 revision) (cla: yes, waiting for tree to go green)

88375 Fixed leak and removed no-shuffle tag on scaffold_test.dart (framework, f: material design, cla: yes, waiting for tree to go green)

88379 Typo fixes (framework, cla: yes, waiting for tree to go green)

88382 Migrate dds.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88383 reland disable ideographic script test on web (framework, cla: yes, waiting for tree to go green, CQ+1)

88384 [tools] Fix Android Studio duplicate detection (tool, cla: yes, waiting for tree to go green)

88391 Fix BoxDecoration crash with BorderRadiusDirectional (framework, cla: yes, waiting for tree to go green)

88396 Run plugin_lint_mac task when either flutter_tools or integration_test packages change (a: tests, team, tool, cla: yes, waiting for tree to go green, integration_test)

88397 Roll Engine from ae0401df460a to 21b0af6be81b (25 revisions) (cla: yes, waiting for tree to go green)

88399 Roll Plugins from 04ea39acd6d8 to 90fd90ed6257 (1 revision) (cla: yes, waiting for tree to go green)

88400 Roll Engine from 21b0af6be81b to 9d241d3f524d (2 revisions) (cla: yes, waiting for tree to go green)

88402 Roll Engine from 9d241d3f524d to 0591aba23c3b (3 revisions) (cla: yes, waiting for tree to go green)

88404 Verbosify and print every command in ios_content_validation_test (tool, cla: yes, team: flakes, waiting for tree to go green)

88406 Roll Engine from 0591aba23c3b to b13c7656750b (1 revision) (cla: yes, waiting for tree to go green)

88410 Roll Engine from b13c7656750b to a27da3eeb6b3 (1 revision) (cla: yes, waiting for tree to go green)

88415 Roll Engine from a27da3eeb6b3 to 99df75c44e15 (2 revisions) (cla: yes, waiting for tree to go green)

88418 Roll Engine from 99df75c44e15 to dc5813ac2a89 (1 revision) (cla: yes, waiting for tree to go green)

88426 Fixed leak and removed no-shuffle tag in ticker_test.dart (framework, cla: yes, waiting for tree to go green)

88427 createTestImage refactor (a: tests, framework, cla: yes, waiting for tree to go green)

88433 Roll Plugins from 90fd90ed6257 to af2896b199ec (1 revision) (cla: yes, waiting for tree to go green)

88447 Upload devicelab test metrics from test runner (team, cla: yes, waiting for tree to go green)

88448 Roll Engine from dc5813ac2a89 to 3a4b2d1b9449 (1 revision) (cla: yes, waiting for tree to go green)

88451 Update web tests ownership (cla: yes, waiting for tree to go green)

88454 Avoid reporting frame/raster times for large image changer (team, cla: yes, waiting for tree to go green)

88455 Reland remove DefaultShaderWarmup (team, framework, cla: yes, d: examples, waiting for tree to go green)

88457 Add package_name for consistency across all platforms in version.json (tool, cla: yes, waiting for tree to go green)

88459 Roll Engine from 3a4b2d1b9449 to 6d6ce34330e2 (4 revisions) (cla: yes, waiting for tree to go green)

88468 Roll Engine from 6d6ce34330e2 to c7c9aa096a42 (1 revision) (cla: yes, waiting for tree to go green)

88473 Write timelines to separate files (cla: yes, waiting for tree to go green)

88474 Roll Engine from c7c9aa096a42 to d5b410ec502a (3 revisions) (cla: yes, waiting for tree to go green)

88475 Skip flaky 'Child windows can handle touches' test in android_views integration test (team, cla: yes, waiting for tree to go green)

88477 Framework can receive TextEditingDeltas from engine (framework, f: material design, cla: yes, waiting for tree to go green)

88478 Roll Engine from d5b410ec502a to 4c7e33a4248e (1 revision) (cla: yes, waiting for tree to go green)

88481 Roll Engine from 4c7e33a4248e to bf63412ef75d (2 revisions) (cla: yes, waiting for tree to go green)

88482 Revert "Reland "Android Q transition by default (#82670)"" (tool, framework, f: material design, cla: yes, waiting for tree to go green)

88488 Roll Engine from bf63412ef75d to 5d08804d394e (1 revision) (cla: yes, waiting for tree to go green)

88490 Roll Engine from 5d08804d394e to 609295afd7c6 (1 revision) (cla: yes, waiting for tree to go green)

88494 Roll Engine from 609295afd7c6 to 9a54e9e05c96 (3 revisions) (cla: yes, waiting for tree to go green)

88517 Roll Engine from 9a54e9e05c96 to 27696e7b2995 (2 revisions) (cla: yes, waiting for tree to go green)

88529 Roll Engine from 27696e7b2995 to 9001c03e3265 (2 revisions) (cla: yes, waiting for tree to go green)

88530 Roll Plugins from af2896b199ec to a22f5912f6ba (1 revision) (cla: yes, waiting for tree to go green)

88540 Reland: Bump to Gradle 7 and use Open JDK 11 (cla: yes, waiting for tree to go green)

88544 Roll Engine from 9001c03e3265 to b482f5ad0230 (6 revisions) (cla: yes, waiting for tree to go green)

88553 Roll Engine from b482f5ad0230 to b20c1a37749d (4 revisions) (cla: yes, waiting for tree to go green)

88562 Roll Engine from b20c1a37749d to 17ddfb3ee4f7 (4 revisions) (cla: yes, waiting for tree to go green)

88576 fixes DropdownButton ignoring itemHeight in popup menu (#88574) (framework, f: material design, cla: yes, waiting for tree to go green)

88583 Roll Engine from 17ddfb3ee4f7 to d29cda9ef58e (4 revisions) (cla: yes, waiting for tree to go green)

88595 Roll Plugins from a22f5912f6ba to b1fe1912e016 (4 revisions) (cla: yes, waiting for tree to go green)

88599 Roll Engine from d29cda9ef58e to 8e08f5899c83 (4 revisions) (cla: yes, waiting for tree to go green)

88604 Document multi-timeline usage (cla: yes, waiting for tree to go green, integration_test)

88605 Roll Engine from 8e08f5899c83 to 62cd3220be97 (1 revision) (cla: yes, waiting for tree to go green)

88607 [flutter_conductor] Push correct revision to mirror remote from conductor (team, cla: yes, waiting for tree to go green)

88617 Roll Engine from 62cd3220be97 to 455655e43756 (5 revisions) (cla: yes, waiting for tree to go green)

88618 Mark module_test_ios unflaky (cla: yes, waiting for tree to go green)

88623 Roll Engine from 455655e43756 to 59e72723c762 (1 revision) (cla: yes, waiting for tree to go green)

88626 Roll Engine from 59e72723c762 to 483eef3b699c (2 revisions) (cla: yes, waiting for tree to go green)

88631 Roll Engine from 483eef3b699c to 1accc709af24 (1 revision) (cla: yes, waiting for tree to go green)

88633 Add android_views integration tests to ci.yaml (team, cla: yes, waiting for tree to go green, team: infra)

88650 Minor PointerExitEvent class docs update :) (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88652 Roll Engine from 1accc709af24 to 5e5f0a9b2da5 (1 revision) (cla: yes, waiting for tree to go green)

88654 Roll Engine from 5e5f0a9b2da5 to 1a531179d080 (1 revision) (cla: yes, waiting for tree to go green)

88657 Roll Engine from 1a531179d080 to 4783663ee4cc (1 revision) (cla: yes, waiting for tree to go green)

88673 Roll Engine from 4783663ee4cc to 00af6c95722a (1 revision) (cla: yes, waiting for tree to go green)

88675 Roll Engine from 00af6c95722a to 710af46d5389 (1 revision) (cla: yes, waiting for tree to go green)

88697 Blurstyle for boxshadow v2 (framework, cla: yes, waiting for tree to go green, will affect goldens)

88699 Roll Plugins from b1fe1912e016 to 6a8681e7ac18 (1 revision) (cla: yes, waiting for tree to go green)

88707 reassign jonahwilliams todos (a: tests, team, tool, framework, a: accessibility, cla: yes, waiting for tree to go green)

88714 Roll Engine from 710af46d5389 to d5adde01dd67 (1 revision) (cla: yes, waiting for tree to go green)

88718 Roll Plugins from 6a8681e7ac18 to 0a86ac866b8b (1 revision) (cla: yes, waiting for tree to go green)

88722 Roll Engine from d5adde01dd67 to e3d19b3303c7 (1 revision) (cla: yes, waiting for tree to go green)

88728 flutter update-packages (team, cla: yes, waiting for tree to go green)

88729 Update dartdoc to 2.0.0. (team, cla: yes, waiting for tree to go green)

88734 Roll Engine from e3d19b3303c7 to ff018b8cf29c (6 revisions) (cla: yes, waiting for tree to go green)

88736 Add callback when dismiss threshold is reached (framework, cla: yes, waiting for tree to go green)

88738 Fix empty textspan with spell out crashes (framework, cla: yes, waiting for tree to go green)

88744 Roll Engine from ff018b8cf29c to 9d9c532f62f5 (2 revisions) (cla: yes, waiting for tree to go green)

88749 Use default value for ResultData when uploading metrics from test runner (team, cla: yes, waiting for tree to go green)

88750 Roll Engine from 9d9c532f62f5 to 926ce0d85501 (2 revisions) (cla: yes, waiting for tree to go green)

88761 feat: add Image support to finder (a: tests, framework, cla: yes, waiting for tree to go green)

88764 Remove dependency in Linux Android Views (cla: yes, waiting for tree to go green)

88784 Fixed leak and removed no-shuffle tag in binding_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88788 Roll Engine from 926ce0d85501 to 35ee8bde43a8 (3 revisions) (cla: yes, waiting for tree to go green)

88797 Add TESTOWNER for Linux android views (cla: yes, waiting for tree to go green)

88798 Roll Engine from 35ee8bde43a8 to a9efb963de52 (3 revisions) (cla: yes, waiting for tree to go green)

88803 Roll Plugins from 0a86ac866b8b to 97f61147c983 (1 revision) (cla: yes, waiting for tree to go green)

88805 roll ios-deploy to HEAD (tool, cla: yes, waiting for tree to go green)

88807 Add pageDelay to fullscreen_textfield_perf_test (team, cla: yes, waiting for tree to go green)

88814 Fixes listview shrinkwrap and hidden semantics node gets updated incorrectly. (framework, cla: yes, waiting for tree to go green)

88817 Roll Plugins from 97f61147c983 to fb6622092bb8 (1 revision) (cla: yes, waiting for tree to go green)

88819 Add WidgetsFlutterBinding Assertion to setMethodCallHandler (framework, cla: yes, waiting for tree to go green)

88822 Document AssetBundle loadString Decoding Behavior (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88824 Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88825 Use async timeline events for the phases of the scheduler binding (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

88834 Do not try to codesign during plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

88835 Skip staging test update to cocoon in test runner (team, cla: yes, waiting for tree to go green)

88839 Roll Plugins from fb6622092bb8 to 729c3e4117e6 (1 revision) (cla: yes, waiting for tree to go green)

88846 Migrate mac.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88850 Migrate some flutter_tools tests to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88851 Migrate ios_deploy to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88857 Fixed leak and removed no-shuffle tag in widgets/debug_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88877 Fixed leak and removed no-shuffle tag in platform_view_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88881 Fixed leak and removed no-shuffle tag in routes_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88882 Roll Plugins from 729c3e4117e6 to 5b5f8016d31a (1 revision) (cla: yes, waiting for tree to go green)

88886 Revert "Fixes listview shrinkwrap and hidden semantics node gets upda… (framework, cla: yes, waiting for tree to go green)

88894 Enhance the skip test parsing the analyzer script. (team, cla: yes, waiting for tree to go green, tech-debt, skip-test)

88900 Fixed leak and removed no-shuffle tag in scroll_aware_image_provider_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88902 Account for additional warning text from the tool (tool, cla: yes, waiting for tree to go green)

88903 Roll Plugins from 5b5f8016d31a to 88f84104f8df (1 revision) (cla: yes, waiting for tree to go green)

88908 Use bucket to check staging test instead of builder name (team, cla: yes, waiting for tree to go green)

88912 Roll Engine from eaa9f8b529fa to 653b6a82b0ab (2 revisions) (cla: yes, waiting for tree to go green)

88913 Configurable adb for deferred components release test script (a: tests, team, cla: yes, t: flutter driver, waiting for tree to go green, integration_test, tech-debt)

88918 Roll Plugins from 88f84104f8df to 56f092a8105d (1 revision) (cla: yes, waiting for tree to go green)

88919 Roll Engine from 653b6a82b0ab to e106d418ccdc (2 revisions) (cla: yes, waiting for tree to go green)

88920 Migrate fuchsia sdk and dependencies to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88922 Roll Engine from e106d418ccdc to b23abe2f8f93 (2 revisions) (cla: yes, waiting for tree to go green)

88923 Changed tool cached properties to late finals (tool, cla: yes, waiting for tree to go green, a: null-safety)

88926 Fix typos and formatting in framework.dart (framework, cla: yes, waiting for tree to go green)

88930 Roll Engine from b23abe2f8f93 to 03d403f46d44 (1 revision) (cla: yes, waiting for tree to go green)

88933 Fixed leak and removed no-shuffle tag in dismissible_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88934 Clean up null assumptions in devfs to prep for null safety migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

88935 Workaround rounding erros in cupertino nav bar transition (framework, cla: yes, f: cupertino, waiting for tree to go green)

88976 [flutter_conductor] Fix regex when adding current branch to "enabled_branches" in .ci.yaml (team, cla: yes, waiting for tree to go green)

88993 Roll Engine from 03d403f46d44 to 66dcde6cb7b9 (9 revisions) (cla: yes, waiting for tree to go green)

88994 Roll Plugins from 56f092a8105d to 8e8954731570 (6 revisions) (cla: yes, waiting for tree to go green)

88998 Roll Plugins from 8e8954731570 to 46dd6093793a (1 revision) (cla: yes, waiting for tree to go green)

89001 Roll Engine from 66dcde6cb7b9 to acb3a273d6b2 (6 revisions) (cla: yes, waiting for tree to go green)

89004 Use task name when uploading metrics to skia perf (team, cla: yes, waiting for tree to go green)

89009 Clean up null assumptions in vmservice for null safe migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

89010 Roll Engine from acb3a273d6b2 to 5be57d8d4132 (3 revisions) (cla: yes, waiting for tree to go green)

89011 Update mouse_cursor.dart docs for winuwp cursor (framework, cla: yes, waiting for tree to go green)

89015 Roll Engine from 5be57d8d4132 to d8f87e552fff (2 revisions) (cla: yes, waiting for tree to go green)

89020 feat: widget finders add widgetWithImage method (a: tests, framework, cla: yes, waiting for tree to go green)

89025 Fix Stack references in Overlay docs (framework, cla: yes, waiting for tree to go green)

89027 Roll Engine from d8f87e552fff to b33660e1dae4 (1 revision) (cla: yes, waiting for tree to go green)

89030 Roll Plugins from 46dd6093793a to 1f502e8b6f00 (1 revision) (cla: yes, waiting for tree to go green)

89031 Roll Engine from b33660e1dae4 to faa1dabf84f2 (2 revisions) (cla: yes, waiting for tree to go green)

89040 Roll Plugins from 1f502e8b6f00 to 3f808c1dd1ab (1 revision) (cla: yes, waiting for tree to go green)

89041 Roll Engine from faa1dabf84f2 to 18f11cfab510 (1 revision) (cla: yes, waiting for tree to go green)

89047 Roll Plugins from 3f808c1dd1ab to 0588bfea1d5c (1 revision) (cla: yes, waiting for tree to go green)

89050 Roll Engine from 18f11cfab510 to c0007bee08de (1 revision) (cla: yes, waiting for tree to go green)

89053 Roll Plugins from 0588bfea1d5c to 797c61d6b613 (1 revision) (cla: yes, waiting for tree to go green)

89054 Add flutter desktop build dependencies to test_misc shards (cla: yes, waiting for tree to go green)

89055 Roll Engine from c0007bee08de to f843dd6dabdb (1 revision) (cla: yes, waiting for tree to go green)

89056 Roll Plugins from 797c61d6b613 to 78b914d4556d (1 revision) (cla: yes, waiting for tree to go green)

89060 Roll Engine from f843dd6dabdb to 7cf0c3139ba1 (1 revision) (cla: yes, waiting for tree to go green)

89061 Roll Plugins from 78b914d4556d to 8d4be08b6f5f (2 revisions) (cla: yes, waiting for tree to go green)

89062 Fix (Vertical)Divider samples & docs (team, framework, f: material design, cla: yes, d: examples, waiting for tree to go green)

89064 Fix RadioThemeData documentation issues (framework, f: material design, cla: yes, waiting for tree to go green)

89066 Roll Engine from 7cf0c3139ba1 to 497533a8abbe (1 revision) (cla: yes, waiting for tree to go green)

89073 Prevent exceptions in _describeRelevantUserCode from hiding other exceptions (framework, cla: yes, waiting for tree to go green)

89076 Add all cubics to Cubic class doc (framework, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

89079 Add & improve DropdownButtonFormField reference to DropdownButton (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89081 Add gems to framework_tests_misc Mac dependencies to get cocoapods (cla: yes, waiting for tree to go green)

89084 Roll Engine from 497533a8abbe to 97240692e5e0 (2 revisions) (cla: yes, waiting for tree to go green)

89085 Roll Engine from 97240692e5e0 to 252d21aa1c2a (1 revision) (cla: yes, waiting for tree to go green)

89086 Roll Plugins from 8d4be08b6f5f to e07f161f8679 (6 revisions) (cla: yes, waiting for tree to go green)

89087 Roll Engine from 252d21aa1c2a to 63032e327f30 (2 revisions) (cla: yes, waiting for tree to go green)

89088 Roll Engine from 63032e327f30 to ca52647cd29b (1 revision) (cla: yes, waiting for tree to go green)

89091 Roll Engine from ca52647cd29b to 3d1fd0cbb76f (1 revision) (cla: yes, waiting for tree to go green)

89108 Roll Plugins from e07f161f8679 to e02b647ea035 (1 revision) (cla: yes, waiting for tree to go green)

89109 Roll Plugins from e02b647ea035 to 32ca7761cecb (1 revision) (cla: yes, waiting for tree to go green)

89113 Roll Engine from 3d1fd0cbb76f to f9a6fb1a5c33 (1 revision) (cla: yes, waiting for tree to go green)

89117 Fix text field naming (framework, cla: yes, f: cupertino, waiting for tree to go green)

89137 [Reland] Skip staging test update to cocoon in test runner (team, cla: yes, waiting for tree to go green)

89140 Roll Engine from f9a6fb1a5c33 to c4d2d80a8f42 (1 revision) (cla: yes, waiting for tree to go green)

89143 Roll Engine from c4d2d80a8f42 to f4a380f3e543 (1 revision) (cla: yes, waiting for tree to go green)

89154 Roll Engine from f4a380f3e543 to c05688f4bcce (2 revisions) (cla: yes, waiting for tree to go green)

89170 Roll Engine from c05688f4bcce to d8e3d10d6956 (1 revision) (cla: yes, waiting for tree to go green)

89172 Marks Linux test_ownership to be unflaky (cla: yes, waiting for tree to go green)

89174 Marks Mac_android tiles_scroll_perf__timeline_summary to be unflaky (cla: yes, waiting for tree to go green)

89176 Marks Mac module_test_ios to be flaky (cla: yes, waiting for tree to go green)

89177 Marks Windows hot_mode_dev_cycle_win_target__benchmark to be unflaky (cla: yes, waiting for tree to go green)

89179 Roll Engine from d8e3d10d6956 to 78c4963075c8 (1 revision) (cla: yes, waiting for tree to go green)

89181 Eliminate uses of pub executable in docs publishing and sample analysis. (team, cla: yes, waiting for tree to go green)

89184 Reland "Fixes listview shrinkwrap and hidden semantics node gets upda… (framework, cla: yes, waiting for tree to go green)

89185 Roll Plugins from 32ca7761cecb to 18129d67395a (1 revision) (cla: yes, waiting for tree to go green)

89186 Fix UNNECESSARY_TYPE_CHECK_TRUE violations. (team, cla: yes, waiting for tree to go green)

89192 Roll Engine from 78c4963075c8 to b1d080ef6c74 (1 revision) (cla: yes, waiting for tree to go green)

89194 Roll Plugins from 18129d67395a to 5306c02db66b (1 revision) (cla: yes, waiting for tree to go green)

89195 Roll Engine from b1d080ef6c74 to 1b0609865975 (6 revisions) (cla: yes, waiting for tree to go green)

89197 Roll Engine from 1b0609865975 to 6c11ffe9ba7f (1 revision) (cla: yes, waiting for tree to go green)

89199 fix a dropdown button menu position bug (framework, f: material design, cla: yes, waiting for tree to go green)

89202 Roll Engine from 6c11ffe9ba7f to d8129bd02890 (2 revisions) (cla: yes, waiting for tree to go green)

89205 Roll Engine from d8129bd02890 to fda0ac452024 (1 revision) (cla: yes, waiting for tree to go green)

89225 Roll Engine from fda0ac452024 to fe89463f140a (1 revision) (cla: yes, waiting for tree to go green)

89237 Add ability to customize drawer shape and color as well as theme drawer properties (framework, f: material design, cla: yes, waiting for tree to go green)

89239 Roll Engine from fe89463f140a to aa5e6bf60491 (4 revisions) (cla: yes, waiting for tree to go green)

89242 Update StretchingOverscrollIndicator for reversed scrollables (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, will affect goldens, a: annoyance)

89244 Roll Engine from aa5e6bf60491 to 4533ca5eb2c6 (1 revision) (cla: yes, waiting for tree to go green)

89246 Roll Engine from 4533ca5eb2c6 to 305b25edbfd0 (1 revision) (cla: yes, waiting for tree to go green)

89247 Remove flutter gallery test family (Mac/ios) from prod pool (cla: yes, waiting for tree to go green)

89253 Roll Engine from 305b25edbfd0 to 901fbcf33757 (1 revision) (cla: yes, waiting for tree to go green)

89258 Roll Engine from 901fbcf33757 to abeb96722a7a (2 revisions) (cla: yes, waiting for tree to go green)

89262 Roll Engine from abeb96722a7a to b8a759b6c2d4 (2 revisions) (cla: yes, waiting for tree to go green)

89265 Roll Engine from b8a759b6c2d4 to 244c8684d719 (1 revision) (cla: yes, waiting for tree to go green)

89267 Roll Engine from 244c8684d719 to aab40c8d5d0e (1 revision) (cla: yes, waiting for tree to go green)

89273 Roll Engine from aab40c8d5d0e to d149231127c0 (1 revision) (cla: yes, waiting for tree to go green)

89275 Roll Engine from d149231127c0 to c31aba1eecde (1 revision) (cla: yes, waiting for tree to go green)

89316 Roll Engine from d149231127c0 to be8467ea6113 (9 revisions) (cla: yes, waiting for tree to go green)

89327 Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic (framework, cla: yes, waiting for tree to go green)

89331 Use rootOverlay for CupertinoContextMenu (framework, cla: yes, f: cupertino, waiting for tree to go green)

89335 fix a DraggableScrollableSheet bug (framework, cla: yes, waiting for tree to go green)

89342 Roll Engine from be8467ea6113 to d877a4bbcd0e (4 revisions) (cla: yes, waiting for tree to go green)

89344 fix: typo spelling grammar (team, cla: yes, waiting for tree to go green)

89353 [CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (framework, f: material design, cla: yes, waiting for tree to go green)

89356 Roll Engine from d877a4bbcd0e to cf06c9c2853a (1 revision) (cla: yes, waiting for tree to go green)

89362 fix a BottomSheet nullable issue (framework, f: material design, cla: yes, waiting for tree to go green)

89381 update package dependencies (team, cla: yes, waiting for tree to go green)

89382 Roll Engine from cf06c9c2853a to 2c2d4080a381 (2 revisions) (cla: yes, waiting for tree to go green)

89389 Roll Engine from 2c2d4080a381 to a166c3286653 (2 revisions) (cla: yes, waiting for tree to go green)

89393 Add raster cache metrics to timeline summaries (a: tests, team, framework, cla: yes, waiting for tree to go green)

89398 Roll Engine from a166c3286653 to c02b81541605 (3 revisions) (cla: yes, waiting for tree to go green)

89414 Roll Engine from c02b81541605 to d6f6a0fe9078 (5 revisions) (cla: yes, waiting for tree to go green)

89427 Roll Engine from d6f6a0fe9078 to 9e1337efd16c (2 revisions) (cla: yes, waiting for tree to go green)

89440 Roll Engine from 9e1337efd16c to 01792f78e9e2 (4 revisions) (cla: yes, waiting for tree to go green)

89441 Document platform channel FIFO ordering guarantee (framework, cla: yes, waiting for tree to go green)

89442 Roll Engine from 01792f78e9e2 to 5aa0e4c779d5 (1 revision) (cla: yes, waiting for tree to go green)

89445 Remove files that are unnecessary in a plugin (tool, cla: yes, waiting for tree to go green)

89455 Roll Engine from 5aa0e4c779d5 to 3ef7126fd215 (1 revision) (cla: yes, waiting for tree to go green)

89458 Roll Engine from 3ef7126fd215 to b2c0c060a469 (3 revisions) (cla: yes, waiting for tree to go green)

89460 Roll Engine from b2c0c060a469 to 4c5037e6ce42 (1 revision) (cla: yes, waiting for tree to go green)

89461 Roll Engine from 4c5037e6ce42 to cc6074f95938 (2 revisions) (cla: yes, waiting for tree to go green)

89463 Roll Engine from cc6074f95938 to 1c4e42e395d7 (1 revision) (cla: yes, waiting for tree to go green)

89465 Roll Engine from 1c4e42e395d7 to fd928555482e (2 revisions) (cla: yes, waiting for tree to go green)

89469 Roll Engine from fd928555482e to 350e0d655136 (1 revision) (cla: yes, waiting for tree to go green)

89470 Roll Engine from 350e0d655136 to 0bd9be379a17 (1 revision) (cla: yes, waiting for tree to go green)

89477 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (a: tests, team, framework, cla: yes, t: flutter driver, waiting for tree to go green, tech-debt)

89478 Roll Engine from 0bd9be379a17 to 97a8bbad4d43 (1 revision) (cla: yes, waiting for tree to go green)

89485 Fixed several typos (a: tests, team, tool, framework, f: material design, cla: yes, waiting for tree to go green)

89487 Roll Engine from 97a8bbad4d43 to dbc97a09b495 (1 revision) (cla: yes, waiting for tree to go green)

89515 [TextPainter] Don't invalidate layout cache for paint only changes (framework, cla: yes, waiting for tree to go green)

89522 Roll Engine from dbc97a09b495 to b9c633900e7e (4 revisions) (cla: yes, waiting for tree to go green)

89531 Roll Engine from b9c633900e7e to 929931b747c9 (1 revision) (cla: yes, waiting for tree to go green)

89591 Update DDS to 2.1.2 (team, cla: yes, waiting for tree to go green)

89593 Remove flutter gallery test family (Linux/android) from prod pool (cla: yes, waiting for tree to go green)

89599 Roll Engine from 929931b747c9 to 6809097101c4 (7 revisions) (cla: yes, waiting for tree to go green)

89600 Enable caching of CPU samples collected at application startup (tool, cla: yes, waiting for tree to go green)

89603 Update dartdoc to 3.0.0 (team, cla: yes, waiting for tree to go green)

89604 Implement operator = and hashcode for CupertinoThemeData (framework, cla: yes, f: cupertino, waiting for tree to go green)

89606 Directly specify keystore to prevent debug key signing flake in Deferred components integration test. (team, cla: yes, team: flakes, waiting for tree to go green, severe: flake)

89618 Run flutter_gallery ios tests on arm64 device (team, platform-ios, cla: yes, waiting for tree to go green)

89620 Run flutter_gallery macOS native tests on presubmit (a: tests, team, platform-mac, cla: yes, waiting for tree to go green, a: desktop)

89621 Increase integration_test package minimum iOS version to 9.0 (platform-ios, cla: yes, waiting for tree to go green, integration_test)

89623 Roll Engine from 6809097101c4 to 4159d7f0f156 (1 revision) (cla: yes, waiting for tree to go green)

89631 Roll Engine from 4159d7f0f156 to 6a3b04632b57 (2 revisions) (cla: yes, waiting for tree to go green)

89667 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration" (framework, f: material design, cla: yes, waiting for tree to go green)

89668 changed subprocesses to async from sync (team, cla: yes, waiting for tree to go green)

89685 Turn off bringup for Linux android views (cla: yes, waiting for tree to go green)

89695 Set plugin template minimum Flutter SDK to 2.5 (platform-ios, tool, cla: yes, waiting for tree to go green)

89698 Fix Shrine scrollbar crash (team, severe: crash, team: gallery, cla: yes, waiting for tree to go green, integration_test)

89699 Skip the drawShadow call in a MergeableMaterial with zero elevation (framework, f: material design, cla: yes, waiting for tree to go green)

89700 Update ScaffoldMessenger docs for MaterialBanners (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89712 Run Linux android views in presubmit (team, cla: yes, waiting for tree to go green)

89765 Mention the ToS on our README (team, cla: yes, waiting for tree to go green)

89775 [flutter_conductor] Support initial stable release version (team, cla: yes, waiting for tree to go green)

89782 master->main default branch migration (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89795 Remove "unnecessary" imports from packages/ (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89796 Remove and also ignore unnecessary imports (team, cla: yes, waiting for tree to go green)

89803 Roll Plugins from 5306c02db66b to d5b65742487f (27 revisions) (cla: yes, waiting for tree to go green)

89807 Roll Engine from 6a3b04632b57 to 57bc7414b894 (35 revisions) (cla: yes, waiting for tree to go green)

89819 Roll Engine from 57bc7414b894 to 825c409164c1 (3 revisions) (cla: yes, waiting for tree to go green)

89820 Add specific permissions to .github/workflows/lock.yaml (team, cla: yes, waiting for tree to go green, team: infra)

89856 Re-enable plugin analysis test (team, cla: yes, waiting for tree to go green)

89871 Roll Engine from 825c409164c1 to c86d581441bf (8 revisions) (cla: yes, waiting for tree to go green)

89872 Remove a redundant test case in the flutter_tools create_test (tool, cla: yes, waiting for tree to go green)

89883 Roll Plugins from d5b65742487f to a4f0e88fca1e (3 revisions) (cla: yes, waiting for tree to go green)

89885 Revert clamping scroll simulation changes (severe: regression, team, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

89890 Roll Engine from c86d581441bf to 382553f6c29f (7 revisions) (cla: yes, waiting for tree to go green)

89893 Roll Engine from 382553f6c29f to 45dc2fee1304 (1 revision) (cla: yes, waiting for tree to go green)

89895 Roll Plugins from a4f0e88fca1e to 70c314ce53cf (1 revision) (cla: yes, waiting for tree to go green)

89897 Roll Engine from 45dc2fee1304 to abb1980f652b (1 revision) (cla: yes, waiting for tree to go green)

89952 Remove our extra timeout logic. (a: tests, team, framework, a: accessibility, cla: yes, waiting for tree to go green)

89961 Roll Engine from abb1980f652b to 77856b8fe435 (1 revision) (cla: yes, waiting for tree to go green)

89996 Roll Plugins from 70c314ce53cf to cfc8a20a1d64 (1 revision) (cla: yes, waiting for tree to go green)

89999 Revert "Make sure Opacity widgets/layers do not drop the offset" (framework, cla: yes, waiting for tree to go green)

90005 add analysis_options.yaml to dev/conductor (team, cla: yes, waiting for tree to go green)

90010 [flutter_tools] use test logger, which does not allow colors (tool, cla: yes, waiting for tree to go green)

90016 Roll Plugins from cfc8a20a1d64 to 4a98e239b131 (1 revision) (cla: yes, waiting for tree to go green)

90021 Default new project to the ios-signing-cert development team (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90022 Close the IntegrationTestTestDevice stream when the VM service shuts down (tool, cla: yes, waiting for tree to go green)

90023 Lock only issues. (cla: yes, waiting for tree to go green)

90060 Align both reflectly-hero & dart-diagram to the center. (team, cla: yes, waiting for tree to go green)

90075 Fixes dialog title announce twice (framework, f: material design, cla: yes, waiting for tree to go green)

90081 Update docs for edge to edge (platform-android, framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

90083 Roll Plugins from 4a98e239b131 to b85edebe7134 (2 revisions) (cla: yes, waiting for tree to go green)

90087 Roll Plugins from b85edebe7134 to 7fff936c6c69 (1 revision) (cla: yes, waiting for tree to go green)

90088 Set BUILD_DIR and OBJROOT when determining if plugins support arm64 simulators (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90089 Revert "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" (framework, cla: yes, waiting for tree to go green)

90090 [flutter_tools] remove non-null check from AndroidValidator (tool, cla: yes, waiting for tree to go green)

90097 Allow Developers to Stop Navigator From Requesting Focus (framework, cla: yes, waiting for tree to go green)

90100 Roll Plugins from 7fff936c6c69 to 41cb992daef6 (1 revision) (cla: yes, waiting for tree to go green)

90104 Roll Plugins from 41cb992daef6 to 5f1c83e3933e (1 revision) (cla: yes, waiting for tree to go green)

90136 Exclude semantics is semanticslabel is present for SelectableText (framework, f: material design, cla: yes, waiting for tree to go green)

90145 Roll Engine from 77856b8fe435 to a3f836c14d68 (56 revisions) (cla: yes, waiting for tree to go green)

90148 Roll Engine from a3f836c14d68 to 6447a9451fc6 (2 revisions) (cla: yes, waiting for tree to go green)

90149 [module_test_ios] On UITests add an additional tap on the application before tapping the element (team, cla: yes, waiting for tree to go green)

90152 Roll Engine from 6447a9451fc6 to c148fe5d3aa2 (1 revision) (cla: yes, waiting for tree to go green)

90154 Update md5 method in flutter_goldens_client (a: tests, team, framework, cla: yes, waiting for tree to go green)

90159 Roll Engine from c148fe5d3aa2 to d66741988d52 (2 revisions) (cla: yes, waiting for tree to go green)

90160 Roll Engine from d66741988d52 to 5a09f16031aa (2 revisions) (cla: yes, waiting for tree to go green)

90168 Reuse a TimelineTask for the scheduler frame and animate events (framework, cla: yes, waiting for tree to go green)

90202 Roll Engine from 5a09f16031aa to a6aa6c52b644 (3 revisions) (cla: yes, waiting for tree to go green)

90204 fix draggable_scrollable_sheet_test.dart (framework, cla: yes, waiting for tree to go green)

90211 Reland "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" #89327 (framework, cla: yes, waiting for tree to go green)

90214 Roll Engine from a6aa6c52b644 to d80caf5f3889 (6 revisions) (cla: yes, waiting for tree to go green)

90215 Fix overflow in stretching overscroll (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, customer: money (g3), a: layout)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

90222 Roll Engine from d80caf5f3889 to 33f5f17bc9a4 (1 revision) (cla: yes, waiting for tree to go green)

90227 Some test cleanup for flutter_tools. (a: text input, team, tool, cla: yes, waiting for tree to go green)

90228 Roll Engine from 33f5f17bc9a4 to 5d8574abd6f9 (4 revisions) (cla: yes, waiting for tree to go green)

90235 Roll Engine from 5d8574abd6f9 to 5b81c6d615c3 (2 revisions) (cla: yes, waiting for tree to go green)

90242 Roll Engine from 5b81c6d615c3 to 72f08e4da3b0 (1 revision) (cla: yes, waiting for tree to go green)

90246 Roll Engine from 72f08e4da3b0 to e70febab63ea (1 revision) (cla: yes, waiting for tree to go green)

90248 Roll Engine from e70febab63ea to 4bf01a4e1fc5 (1 revision) (cla: yes, waiting for tree to go green)

90258 Roll Engine from 4bf01a4e1fc5 to 9788fb4b137e (4 revisions) (cla: yes, waiting for tree to go green)

90261 Roll Engine from 9788fb4b137e to 48acdba5d45c (1 revision) (cla: yes, waiting for tree to go green)

90275 Roll Engine from 48acdba5d45c to 184a2a58ab1b (2 revisions) (cla: yes, waiting for tree to go green)

90279 Roll Engine from 184a2a58ab1b to 2f0f0d1ac91b (1 revision) (cla: yes, waiting for tree to go green)

90282 Roll Engine from 2f0f0d1ac91b to e261e1407c15 (1 revision) (cla: yes, waiting for tree to go green)

90284 Roll Engine from e261e1407c15 to 80139039b3cc (3 revisions) (cla: yes, waiting for tree to go green)

90289 Roll Engine from 80139039b3cc to 4a803193817d (2 revisions) (cla: yes, waiting for tree to go green)

90291 Add more tests for dart fixes (team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90293 Remove FloatingHeaderSnapConfiguration.vsync deprecation (team, framework, severe: API break, f: scrolling, cla: yes, waiting for tree to go green, tech-debt)

90294 Remove AndroidViewController.id deprecation (team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90296 Remove deprecated text input formatting classes (a: text input, team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90297 Roll Engine from 4a803193817d to e1e6a41df77d (2 revisions) (cla: yes, waiting for tree to go green)

90300 Roll Engine from e1e6a41df77d to 47b452783334 (3 revisions) (cla: yes, waiting for tree to go green)

90301 Roll Plugins from 5f1c83e3933e to 1fe19f1d4946 (22 revisions) (cla: yes, waiting for tree to go green)

90304 Migrate iOS project to Xcode 13 compatibility (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode)

90305 Roll Engine from 47b452783334 to 27281c426f22 (2 revisions) (cla: yes, waiting for tree to go green)

90308 Roll Engine from 27281c426f22 to 31792e034099 (1 revision) (cla: yes, waiting for tree to go green)

90311 Fix some scrollbar track and border painting issues (framework, f: material design, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green)

90354 Make DraggableScrollableSheet Reflect Parameter Updates (framework, cla: yes, waiting for tree to go green)

90389 Marks Mac_ios native_ui_tests_ios to be unflaky (cla: yes, waiting for tree to go green)

90392 Roll Plugins from 1fe19f1d4946 to 42b990962578 (1 revision) (cla: yes, waiting for tree to go green)

90394 Do not retry if pub get is run in offline mode (tool, cla: yes, waiting for tree to go green)

90404 Roll Plugins from 42b990962578 to a8e0129220b5 (1 revision) (cla: yes, waiting for tree to go green)

90406 Revert "Issue 88543: TextField labelText doesn't get hintTextStyle when labelTextStyle is non-null Fixed" (framework, f: material design, cla: yes, waiting for tree to go green)

90412 Roll Plugins from a8e0129220b5 to e314c7a8fdcd (1 revision) (cla: yes, waiting for tree to go green)

90413 Add my name to authors (team, cla: yes, waiting for tree to go green)

90414 Now that the bot is cleverer, we can make the PR template clearer (cla: yes, waiting for tree to go green)

90415 Update dartdoc to v3.1.0. (team, cla: yes, waiting for tree to go green)

90419 Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green, a: layout)

90421 Roll Engine from 31792e034099 to 7e94275f7370 (26 revisions) (cla: yes, waiting for tree to go green)

90423 Add clipBeheavior support to TextFields (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

90447 [bots] verbose logs when analyzing samples (team, cla: yes, waiting for tree to go green)

90456 Roll Engine from 7e94275f7370 to 233a6e01fbb0 (6 revisions) (cla: yes, waiting for tree to go green)

90457 Fix tooltip so only one shows at a time when hovering (framework, f: material design, cla: yes, waiting for tree to go green)

90464 Fix Chip tooltip so that useDeleteButtonTooltip only applies to the delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90468 Roll Engine from 233a6e01fbb0 to 50bdb78a9274 (3 revisions) (cla: yes, waiting for tree to go green)

90473 Roll Engine from 50bdb78a9274 to b0f3c0f7e478 (1 revision) (cla: yes, waiting for tree to go green)

90474 Roll Plugins from e314c7a8fdcd to 42a17dc4de1c (4 revisions) (cla: yes, waiting for tree to go green)

90480 Remove bringup for Linux android views (cla: yes, waiting for tree to go green)

90497 Roll Plugins from 42a17dc4de1c to ed2e7a78aee8 (1 revision) (cla: yes, waiting for tree to go green)

90526 Unskip some editable tests on web (a: text input, framework, cla: yes, a: typography, platform-web, waiting for tree to go green)

90531 Fix various problems with Chip delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90535 [module_test_ios] trying tap the buttons again if the first time didn't work (team, cla: yes, waiting for tree to go green)

90546 Fixes resident_web_runner_test initialize the mock correctly (tool, cla: yes, waiting for tree to go green)

90549 Roll Engine from b0f3c0f7e478 to fa2eb22cffc5 (18 revisions) (cla: yes, waiting for tree to go green)

90555 Roll Engine from fa2eb22cffc5 to dd28b6f1c8e6 (1 revision) (cla: yes, waiting for tree to go green)

90557 [flutter_conductor] Update README (team, cla: yes, waiting for tree to go green)

90560 Roll Plugins from ed2e7a78aee8 to 44772b771a04 (3 revisions) (cla: yes, waiting for tree to go green)

90567 Roll Engine from dd28b6f1c8e6 to b872267e8ff7 (3 revisions) (cla: yes, waiting for tree to go green)

90605 Roll Engine from b872267e8ff7 to a3911f24a5ff (6 revisions) (cla: yes, waiting for tree to go green)

90613 Roll Plugins from 44772b771a04 to 8c5f0f04cade (2 revisions) (cla: yes, waiting for tree to go green)

90619 Roll Engine from a3911f24a5ff to eb94e4f595b6 (1 revision) (cla: yes, waiting for tree to go green)

90620 Add tests for web library platform defines (tool, cla: yes, waiting for tree to go green)

90629 Fix nested stretch overscroll (a: tests, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3))

90631 Roll Plugins from 8c5f0f04cade to d2c6c4314412 (2 revisions) (cla: yes, waiting for tree to go green)

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

90644 Roll Engine from eb94e4f595b6 to 694664037380 (6 revisions) (cla: yes, waiting for tree to go green)

90646 Roll Plugins from d2c6c4314412 to a5cd0c3aea70 (1 revision) (cla: yes, waiting for tree to go green)

90648 Roll Engine from 694664037380 to 5ef2faeb10af (3 revisions) (cla: yes, waiting for tree to go green)

90649 Roll Plugins from a5cd0c3aea70 to d3c892f82611 (1 revision) (cla: yes, waiting for tree to go green)

90653 Roll Engine from 5ef2faeb10af to a5b860a2656f (1 revision) (cla: yes, waiting for tree to go green)

90670 Roll Engine from a5b860a2656f to d4216bcd019b (1 revision) (cla: yes, waiting for tree to go green)

90683 Roll Plugins from d3c892f82611 to 0c282812b194 (1 revision) (cla: yes, waiting for tree to go green)

90685 Roll Engine from d4216bcd019b to b67fa6d4fb2b (1 revision) (cla: yes, waiting for tree to go green)

90690 Roll Plugins from 0c282812b194 to cc3c53cde5ab (1 revision) (cla: yes, waiting for tree to go green)

90691 Roll Engine from b67fa6d4fb2b to c64129de7003 (1 revision) (cla: yes, waiting for tree to go green)

90692 Add DDC regression test. (framework, cla: yes, waiting for tree to go green)

90695 Roll Engine from c64129de7003 to dcffd551cb8d (4 revisions) (cla: yes, waiting for tree to go green)

90696 Roll Engine from dcffd551cb8d to a81cab02eb37 (1 revision) (cla: yes, waiting for tree to go green)

90698 Roll Engine from a81cab02eb37 to 5f7d0053f98d (2 revisions) (cla: yes, waiting for tree to go green)

90702 Roll Engine from 5f7d0053f98d to 3248e8b64872 (1 revision) (cla: yes, waiting for tree to go green)

90708 Implemented getter to expose current url strategy for web plugins (team, cla: yes, waiting for tree to go green)

90739 - add FadeInImage.placeholderFit (framework, cla: yes, waiting for tree to go green)

90763 Roll Engine from 3248e8b64872 to fc00cc095797 (2 revisions) (cla: yes, waiting for tree to go green)

90766 Roll Engine from fc00cc095797 to 9740229db871 (3 revisions) (cla: yes, waiting for tree to go green)

90768 Roll Engine from 9740229db871 to 7e7b615764e3 (1 revision) (cla: yes, waiting for tree to go green)

90770 Roll Engine from 7e7b615764e3 to 1564d21cefa9 (1 revision) (cla: yes, waiting for tree to go green)

90772 Roll Engine from 1564d21cefa9 to 3b61bf444560 (1 revision) (cla: yes, waiting for tree to go green)

90778 Roll Engine from 3b61bf444560 to 65ad5a4836c0 (1 revision) (cla: yes, waiting for tree to go green)

90816 Roll Engine from 65ad5a4836c0 to 8dc5cc2a4c38 (1 revision) (cla: yes, waiting for tree to go green)

90823 Roll Plugins from cc3c53cde5ab to 5ec61962da5e (1 revision) (cla: yes, waiting for tree to go green)

90827 Roll Engine from 8dc5cc2a4c38 to 6b5e89d11694 (8 revisions) (cla: yes, waiting for tree to go green)

90829 Run native_ui_tests_macos in correct directory (team, cla: yes, waiting for tree to go green)

90836 Roll Plugins from 5ec61962da5e to 80b5d2ed3f31 (1 revision) (cla: yes, waiting for tree to go green)

90841 Roll Engine from 6b5e89d11694 to adfea3cf1f6a (1 revision) (cla: yes, waiting for tree to go green)

90846 Roll Plugins from 80b5d2ed3f31 to f58ab59880d7 (1 revision) (cla: yes, waiting for tree to go green)

90849 Roll Engine from adfea3cf1f6a to a84b2a72f330 (5 revisions) (cla: yes, waiting for tree to go green)

90850 Roll Engine from a84b2a72f330 to 933661d3e9c4 (1 revision) (cla: yes, waiting for tree to go green)

90852 Roll Engine from 933661d3e9c4 to 94e5cb8b2b0d (1 revision) (cla: yes, waiting for tree to go green)

90857 Roll Plugins from f58ab59880d7 to 8a71e0ee47c7 (1 revision) (cla: yes, waiting for tree to go green)

90864 Roll Engine from 94e5cb8b2b0d to 64b26a3f0c84 (2 revisions) (cla: yes, waiting for tree to go green)

90866 Roll Plugins from 8a71e0ee47c7 to f48f8dba59fb (2 revisions) (cla: yes, waiting for tree to go green)

90869 Roll Engine from 64b26a3f0c84 to 9fa0bc833c7f (1 revision) (cla: yes, waiting for tree to go green)

90871 Roll Plugins from f48f8dba59fb to 44706929299d (1 revision) (cla: yes, waiting for tree to go green)

90877 Roll Engine from 9fa0bc833c7f to 520be3012286 (1 revision) (cla: yes, waiting for tree to go green)

90878 Roll Plugins from 44706929299d to f63395d86dbb (1 revision) (cla: yes, waiting for tree to go green)

90880 [bots] Print more on --verbose analyze_sample_code (team, cla: yes, waiting for tree to go green)

90884 Roll Engine from 520be3012286 to 6a214330550a (1 revision) (cla: yes, waiting for tree to go green)

90891 Roll Engine from 6a214330550a to bccb3a57eb3e (1 revision) (cla: yes, waiting for tree to go green)

90893 Roll ios-deploy to support new iOS devices (platform-ios, cla: yes, waiting for tree to go green)

90901 Roll Engine from bccb3a57eb3e to bd250bdd8178 (5 revisions) (cla: yes, waiting for tree to go green)

90902 Roll Plugins from f63395d86dbb to 1ef44050141b (1 revision) (cla: yes, waiting for tree to go green)

90915 Add iOS build -destination flag (tool, cla: yes, waiting for tree to go green)

90938 Roll Plugins from 1ef44050141b to fe31e5292f14 (1 revision) (cla: yes, waiting for tree to go green)

90944 Add multidex flag and automatic multidex support (tool, cla: yes, waiting for tree to go green)

90960 Roll Plugins from fe31e5292f14 to d9a4b753e7b4 (1 revision) (cla: yes, waiting for tree to go green)

90966 Catch FormatException from bad simulator log output (platform-ios, tool, cla: yes, waiting for tree to go green)

90967 Catch FormatException parsing XCDevice._getAllDevices (platform-ios, tool, cla: yes, waiting for tree to go green)

90974 Improve bug and feature request templates (team, cla: yes, waiting for tree to go green)

90977 Roll Plugins from d9a4b753e7b4 to a1304efe49e9 (1 revision) (cla: yes, waiting for tree to go green)

90980 Roll Engine from bd250bdd8178 to e2775928ec64 (16 revisions) (cla: yes, waiting for tree to go green)

90985 Roll Engine from e2775928ec64 to c9f8cb94ec81 (5 revisions) (cla: yes, waiting for tree to go green)

90992 Roll Engine from c9f8cb94ec81 to 223d8f906b7b (2 revisions) (cla: yes, waiting for tree to go green)

90995 Roll Engine from 223d8f906b7b to 9224a17d1c0c (2 revisions) (cla: yes, waiting for tree to go green)

90996 [flutter_tools] Handle disk device not found (tool, cla: yes, waiting for tree to go green)

90999 Roll Engine from 9224a17d1c0c to d0d8e348b6b4 (3 revisions) (cla: yes, waiting for tree to go green)

91002 Roll Plugins from a1304efe49e9 to 90b2844ce7e5 (1 revision) (cla: yes, waiting for tree to go green)

91024 Adds analyze_sample_code exit for when pub fails (team, cla: yes, waiting for tree to go green)

91030 Change project.buildDir in standalone subprojects property (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

91036 Roll Engine from d0d8e348b6b4 to e83795a0a7c7 (11 revisions) (cla: yes, waiting for tree to go green)

91039 Roll Plugins from 90b2844ce7e5 to 63eb67532a7a (2 revisions) (cla: yes, waiting for tree to go green)

91046 [SwitchListTile] Adds hoverColor to SwitchListTile (framework, f: material design, cla: yes, waiting for tree to go green)

91051 Add a warning about Icon.size to IconButton (framework, f: material design, cla: yes, waiting for tree to go green)

91052 add internal comment to point to .github repo (cla: yes, waiting for tree to go green)

91053 Roll Engine from e83795a0a7c7 to 1f8fa8041d49 (2 revisions) (cla: yes, waiting for tree to go green)

91054 Delete SECURITY.md (cla: yes, waiting for tree to go green)

91055 add internal comment to point to .github repo (cla: yes, waiting for tree to go green)

91058 Roll Plugins from 63eb67532a7a to f6d93a765063 (2 revisions) (cla: yes, waiting for tree to go green)

91066 [flutter_conductor] update conductor to prefer git protocol over https (team, cla: yes, waiting for tree to go green)

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91071 Roll Engine from 1f8fa8041d49 to 8ec71b64f6ca (12 revisions) (cla: yes, waiting for tree to go green)

91074 Roll Engine from 8ec71b64f6ca to aed327b84d7c (1 revision) (cla: yes, waiting for tree to go green)

91078 Enable avoid_implementing_value_types lint (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

91083 Roll Engine from aed327b84d7c to 2db431944795 (1 revision) (cla: yes, waiting for tree to go green)

91099 Update minimum iOS version in plugin_test (team, cla: yes, waiting for tree to go green)

91109 Clean up dependency pins and update all packages (team, tool, cla: yes, waiting for tree to go green)

91118 Alex chen conductor ui3 (team, cla: yes, waiting for tree to go green)

91121 Roll Engine from 2db431944795 to 74fdd30dc25e (5 revisions) (cla: yes, waiting for tree to go green)

91123 Roll Engine from 74fdd30dc25e to 6f4143e80069 (1 revision) (cla: yes, waiting for tree to go green)

91129 Fix ActivateIntent overriding the spacebar for text entry (a: text input, framework, cla: yes, waiting for tree to go green)

91130 Add example test, update example READMEs (team, cla: yes, d: examples, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91187 Making AnimatedCrossFade more null safe (framework, cla: yes, waiting for tree to go green)

91239 Replace all BorderRadius.circular with const BorderRadius.all (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91244 Roll Engine from 6f4143e80069 to a36eac0a341c (10 revisions) (cla: yes, waiting for tree to go green)

91252 Update dartdoc to 4.0.0 (team, cla: yes, waiting for tree to go green)

91267 Migrate protocol_discovery to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

91268 Mark Linux deferred components to be flaky (cla: yes, waiting for tree to go green)

91271 Mark Linux_android flutter_gallery__start_up to be flaky (cla: yes, waiting for tree to go green)

91273 Marks Mac_ios integration_ui_ios_textfield to be flaky (cla: yes, waiting for tree to go green)

91281 Don't generate plugin registry in ResidentWebRunner (tool, cla: yes, waiting for tree to go green)

91310 Pin chrome and driver versions. (cla: yes, waiting for tree to go green)

91313 Roll Plugins from f6d93a765063 to 0558169b8930 (4 revisions) (cla: yes, waiting for tree to go green)

91316 Marks Mac module_test_ios to be unflaky (cla: yes, waiting for tree to go green)

91317 Remove accidental print (tool, cla: yes, waiting for tree to go green)

91320 Roll Engine from a36eac0a341c to c77141589503 (17 revisions) (cla: yes, waiting for tree to go green)

91323 Roll Engine from c77141589503 to 82e7100bc7f4 (1 revision) (cla: yes, waiting for tree to go green)

91324 Update number of IPHONEOS_DEPLOYMENT_TARGET in plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

91328 Roll Engine from 82e7100bc7f4 to 3afd94a62af8 (2 revisions) (cla: yes, waiting for tree to go green)

91331 Roll Engine from 3afd94a62af8 to 39d2479cb09f (1 revision) (cla: yes, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91336 Roll Engine from 39d2479cb09f to ad66cbbef953 (2 revisions) (cla: yes, waiting for tree to go green)

91338 Roll Engine from ad66cbbef953 to 325f7d887111 (2 revisions) (cla: yes, waiting for tree to go green)

91339 Roll Engine from 325f7d887111 to 88e150ddc9bc (1 revision) (cla: yes, waiting for tree to go green)

91346 Add a startup test that delays runApp (team, cla: yes, waiting for tree to go green, integration_test)

91347 Roll Engine from 88e150ddc9bc to 97f0274afd7a (1 revision) (cla: yes, waiting for tree to go green)

91349 The covered child in AnimatedCrossFade should not get touch events (framework, cla: yes, waiting for tree to go green)

91351 Roll Engine from 97f0274afd7a to 0e87d51b5e32 (1 revision) (cla: yes, waiting for tree to go green)

91352 Roll Plugins from 0558169b8930 to cd5dc3ba4c54 (1 revision) (cla: yes, waiting for tree to go green)

91353 Clear asset manager caches on memory pressure (framework, cla: yes, waiting for tree to go green)

91355 Roll Engine from 0e87d51b5e32 to f967ebb685d8 (1 revision) (cla: yes, waiting for tree to go green)

91362 Remove duplicate comments in TextEditingActionTarget (a: text input, framework, cla: yes, waiting for tree to go green)

91386 Roll Engine from f967ebb685d8 to c877eb878faf (3 revisions) (cla: yes, waiting for tree to go green)

91389 Conditionally apply clipping in StretchingOverscrollIndicator (a: text input, framework, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3), will affect goldens)

91394 Roll Engine from c877eb878faf to 6a00ce51c266 (3 revisions) (cla: yes, waiting for tree to go green)

91395 Roll Engine from 6a00ce51c266 to 21fb38029fbf (1 revision) (cla: yes, waiting for tree to go green)

91396 Update SystemUIOverlayStyle to support null contrast enforcement (framework, cla: yes, waiting for tree to go green)

91398 Roll Engine from 21fb38029fbf to e914da14f101 (1 revision) (cla: yes, waiting for tree to go green)

91401 Roll Plugins from cd5dc3ba4c54 to 174f140651e9 (1 revision) (cla: yes, waiting for tree to go green)

91403 Roll Engine from e914da14f101 to dec9b8677c77 (1 revision) (cla: yes, waiting for tree to go green)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91429 Roll Engine from dec9b8677c77 to 5ed6b7f37cdc (2 revisions) (cla: yes, waiting for tree to go green)

91431 Roll Engine from 5ed6b7f37cdc to c871051521db (1 revision) (cla: yes, waiting for tree to go green)

91436 [flutter_tools] add working directory to ProcessException when pub get fails (tool, cla: yes, waiting for tree to go green)

91439 Revert "Remove autovalidate deprecations" (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91442 Roll Engine from c871051521db to b825bf8c987b (4 revisions) (cla: yes, waiting for tree to go green)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91445 added conductor_status widget (team, cla: yes, waiting for tree to go green)

91446 Roll Engine from b825bf8c987b to 63e52965035a (2 revisions) (cla: yes, waiting for tree to go green)

91451 Roll Engine from 63e52965035a to 76c8115c6d61 (2 revisions) (cla: yes, waiting for tree to go green)

91453 Remove extensions (framework, f: material design, cla: yes, waiting for tree to go green)

91454 Roll Engine from 76c8115c6d61 to 8d64613c9b4b (1 revision) (cla: yes, waiting for tree to go green)

91455 Migrate android build target to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91465 Roll Engine from 8d64613c9b4b to a2773d5ec3c3 (3 revisions) (cla: yes, waiting for tree to go green)

91479 [flutter_localizations] fix README links (framework, a: internationalization, cla: yes, waiting for tree to go green)

91498 Fixed a very small typo in code comments. (framework, f: scrolling, cla: yes, waiting for tree to go green)

91503 Roll Engine from a2773d5ec3c3 to 7007e5249707 (1 revision) (cla: yes, waiting for tree to go green)

91506 Scrollbar shouldRepaint to respect the shape (framework, f: scrolling, cla: yes, waiting for tree to go green)

91510 Roll Engine from 7007e5249707 to af34f7b267fe (2 revisions) (cla: yes, waiting for tree to go green)

91515 Roll Plugins from 174f140651e9 to 5117a3fcd106 (1 revision) (cla: yes, waiting for tree to go green)

91516 Migrate crash_reporting and github_template (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91518 Roll Engine from af34f7b267fe to 597516c2fe80 (1 revision) (cla: yes, waiting for tree to go green)

91522 Roll Engine from 597516c2fe80 to 2d8b3571d074 (3 revisions) (cla: yes, waiting for tree to go green)

91527 Document why some lints aren't enabled and fix some minor issues. (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

91528 Roll Plugins from 5117a3fcd106 to c254963c1e2b (1 revision) (cla: yes, waiting for tree to go green)

91529 [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (tool, cla: yes, waiting for tree to go green)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91549 Roll Engine from 2d8b3571d074 to 07ba8fd075d6 (6 revisions) (cla: yes, waiting for tree to go green)

91563 Roll Engine from 07ba8fd075d6 to 947d54d3e607 (1 revision) (cla: yes, waiting for tree to go green)

91567 Enable only_throw_errors (a: tests, team, tool, framework, cla: yes, d: examples, waiting for tree to go green)

91573 Enable prefer_relative_imports and fix files. (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91593 Do not output the error msg to the console when run a throwable test (a: tests, framework, f: material design, cla: yes, waiting for tree to go green, a: error message)

91609 Add TooltipVisibility widget (framework, f: material design, cla: yes, waiting for tree to go green)

91620 Fix visual overflow when overscrolling RenderShrinkWrappingViewport (framework, f: scrolling, cla: yes, waiting for tree to go green, will affect goldens)

91626 Mark Mac_android run_release_test to be flaky (cla: yes, waiting for tree to go green)

91629 Roll Engine from 947d54d3e607 to e3655025cb0e (15 revisions) (cla: yes, waiting for tree to go green)

91632 [flutter_tools] migrate web_device.dart to null-safety (tool, cla: yes, waiting for tree to go green)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91644 Roll Engine from e3655025cb0e to 24363d08556e (1 revision) (cla: yes, waiting for tree to go green)

91645 Roll Engine from 24363d08556e to 7a666ecc6e55 (4 revisions) (cla: yes, waiting for tree to go green)

91653 Enable depend_on_referenced_packages lint (team, cla: yes, waiting for tree to go green, integration_test)

91658 Roll Engine from 7a666ecc6e55 to ad33adfa6ba2 (4 revisions) (cla: yes, waiting for tree to go green)

91659 Add some more new lints (team, cla: yes, waiting for tree to go green, integration_test)

91687 Add owners for .ci.yaml (cla: yes, waiting for tree to go green)

91688 Roll Engine from ad33adfa6ba2 to 96831061087b (7 revisions) (cla: yes, waiting for tree to go green)

91691 [codeowners] Remove *_builders.json ownership (cla: yes, waiting for tree to go green)

91692 Roll Engine from 96831061087b to 07ec40742e22 (2 revisions) (cla: yes, waiting for tree to go green)

91697 Roll Engine from 07ec40742e22 to f27fab4f4330 (2 revisions) (cla: yes, waiting for tree to go green)

91704 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91705 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91707 Roll Engine from f27fab4f4330 to adf8fa751589 (1 revision) (cla: yes, waiting for tree to go green)

91712 Roll Engine from adf8fa751589 to 6755b4884d7b (3 revisions) (cla: yes, waiting for tree to go green)

91713 Enable Mac plugin_test_ios in prod (cla: yes, waiting for tree to go green)

91718 Roll Engine from 6755b4884d7b to 201e2542a61f (1 revision) (cla: yes, waiting for tree to go green)

91725 Roll Engine from 201e2542a61f to 057983c49c6c (1 revision) (cla: yes, waiting for tree to go green)

91727 Roll Engine from 057983c49c6c to 4b08a8c8cc16 (2 revisions) (cla: yes, waiting for tree to go green)

91728 Roll Engine from 4b08a8c8cc16 to c7f301f16e15 (1 revision) (cla: yes, waiting for tree to go green)

91730 Roll Engine from c7f301f16e15 to 6db4d60f7906 (1 revision) (cla: yes, waiting for tree to go green)

91734 Roll Engine from 6db4d60f7906 to da5bd058543f (1 revision) (cla: yes, waiting for tree to go green)

91736 Run "flutter update-packages --force-upgrade" to get latest DDS (team, cla: yes, waiting for tree to go green)

91750 Roll Engine from da5bd058543f to b1a886d30084 (1 revision) (cla: yes, waiting for tree to go green)

91753 Remove unused offset from Layer.addToScene/addChildrenToScene (framework, cla: yes, waiting for tree to go green)

91761 Roll Engine from b1a886d30084 to 8c9dc9427749 (1 revision) (cla: yes, waiting for tree to go green)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91764 Roll Engine from 8c9dc9427749 to 2cdac43baf2a (2 revisions) (cla: yes, waiting for tree to go green)

91765 Roll Engine from 2cdac43baf2a to c432592e048d (1 revision) (cla: yes, waiting for tree to go green)

91769 Release Desktop UI Repo Info Widget (team, cla: yes, waiting for tree to go green)

91773 Add local engine flag support to the SkSL caching performance benchmark scripts (team, cla: yes, waiting for tree to go green)

91781 Roll Plugins from c254963c1e2b to 6716d75c08cb (1 revision) (cla: yes, waiting for tree to go green)

91789 Improve error message for when you're not running chromedriver (tool, cla: yes, waiting for tree to go green)

91794 Roll Engine from c432592e048d to 4a13531f8ca9 (9 revisions) (cla: yes, waiting for tree to go green)

91796 Roll Plugins from 6716d75c08cb to 176cfb8083bc (1 revision) (cla: yes, waiting for tree to go green)

91799 Roll Engine from 4a13531f8ca9 to ea7fa6a65f96 (1 revision) (cla: yes, waiting for tree to go green)

91802 Add a "flutter debug_adapter" command that runs a DAP server (tool, cla: yes, waiting for tree to go green)

91817 Roll Engine from ea7fa6a65f96 to 5bc9385e015a (1 revision) (cla: yes, waiting for tree to go green)

91820 Roll Engine from 5bc9385e015a to 21f6725f2cf3 (2 revisions) (cla: yes, waiting for tree to go green)

91823 Deflake Mac plugin_test_ios (cla: yes, waiting for tree to go green)

91827 _CastError on Semantics copy in release mode (a: text input, framework, cla: yes, waiting for tree to go green)

91828 Roll Engine from 21f6725f2cf3 to 8a1879464840 (2 revisions) (cla: yes, waiting for tree to go green)

91829 Minor doc fix for CupertinoTabBar (framework, cla: yes, f: cupertino, waiting for tree to go green)

91834 Fix ScrollBehavior copyWith (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

91836 Roll Engine from 8a1879464840 to 8034050e7810 (2 revisions) (cla: yes, waiting for tree to go green)

91848 Add missing debug vars to debugAssertAllRenderVarsUnset (framework, cla: yes, waiting for tree to go green)

91856 Rewire all Dart entrypoints when the Dart plugin registrant is used. (tool, cla: yes, waiting for tree to go green)

91898 Add missing transform == check for gradients (framework, cla: yes, waiting for tree to go green)

91916 Roll Engine from 60d0fdfa2232 to 13e4ba56398a (2 revisions) (cla: yes, waiting for tree to go green)

91920 Roll Engine from 13e4ba56398a to 77a9af74beb7 (2 revisions) (cla: yes, waiting for tree to go green)

91928 Roll Engine from 77a9af74beb7 to f6ad5636f117 (1 revision) (cla: yes, waiting for tree to go green)

91930 Revert "Remove BottomNavigationBarItem.title deprecation" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91932 Roll Engine from f6ad5636f117 to faa45f497f92 (2 revisions) (cla: yes, waiting for tree to go green)

91938 Roll Plugins from 176cfb8083bc to 9e46048ad2e1 (1 revision) (cla: yes, waiting for tree to go green)

91995 Fix typo in code comments (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

92019 Marks Linux_android flutter_gallery__image_cache_memory to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92022 Bump Android Compile SDK to 31 (team, tool, cla: yes, waiting for tree to go green, integration_test)

92032 [keyboard_textfield_test] wait until the keyboard becomes visible (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92039 Fix persistentFooter padding (framework, f: material design, cla: yes, waiting for tree to go green)

92052 Bump Kotlin version in templates and projects (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

92055 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92056 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92059 Roll Plugins from 9e46048ad2e1 to aae841aa5a70 (1 revision) (cla: yes, waiting for tree to go green)

92062 feat: migrate install_manifest.dart to null-safety (tool, cla: yes, waiting for tree to go green)

92064 [flutter_conductor] validate git parsed version and release branch match (team, cla: yes, waiting for tree to go green)

92065 Remove sandbox entitlement to allow tests to run on big sur. (team, cla: yes, waiting for tree to go green, integration_test, warning: land on red to fix tree breakage)

92066 Add android:exported property to support API 31 for deferred components test (team, cla: yes, waiting for tree to go green, integration_test)

92082 Roll Engine from faa45f497f92 to 910395ef686f (9 revisions) (cla: yes, waiting for tree to go green)

92090 Reland "Add TooltipVisibility widget" (framework, f: material design, cla: yes, waiting for tree to go green)

92099 Roll Engine from 910395ef686f to 9830def3a494 (2 revisions) (cla: yes, waiting for tree to go green)

92110 Roll Plugins from aae841aa5a70 to fbb7d3aa514b (1 revision) (cla: yes, waiting for tree to go green)

92118 Set exported to true to allow external adb to start app for CI (team, cla: yes, waiting for tree to go green, integration_test)

92122 [ci.yaml] Only run test ownership on tot (cla: yes, waiting for tree to go green)

92124 Migrate mdns_discovery and ios simulator to null safety (a: text input, tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92125 Roll Plugins from fbb7d3aa514b to 3bffbf87fe96 (1 revision) (cla: yes, waiting for tree to go green)

92126 Roll Engine from 9830def3a494 to 112fb84b5dc1 (4 revisions) (cla: yes, waiting for tree to go green)

92128 Migrate android_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92131 Migrate doctor to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92141 Add devicelab benchmark tags support (team, cla: yes, waiting for tree to go green)

92143 Roll Plugins from 3bffbf87fe96 to fecd22e1de55 (1 revision) (cla: yes, waiting for tree to go green)

92146 Roll Engine from 112fb84b5dc1 to e6a4610ebd4c (6 revisions) (cla: yes, waiting for tree to go green)

92147 Migrate integration test shard test data to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92151 Roll Engine from e6a4610ebd4c to 115c859b2cfb (2 revisions) (cla: yes, waiting for tree to go green)

92158 Roll Engine from 115c859b2cfb to 9594a68aa2b9 (2 revisions) (cla: yes, waiting for tree to go green)

92192 Roll Plugins from fecd22e1de55 to b8aea6d0e73d (3 revisions) (cla: yes, waiting for tree to go green)

92193 Roll Engine from 9594a68aa2b9 to 88428f36db1d (4 revisions) (cla: yes, waiting for tree to go green)

92204 Roll Engine from 88428f36db1d to d54f439cdae5 (1 revision) (cla: yes, waiting for tree to go green)

92211 remove Downloading ... stderr messages (tool, cla: yes, waiting for tree to go green)

92213 Roll Engine from d54f439cdae5 to 69156d8af006 (2 revisions) (cla: yes, waiting for tree to go green)

92214 Roll Plugins from b8aea6d0e73d to cdbd62b4185e (1 revision) (cla: yes, waiting for tree to go green)

92216 [ci.yaml] Main branch support (cla: yes, waiting for tree to go green)

92218 [ci.yaml] Explicitly use scheduler==luci (cla: yes, waiting for tree to go green)

92219 [flutter_conductor] remove old conductor entrypoint (team, cla: yes, waiting for tree to go green)

92222 Roll Engine from 69156d8af006 to 8c38444e64ad (1 revision) (cla: yes, waiting for tree to go green)

92223 Roll Engine from 8c38444e64ad to f4b81b133eba (3 revisions) (cla: yes, waiting for tree to go green)

92224 Roll Plugins from cdbd62b4185e to c85fa03771ca (1 revision) (cla: yes, waiting for tree to go green)

92230 Roll Engine from f4b81b133eba to 1c173ca64de8 (3 revisions) (cla: yes, waiting for tree to go green)

92233 Roll Engine from 1c173ca64de8 to ce74cbc3ce63 (1 revision) (cla: yes, waiting for tree to go green)

92237 Roll Engine from ce74cbc3ce63 to d4e270979102 (2 revisions) (cla: yes, waiting for tree to go green)

92239 Roll Engine from d4e270979102 to e83934323379 (1 revision) (cla: yes, waiting for tree to go green)

92245 Fix typos (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92246 Roll Engine from e83934323379 to 6c28e5f004cd (1 revision) (cla: yes, waiting for tree to go green)

92253 Roll Engine from 6c28e5f004cd to 5ab9c83d7dc8 (1 revision) (cla: yes, waiting for tree to go green)

92269 Roll Engine from 5ab9c83d7dc8 to d8a54333e57b (2 revisions) (cla: yes, waiting for tree to go green)

92271 Ignore analyzer implict dynamic checks for js_util generic return type (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92277 [web] fix web_e2e_tests README (team, cla: yes, waiting for tree to go green, integration_test)

92281 Update the version of no-response bot. (cla: yes, waiting for tree to go green)

92282 Roll Plugins from c85fa03771ca to 5eec1e61d40c (1 revision) (cla: yes, waiting for tree to go green)

92284 Roll Plugins from 5eec1e61d40c to 7df7a8f71a85 (1 revision) (cla: yes, waiting for tree to go green)

92293 Roll Plugins from 7df7a8f71a85 to 99fbfbd56fe4 (1 revision) (cla: yes, waiting for tree to go green)

92295 Remove assert that prevents WidgetSpans from being used in SelectableText (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92303 [web] fix race in the image_loading_integration.dart test (team, cla: yes, waiting for tree to go green, integration_test)

92304 Roll Plugins from 99fbfbd56fe4 to 4b6b6b24c7a5 (2 revisions) (cla: yes, waiting for tree to go green)

92305 [web] use local CanvasKit bundle in all e2e tests (team, cla: yes, waiting for tree to go green, integration_test)

92311 Roll Engine from d8a54333e57b to e898106f5306 (10 revisions) (cla: yes, waiting for tree to go green)

92313 Roll Engine from e898106f5306 to a86ce6b22fa8 (1 revision) (cla: yes, waiting for tree to go green)

92332 Roll Engine from a86ce6b22fa8 to dcce9739126c (1 revision) (cla: yes, waiting for tree to go green)

92367 Roll Engine from dcce9739126c to ebe877f54e81 (1 revision) (cla: yes, waiting for tree to go green)

92368 Roll Engine from ebe877f54e81 to d39266a72a4f (1 revision) (cla: yes, waiting for tree to go green)

92390 Roll Engine from d39266a72a4f to c80cc613a85c (1 revision) (cla: yes, waiting for tree to go green)

92396 Roll Engine from c80cc613a85c to e39989b36af2 (1 revision) (cla: yes, waiting for tree to go green)

92401 Roll Engine from e39989b36af2 to 35ebc10913ce (2 revisions) (cla: yes, waiting for tree to go green)

92420 Roll Plugins from 4b6b6b24c7a5 to 94b836eca365 (1 revision) (cla: yes, waiting for tree to go green)

92423 Marks Mac_ios platform_view_ios__start_up to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92428 Roll Engine from 35ebc10913ce to 4797fb0111d7 (1 revision) (cla: yes, waiting for tree to go green)

92432 Roll Engine from 4797fb0111d7 to 65af9702699c (1 revision) (cla: yes, waiting for tree to go green)

92441 Roll Engine from 65af9702699c to f9bd71bf13bb (3 revisions) (cla: yes, waiting for tree to go green)

92442 [ci.yaml] Disable plugins_test on release branches (cla: yes, waiting for tree to go green)

92446 Update dartdoc to 4.1.0. (team, cla: yes, waiting for tree to go green)

92450 Improve how AttributedStrings are presented in the widget inspector (framework, a: accessibility, cla: yes, waiting for tree to go green)

92455 Roll Engine from f9bd71bf13bb to 925bae45ee95 (3 revisions) (cla: yes, waiting for tree to go green)

92486 fix a throw due to double precison (framework, f: material design, cla: yes, waiting for tree to go green)

92508 Run flutter tester with arch -x86_64 on arm64 Mac (tool, platform-mac, cla: yes, waiting for tree to go green, platform-host-arm)

92516 [release_dashboard] Remove project (team, cla: yes, waiting for tree to go green)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

92530 Add extra benchmark metrics to test name in addition to builder name (team, cla: yes, waiting for tree to go green, team: benchmark)

92534 Remove the pub offline flag from tests of the flutter_tools create command (tool, cla: yes, waiting for tree to go green)

92539 Roll Engine from 925bae45ee95 to fbad0fda670f (20 revisions) (cla: yes, waiting for tree to go green)

92546 Roll Plugins from 94b836eca365 to 0d330943941a (3 revisions) (cla: yes, waiting for tree to go green)

92554 Roll Engine from fbad0fda670f to 8948972d65c4 (5 revisions) (cla: yes, waiting for tree to go green)

92557 feat: migrate ios/bitcode.dart to null safety (tool, cla: yes, waiting for tree to go green)

92558 Roll Engine from 8948972d65c4 to 38203d211aba (2 revisions) (cla: yes, waiting for tree to go green)

92576 Roll Engine from 38203d211aba to 1e96a7773a13 (1 revision) (cla: yes, waiting for tree to go green)

92580 Roll Engine from 1e96a7773a13 to 21cc99dad491 (1 revision) (cla: yes, waiting for tree to go green)

92585 Roll Plugins from 0d330943941a to 42364e49fc25 (1 revision) (cla: yes, waiting for tree to go green)

92588 Roll Engine from 21cc99dad491 to 9461262f6c0c (2 revisions) (cla: yes, waiting for tree to go green)

92592 Roll Engine from 9461262f6c0c to 6ffe7888ec27 (4 revisions) (cla: yes, waiting for tree to go green)

92598 Leader not always dirty (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92600 Roll Engine from 6ffe7888ec27 to 883518c02f24 (1 revision) (cla: yes, waiting for tree to go green)

92604 [flutter_tools] xcresult parser. (tool, cla: yes, waiting for tree to go green, t: xcode)

92609 Roll Plugins from 42364e49fc25 to 984015dffebb (1 revision) (cla: yes, waiting for tree to go green)

92610 Roll Engine from 883518c02f24 to bb173be329fe (2 revisions) (cla: yes, waiting for tree to go green)

92614 Blinking cursor respects TickerMode (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92618 Roll Plugins from 984015dffebb to 93f04832c622 (5 revisions) (cla: yes, waiting for tree to go green)

92619 Roll Engine from bb173be329fe to 4c4b773e7ef5 (3 revisions) (cla: yes, waiting for tree to go green)

92624 Roll Engine from 4c4b773e7ef5 to 3b091cdebee3 (1 revision) (cla: yes, waiting for tree to go green)

92626 Feature/cpu gpu memory gallery transition tests (team, cla: yes, waiting for tree to go green)

92633 feat: migrate macos/macos_device.dart to null safety (tool, cla: yes, waiting for tree to go green)

92638 Roll Engine from 3b091cdebee3 to 0e0848e2fc04 (4 revisions) (cla: yes, waiting for tree to go green)

92646 feat: migrate test_data/project.dart to null safety (tool, cla: yes, waiting for tree to go green)

92647 [flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait (tool, cla: yes, waiting for tree to go green)

92649 Roll Engine from 0e0848e2fc04 to 450513574bcc (3 revisions) (cla: yes, waiting for tree to go green)

92668 Roll Engine from 450513574bcc to c9dda84396f2 (1 revision) (cla: yes, waiting for tree to go green)

92670 Update Data Table Class with Borders Like Table Widgets (#36837) (framework, f: material design, cla: yes, waiting for tree to go green)

92677 Roll Plugins from 93f04832c622 to 34ea0c3c1a09 (1 revision) (cla: yes, waiting for tree to go green)

92680 Roll Engine from c9dda84396f2 to 191b18d49026 (3 revisions) (cla: yes, waiting for tree to go green)

92684 Roll Engine from 191b18d49026 to 9295037358f5 (1 revision) (cla: yes, waiting for tree to go green)

92688 Roll Engine from 9295037358f5 to 37f1b478eed3 (1 revision) (cla: yes, waiting for tree to go green)

92690 Roll Plugins from 34ea0c3c1a09 to 03622197cc1e (1 revision) (cla: yes, waiting for tree to go green)

92691 Roll Engine from 37f1b478eed3 to a04ec3aaa6f1 (3 revisions) (cla: yes, waiting for tree to go green)

92694 Roll Engine from a04ec3aaa6f1 to ddf4bd598eb3 (3 revisions) (cla: yes, waiting for tree to go green)

92702 Roll Engine from ddf4bd598eb3 to 3a0a63c2d209 (12 revisions) (cla: yes, waiting for tree to go green)

92724 Roll Plugins from 03622197cc1e to e51cc1df7b75 (1 revision) (cla: yes, waiting for tree to go green)

92847 Roll Engine from e781ed8b2980 to 7cee46cca464 (6 revisions) (cla: yes, waiting for tree to go green)

framework - 306 pull request(s)

#

65015 PageView resize from zero-size viewport should not lose state (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: state restoration)

75110 use FadeTransition instead of Opacity where applicable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

82670 Android Q transition by default (framework, f: material design, cla: yes, waiting for tree to go green)

83028 Fix comments (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, documentation)

83047 [Material 3] Add Navigation Bar component to flutter framework. (framework, f: material design, cla: yes, waiting for tree to go green)

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

84394 Add Snapping Behavior to DraggableScrollableSheet (severe: new feature, team, framework, f: scrolling, cla: yes, d: examples, waiting for tree to go green)

84946 Fixed mouse cursor of disabled IconButton (framework, f: material design, cla: yes)

84993 fix: Preserve state in horizontal stepper (framework, f: material design, cla: yes, waiting for tree to go green)

85482 Fix avoid_renaming_method_parameters for pending analyzer change. (team, framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

85652 [new feature] Add support for a RawScrollbar.shape (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green)

85653 Keyboard text selection and wordwrap (a: text input, framework, cla: yes)

85718 Fix scale delta docs and calculation (framework, cla: yes)

85743 Overridable action (framework, cla: yes, waiting for tree to go green)

86067 add margin to vertical stepper (framework, f: material design, cla: yes, waiting for tree to go green)

86312 [autofill] opt-out instead of opt-in (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

86555 ImageInfo adds a new getter named sizeBytes to decouple ImageCache and ui.Image (severe: new feature, framework, cla: yes, a: images)

86736 Text Editing Model Refactor (framework, f: material design, cla: yes, f: cupertino, work in progress; do not review)

86796 [EditableText] preserve selection/composition range on unfocus (framework, f: material design, cla: yes, waiting for tree to go green)

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

86986 Migration text selection manipulation. (framework, cla: yes)

87076 Add a hook for scroll position to notify scrolling context when dimen… (a: tests, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

87109 TextField.autofocus should skip the element that never layout (framework, f: material design, cla: yes, waiting for tree to go green)

87172 Adding onLongPress for DataRow (framework, f: material design, cla: yes)

87197 Add RichText support to find.text() (a: tests, severe: new feature, framework, cla: yes)

87231 Switch document generation to use the snippets package (team, framework, f: material design, cla: yes, f: cupertino)

87280 Extract Sample code into examples/api (team, framework, f: material design, cla: yes, f: cupertino, d: examples)

87294 Home/End key support for Linux (framework, cla: yes)

87297 Reattempt: Restores surface size and view configuration in the postTest of test binding (a: tests, framework, cla: yes)

87329 Make kMaterialEdges const (framework, f: material design, cla: yes)

87404 Fix computeMinIntrinsicHeight in _RenderDecoration (framework, f: material design, cla: yes, waiting for tree to go green)

87430 Update TabPageSelector Semantics Label Localization (framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

87557 [NNBD] Update dart preamble code. (framework, f: material design, cla: yes)

87595 Added time picker entry mode callback and tests (framework, f: material design, cla: yes)

87604 Use Device specific gesture configuration for scroll views (a: tests, framework, cla: yes, waiting for tree to go green)

87618 Fix AnimatedCrossFade would focus on a hidden widget (framework, a: animation, cla: yes, f: focus)

87638 Don't display empty tooltips (Tooltips with empty message property) (framework, f: material design, cla: yes, waiting for tree to go green)

87678 hasStrings support for eliminating clipboard notifications (framework, f: material design, cla: yes, f: cupertino)

87693 Revert "update ScrollMetricsNotification" (framework, cla: yes, f: cupertino)

87698 Prevent Scrollbar axis flipping when there is an oriented scroll controller (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: error message)

87700 Updated skipped tests for rendering directory. (team, framework, cla: yes, tech-debt, skip-test)

87707 showModalBottomSheet should not dispose the controller provided by user (framework, f: material design, cla: yes, waiting for tree to go green)

87740 Update MaterialScrollBehavior.buildScrollbar for horizontal axes (framework, f: material design, a: fidelity, f: scrolling, cla: yes, waiting for tree to go green)

87767 Notification doc fixes (framework, cla: yes, waiting for tree to go green)

87775 Fix the showBottomSheet controller leaking (framework, a: animation, f: material design, cla: yes, a: quality, waiting for tree to go green, perf: memory)

87792 Change hitTest signatures to be non-nullable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87801 Fix precision error in NestedScrollView (framework, f: scrolling, cla: yes, waiting for tree to go green)

87818 Reland "update ScrollMetricsNotification (#87421)" (framework, cla: yes, f: cupertino)

87824 Fix null check for content dimensions in page getter (framework, cla: yes, waiting for tree to go green)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

87872 Fix compile error in SliverAppBar sample code (framework, f: material design, cla: yes, waiting for tree to go green)

87873 Updated skipped tests for scheduler directory. (team, framework, cla: yes, tech-debt, skip-test)

87874 Updated skipped tests for services directory. (team, framework, cla: yes, tech-debt, skip-test)

87879 Updated skipped tests for widgets directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test)

87880 Updated skipped tests for flutter_test directory. (a: tests, framework, cla: yes, skip-test)

87901 Changing ElevatedButton.child to be non-nullable (framework, f: material design, cla: yes)

87929 [docs] spelling correction for showModalBottomSheet docs in bottom sheet file (framework, f: material design, cla: yes, waiting for tree to go green)

87949 Small Doc improvements: default value for enableInteractiveSelection. (framework, cla: yes, waiting for tree to go green)

87962 Fix errors in examples (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

87971 [EditableText] call onSelectionChanged only when there are actual selection/cause changes (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87973 [TextInput] minor fixes (framework, cla: yes, waiting for tree to go green)

88019 add ? in Checkbox onChanged property (framework, f: material design, cla: yes, waiting for tree to go green)

88030 Deferred components integration test app (team, platform-android, framework, cla: yes, t: flutter driver, waiting for tree to go green, integration_test)

88067 remove _AbortingSemanticsFragment (framework, cla: yes, waiting for tree to go green)

88071 Revert "Changing ElevatedButton.child to be non-nullable" (framework, f: material design, cla: yes)

88122 Makes PlatformInformationProvider aware of the browser default route … (framework, cla: yes, f: routes, waiting for tree to go green)

88129 Revert "Update MaterialScrollBehavior.buildScrollbar for horizontal axes" (framework, f: material design, cla: yes, waiting for tree to go green)

88152 fix a scrollbar updating bug (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

88153 [Fonts] Improved icons update script (team, framework, f: material design, cla: yes)

88183 Revert "[EditableText] call onSelectionChanged only when there're actual selection/cause changes" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

88190 Fixes renderparagraph crashes due to truncated semantics node (framework, a: accessibility, cla: yes)

88193 Autocomplete: support asynchronous options (a: text input, severe: new feature, framework, cla: yes, waiting for tree to go green)

88251 Animation controller test (framework, cla: yes)

88253 Make structuredErrors to not mess up with onError (framework, cla: yes, a: quality, waiting for tree to go green, a: error message)

88264 Move the documentation for compute to the ComputeImpl typedef (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88268 Removed no-shuffle tag and fixed leak in debug_test.dart (framework, cla: yes)

88293 Revert "Reattempt: Restores surface size and view configuration in the postTest of test binding" (a: tests, framework, cla: yes)

88295 Add theme support for choosing android overscroll indicator (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green)

88301 RefreshProgressIndicator to look native (framework, f: material design, cla: yes, will affect goldens)

88308 clean up stale or unnecessary TODOS (a: tests, team, tool, framework, cla: yes, waiting for tree to go green, tech-debt)

88309 Take DPR into account for image inversion (team, framework, cla: yes, waiting for tree to go green)

88310 Avoid retaining routes when subscriptions are cleared (framework, cla: yes, waiting for tree to go green)

88318 Enable soft transition for tooltip (framework, a: accessibility, cla: yes, waiting for tree to go green)

88342 Fixed leak and removed no-shuffle tag in test/gestures/tap_test.dart (framework, cla: yes, waiting for tree to go green)

88365 Add fixes for AppBar deprecations (team, framework, f: material design, cla: yes, waiting for tree to go green, tech-debt)

88369 Ensure RawImage render object updates (framework, cla: yes)

88373 Fixed leak and removed no-shuffle tag in long_press_test.dart (framework, cla: yes)

88375 Fixed leak and removed no-shuffle tag on scaffold_test.dart (framework, f: material design, cla: yes, waiting for tree to go green)

88376 Fixed leak and removed no-shuffle tag in image_stream_test.dart (framework, cla: yes)

88379 Typo fixes (framework, cla: yes, waiting for tree to go green)

88383 reland disable ideographic script test on web (framework, cla: yes, waiting for tree to go green, CQ+1)

88391 Fix BoxDecoration crash with BorderRadiusDirectional (framework, cla: yes, waiting for tree to go green)

88394 Revert "Android Q transition by default" (framework, f: material design, cla: yes)

88409 Reland "Android Q transition by default (#82670)" (tool, framework, f: material design, cla: yes)

88423 Fixed leak and removed no-shuffle tag in scheduler_test.dart (framework, cla: yes)

88426 Fixed leak and removed no-shuffle tag in ticker_test.dart (framework, cla: yes, waiting for tree to go green)

88427 createTestImage refactor (a: tests, framework, cla: yes, waiting for tree to go green)

88432 Fixed leak and removed no-shuffle tag in platform_channel_test.dart (framework, cla: yes)

88439 fix: typo spelling grammar (a: tests, team, tool, framework, f: material design, cla: yes)

88453 Add missing parameters to DecorationImage (framework, cla: yes)

88455 Reland remove DefaultShaderWarmup (team, framework, cla: yes, d: examples, waiting for tree to go green)

88469 Fixed leak and removed no-shuffle tag in widgets/app_overrides_test.dart (framework, cla: yes)

88477 Framework can receive TextEditingDeltas from engine (framework, f: material design, cla: yes, waiting for tree to go green)

88482 Revert "Reland "Android Q transition by default (#82670)"" (tool, framework, f: material design, cla: yes, waiting for tree to go green)

88534 partial revert of gesture config (framework, cla: yes)

88538 fix: refactor Stepper.controlsBuilder to use ControlsDetails (framework, f: material design, cla: yes)

88539 Add richMessage parameter to the Tooltip widget. (a: tests, framework, f: material design, cla: yes)

88576 fixes DropdownButton ignoring itemHeight in popup menu (#88574) (framework, f: material design, cla: yes, waiting for tree to go green)

88608 partial revert of gesture config (#88534) (framework, cla: yes)

88609 Fix DPR in test view configuration (a: tests, framework, cla: yes, will affect goldens)

88650 Minor PointerExitEvent class docs update :) (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88672 Fix Dismissible confirmDismiss errors (framework, cla: yes)

88697 Blurstyle for boxshadow v2 (framework, cla: yes, waiting for tree to go green, will affect goldens)

88707 reassign jonahwilliams todos (a: tests, team, tool, framework, a: accessibility, cla: yes, waiting for tree to go green)

88736 Add callback when dismiss threshold is reached (framework, cla: yes, waiting for tree to go green)

88738 Fix empty textspan with spell out crashes (framework, cla: yes, waiting for tree to go green)

88761 feat: add Image support to finder (a: tests, framework, cla: yes, waiting for tree to go green)

88784 Fixed leak and removed no-shuffle tag in binding_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88814 Fixes listview shrinkwrap and hidden semantics node gets updated incorrectly. (framework, cla: yes, waiting for tree to go green)

88819 Add WidgetsFlutterBinding Assertion to setMethodCallHandler (framework, cla: yes, waiting for tree to go green)

88822 Document AssetBundle loadString Decoding Behavior (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88824 Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88825 Use async timeline events for the phases of the scheduler binding (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

88857 Fixed leak and removed no-shuffle tag in widgets/debug_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88877 Fixed leak and removed no-shuffle tag in platform_view_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88878 Fix index of TabBarView when decrementing (framework, f: material design, cla: yes)

88881 Fixed leak and removed no-shuffle tag in routes_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88886 Revert "Fixes listview shrinkwrap and hidden semantics node gets upda… (framework, cla: yes, waiting for tree to go green)

88889 Revert "Fix DPR in test view configuration" (a: tests, framework, cla: yes)

88893 Updated some skip test comments that were missed in the audit. (team, framework, f: material design, cla: yes, tech-debt, skip-test)

88900 Fixed leak and removed no-shuffle tag in scroll_aware_image_provider_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88926 Fix typos and formatting in framework.dart (framework, cla: yes, waiting for tree to go green)

88933 Fixed leak and removed no-shuffle tag in dismissible_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88935 Workaround rounding erros in cupertino nav bar transition (framework, cla: yes, f: cupertino, waiting for tree to go green)

88967 Fix KeyboardManager's synthesization (framework, cla: yes)

88984 [Material] Allow for custom alignment for Dialogs (framework, f: material design, cla: yes)

88989 Add no-shuffle tag to platform_channel_test.dart (a: tests, team, framework, cla: yes, team: infra)

89011 Update mouse_cursor.dart docs for winuwp cursor (framework, cla: yes, waiting for tree to go green)

89020 feat: widget finders add widgetWithImage method (a: tests, framework, cla: yes, waiting for tree to go green)

89021 Add smoke tests for all the examples, fix 17 broken examples. (team, tool, framework, f: material design, cla: yes, f: cupertino, d: examples)

89025 Fix Stack references in Overlay docs (framework, cla: yes, waiting for tree to go green)

89062 Fix (Vertical)Divider samples & docs (team, framework, f: material design, cla: yes, d: examples, waiting for tree to go green)

89064 Fix RadioThemeData documentation issues (framework, f: material design, cla: yes, waiting for tree to go green)

89073 Prevent exceptions in _describeRelevantUserCode from hiding other exceptions (framework, cla: yes, waiting for tree to go green)

89076 Add all cubics to Cubic class doc (framework, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

89079 Add & improve DropdownButtonFormField reference to DropdownButton (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89117 Fix text field naming (framework, cla: yes, f: cupertino, waiting for tree to go green)

89184 Reland "Fixes listview shrinkwrap and hidden semantics node gets upda… (framework, cla: yes, waiting for tree to go green)

89199 fix a dropdown button menu position bug (framework, f: material design, cla: yes, waiting for tree to go green)

89237 Add ability to customize drawer shape and color as well as theme drawer properties (framework, f: material design, cla: yes, waiting for tree to go green)

89242 Update StretchingOverscrollIndicator for reversed scrollables (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, will affect goldens, a: annoyance)

89264 Make sure Opacity widgets/layers do not drop the offset (framework, f: material design, cla: yes, will affect goldens)

89315 Avoid pointer collision in navigator_test (framework, cla: yes)

89327 Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic (framework, cla: yes, waiting for tree to go green)

89331 Use rootOverlay for CupertinoContextMenu (framework, cla: yes, f: cupertino, waiting for tree to go green)

89335 fix a DraggableScrollableSheet bug (framework, cla: yes, waiting for tree to go green)

89353 [CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (framework, f: material design, cla: yes, waiting for tree to go green)

89362 fix a BottomSheet nullable issue (framework, f: material design, cla: yes, waiting for tree to go green)

89369 Add semanticsLabel to SelectableText (framework, f: material design, cla: yes)

89386 Issue 88543: TextField labelText doesn't get hintTextStyle when labelTextStyle is non-null Fixed (framework, f: material design, cla: yes)

89393 Add raster cache metrics to timeline summaries (a: tests, team, framework, cla: yes, waiting for tree to go green)

89436 typo fixed in Wrap.debugFillProperties for crossAxisAlignment (framework, cla: yes)

89441 Document platform channel FIFO ordering guarantee (framework, cla: yes, waiting for tree to go green)

89477 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (a: tests, team, framework, cla: yes, t: flutter driver, waiting for tree to go green, tech-debt)

89485 Fixed several typos (a: tests, team, tool, framework, f: material design, cla: yes, waiting for tree to go green)

89515 [TextPainter] Don't invalidate layout cache for paint only changes (framework, cla: yes, waiting for tree to go green)

89604 Implement operator = and hashcode for CupertinoThemeData (framework, cla: yes, f: cupertino, waiting for tree to go green)

89641 Fix document of the switch (framework, f: material design, cla: yes)

89667 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration" (framework, f: material design, cla: yes, waiting for tree to go green)

89670 Revert "Implement operator = and hashcode for CupertinoThemeData" (framework, f: material design, cla: yes, f: cupertino)

89675 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" … (framework, f: material design, cla: yes)

89699 Skip the drawShadow call in a MergeableMaterial with zero elevation (framework, f: material design, cla: yes, waiting for tree to go green)

89700 Update ScaffoldMessenger docs for MaterialBanners (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89782 master->main default branch migration (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89795 Remove "unnecessary" imports from packages/ (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89822 Revert "Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)" (framework, f: material design, cla: yes)

89861 Restore the default value of scrollDirection after each test in dismissible_test (framework, cla: yes)

89870 Clean up dismissable_test to be less fragile (framework, cla: yes)

89885 Revert clamping scroll simulation changes (severe: regression, team, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

89952 Remove our extra timeout logic. (a: tests, team, framework, a: accessibility, cla: yes, waiting for tree to go green)

89997 Revert "Removed default page transitions for desktop and web platforms. (#82596)" (framework, f: material design, cla: yes)

89999 Revert "Make sure Opacity widgets/layers do not drop the offset" (framework, cla: yes, waiting for tree to go green)

90012 InteractiveViewer with a child of zero size (framework, cla: yes)

90017 Opacity fix (framework, cla: yes)

90067 Initialize all bindings before starting the text_editing_action_target test suite (framework, cla: yes)

90072 Update local gold api (a: tests, framework, cla: yes)

90075 Fixes dialog title announce twice (framework, f: material design, cla: yes, waiting for tree to go green)

90081 Update docs for edge to edge (platform-android, framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

90089 Revert "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" (framework, cla: yes, waiting for tree to go green)

90097 Allow Developers to Stop Navigator From Requesting Focus (framework, cla: yes, waiting for tree to go green)

90136 Exclude semantics is semanticslabel is present for SelectableText (framework, f: material design, cla: yes, waiting for tree to go green)

90143 Opacity fix (#90017) (framework, cla: yes)

90154 Update md5 method in flutter_goldens_client (a: tests, team, framework, cla: yes, waiting for tree to go green)

90168 Reuse a TimelineTask for the scheduler frame and animate events (framework, cla: yes, waiting for tree to go green)

90204 fix draggable_scrollable_sheet_test.dart (framework, cla: yes, waiting for tree to go green)

90205 Create DeltaTextInputClient (framework, cla: yes)

90211 Reland "Make FilteringTextInputFormatter's filtering Selection/Composing Region agnostic" #89327 (framework, cla: yes, waiting for tree to go green)

90215 Fix overflow in stretching overscroll (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, customer: money (g3), a: layout)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

90281 [flutter_releases] Flutter stable 2.5.1 Framework Cherrypicks (team, framework, engine, f: material design, a: accessibility, cla: yes)

90291 Add more tests for dart fixes (team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90293 Remove FloatingHeaderSnapConfiguration.vsync deprecation (team, framework, severe: API break, f: scrolling, cla: yes, waiting for tree to go green, tech-debt)

90294 Remove AndroidViewController.id deprecation (team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90296 Remove deprecated text input formatting classes (a: text input, team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90311 Fix some scrollbar track and border painting issues (framework, f: material design, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green)

90354 Make DraggableScrollableSheet Reflect Parameter Updates (framework, cla: yes, waiting for tree to go green)

90380 Material banner updates (framework, f: material design, cla: yes)

90406 Revert "Issue 88543: TextField labelText doesn't get hintTextStyle when labelTextStyle is non-null Fixed" (framework, f: material design, cla: yes, waiting for tree to go green)

90419 Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green, a: layout)

90423 Add clipBeheavior support to TextFields (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

90457 Fix tooltip so only one shows at a time when hovering (framework, f: material design, cla: yes, waiting for tree to go green)

90464 Fix Chip tooltip so that useDeleteButtonTooltip only applies to the delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90526 Unskip some editable tests on web (a: text input, framework, cla: yes, a: typography, platform-web, waiting for tree to go green)

90531 Fix various problems with Chip delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90629 Fix nested stretch overscroll (a: tests, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3))

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

90688 make Elevated&Outlined&TextButton support onHover&onFocus callback (framework, f: material design, cla: yes)

90692 Add DDC regression test. (framework, cla: yes, waiting for tree to go green)

90703 Correct notch geometry when MediaQuery padding.top is non-zero (severe: regression, framework, f: material design, cla: yes, a: layout)

90739 - add FadeInImage.placeholderFit (framework, cla: yes, waiting for tree to go green)

90826 Handle invalid selection in TextEditingActionTarget (framework, cla: yes)

90843 Add external focus node constructor to Focus widget (framework, cla: yes, f: focus)

90845 Adjust size of delete button to take up at most less than half of chip. (framework, f: material design, cla: yes)

90909 Revert "Fix tooltip so only one shows at a time when hovering (#90457)" (framework, f: material design, cla: yes)

90917 Reland: "Fix tooltip so only one shows at a time when hovering (#90457)" (framework, f: material design, cla: yes)

90986 TextStyle.apply,copyWith,merge should support a package parameter (a: text input, framework, f: material design, cla: yes)

91046 [SwitchListTile] Adds hoverColor to SwitchListTile (framework, f: material design, cla: yes, waiting for tree to go green)

91051 Add a warning about Icon.size to IconButton (framework, f: material design, cla: yes, waiting for tree to go green)

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91078 Enable avoid_implementing_value_types lint (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

91124 Use recently introduced Isolate.exit() in compute implementation (framework, cla: yes)

91129 Fix ActivateIntent overriding the spacebar for text entry (a: text input, framework, cla: yes, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91182 Added support for MaterialState to InputDecorator (framework, f: material design, cla: yes)

91187 Making AnimatedCrossFade more null safe (framework, cla: yes, waiting for tree to go green)

91239 Replace all BorderRadius.circular with const BorderRadius.all (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91349 The covered child in AnimatedCrossFade should not get touch events (framework, cla: yes, waiting for tree to go green)

91353 Clear asset manager caches on memory pressure (framework, cla: yes, waiting for tree to go green)

91362 Remove duplicate comments in TextEditingActionTarget (a: text input, framework, cla: yes, waiting for tree to go green)

91389 Conditionally apply clipping in StretchingOverscrollIndicator (a: text input, framework, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3), will affect goldens)

91396 Update SystemUIOverlayStyle to support null contrast enforcement (framework, cla: yes, waiting for tree to go green)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91439 Revert "Remove autovalidate deprecations" (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91448 Revert "Added support for MaterialState to InputDecorator" (team, framework, f: material design, cla: yes, d: examples)

91449 Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData (framework, f: material design, cla: yes)

91453 Remove extensions (framework, f: material design, cla: yes, waiting for tree to go green)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91479 [flutter_localizations] fix README links (framework, a: internationalization, cla: yes, waiting for tree to go green)

91497 Refactor ThemeData (framework, f: material design, cla: yes)

91498 Fixed a very small typo in code comments. (framework, f: scrolling, cla: yes, waiting for tree to go green)

91499 Add service extensions to expose debug rendering toggles (framework, cla: yes)

91506 Scrollbar shouldRepaint to respect the shape (framework, f: scrolling, cla: yes, waiting for tree to go green)

91527 Document why some lints aren't enabled and fix some minor issues. (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91567 Enable only_throw_errors (a: tests, team, tool, framework, cla: yes, d: examples, waiting for tree to go green)

91573 Enable prefer_relative_imports and fix files. (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91593 Do not output the error msg to the console when run a throwable test (a: tests, framework, f: material design, cla: yes, waiting for tree to go green, a: error message)

91609 Add TooltipVisibility widget (framework, f: material design, cla: yes, waiting for tree to go green)

91620 Fix visual overflow when overscrolling RenderShrinkWrappingViewport (framework, f: scrolling, cla: yes, waiting for tree to go green, will affect goldens)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91753 Remove unused offset from Layer.addToScene/addChildrenToScene (framework, cla: yes, waiting for tree to go green)

91762 Added support for MaterialState to InputDecorator (team, framework, f: material design, cla: yes, d: api docs, d: examples, documentation)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91774 ThemeData property cleanup. (framework, f: material design, cla: yes)

91775 Rename "*Extent" to "*Size" (framework, f: scrolling, cla: yes)

91792 Report exceptions from key event handlers and listeners (framework, cla: yes)

91811 Revert "Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData" (framework, f: material design, cla: yes)

91822 Add profileRenderObjectPaints and profileRenderObjectLayouts service extensions (framework, cla: yes)

91827 _CastError on Semantics copy in release mode (a: text input, framework, cla: yes, waiting for tree to go green)

91829 Minor doc fix for CupertinoTabBar (framework, cla: yes, f: cupertino, waiting for tree to go green)

91834 Fix ScrollBehavior copyWith (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

91840 Reland Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData (framework, f: material design, cla: yes)

91848 Add missing debug vars to debugAssertAllRenderVarsUnset (framework, cla: yes, waiting for tree to go green)

91898 Add missing transform == check for gradients (framework, cla: yes, waiting for tree to go green)

91907 Roll Engine from 8034050e7810 to 60d0fdfa2232 (18 revisions) (framework, engine, cla: yes)

91930 Revert "Remove BottomNavigationBarItem.title deprecation" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91933 Cherrypick revert (framework, engine, f: material design, cla: yes)

91995 Fix typo in code comments (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

92039 Fix persistentFooter padding (framework, f: material design, cla: yes, waiting for tree to go green)

92088 Revert "Add TooltipVisibility widget" (framework, f: material design, cla: yes)

92090 Reland "Add TooltipVisibility widget" (framework, f: material design, cla: yes, waiting for tree to go green)

92134 [web] enable CanvasKit tests using a local bundle fetched from CIPD (a: tests, team, tool, framework, cla: yes)

92167 Update clipboard status on cut (a: text input, framework, f: material design, cla: yes, f: cupertino)

92245 Fix typos (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92295 Remove assert that prevents WidgetSpans from being used in SelectableText (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92329 Ignore Scaffold drawer callbacks when value doesn't change (framework, f: material design, cla: yes)

92443 Removed primaryVariant from usage by the SnackBar. (framework, f: material design, cla: yes)

92450 Improve how AttributedStrings are presented in the widget inspector (framework, a: accessibility, cla: yes, waiting for tree to go green)

92486 fix a throw due to double precison (framework, f: material design, cla: yes, waiting for tree to go green)

92544 Revert "Fix ActivateIntent overriding the spacebar for text entry" (a: text input, framework, cla: yes)

92598 Leader not always dirty (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92614 Blinking cursor respects TickerMode (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92670 Update Data Table Class with Borders Like Table Widgets (#36837) (framework, f: material design, cla: yes, waiting for tree to go green)

92698 InputDecorator floating label origin no longer depends on ThemeData.fixTextFieldOutlineLabel (framework, f: material design, cla: yes)

92713 Fix typo in the API docs of brightness (framework, f: material design, cla: yes)

92820 Revert "Refactor ThemeData (#91497)" (framework, f: material design, cla: yes)

team - 206 pull request(s)

#

79350 Indicate that only physical iOS devices are supported (team, cla: yes, waiting for tree to go green)

84394 Add Snapping Behavior to DraggableScrollableSheet (severe: new feature, team, framework, f: scrolling, cla: yes, d: examples, waiting for tree to go green)

84611 Add native iOS screenshots to integration_test (team, platform-ios, cla: yes, waiting for tree to go green, integration_test)

85482 Fix avoid_renaming_method_parameters for pending analyzer change. (team, framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

87231 Switch document generation to use the snippets package (team, framework, f: material design, cla: yes, f: cupertino)

87280 Extract Sample code into examples/api (team, framework, f: material design, cla: yes, f: cupertino, d: examples)

87607 Wait for module UI test buttons to be hittable before tapping them (team, cla: yes, team: flakes, waiting for tree to go green)

87700 Updated skipped tests for rendering directory. (team, framework, cla: yes, tech-debt, skip-test)

87756 [flutter_conductor] pretty-print state JSON file (team, cla: yes)

87759 Migrate python invocations to python3 (team, cla: yes)

87786 Remove fuchsia_remote_debug_protocol from API docs (team, cla: yes)

87873 Updated skipped tests for scheduler directory. (team, framework, cla: yes, tech-debt, skip-test)

87874 Updated skipped tests for services directory. (team, framework, cla: yes, tech-debt, skip-test)

87879 Updated skipped tests for widgets directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test)

87925 Updated skipped tests for flutter_tools. (team, tool, cla: yes, tech-debt, skip-test)

88003 Added a check to the analyzer script to detect skipped tests. (team, cla: yes)

88030 Deferred components integration test app (team, platform-android, framework, cla: yes, t: flutter driver, waiting for tree to go green, integration_test)

88057 [flutter_conductor] fix git push mirror (team, cla: yes)

88123 Bump snippets to 0.2.3, fix redundant global activate in docs.sh (team, cla: yes, waiting for tree to go green)

88133 Bump to Gradle 7 and use Open JDK 11 (team, cla: yes, waiting for tree to go green)

88153 [Fonts] Improved icons update script (team, framework, f: material design, cla: yes)

88189 Revert "Bump to Gradle 7 and use Open JDK 11" (team, cla: yes)

88308 clean up stale or unnecessary TODOS (a: tests, team, tool, framework, cla: yes, waiting for tree to go green, tech-debt)

88309 Take DPR into account for image inversion (team, framework, cla: yes, waiting for tree to go green)

88319 Reland: Bump to Gradle 7 and use Open JDK 11 (team, cla: yes, waiting for tree to go green)

88326 Revert "Reland: Bump to Gradle 7 and use Open JDK 11" (team, cla: yes)

88365 Add fixes for AppBar deprecations (team, framework, f: material design, cla: yes, waiting for tree to go green, tech-debt)

88387 [flutter_tools] flutter update-packages --force-upgrade (team, tool, cla: yes)

88396 Run plugin_lint_mac task when either flutter_tools or integration_test packages change (a: tests, team, tool, cla: yes, waiting for tree to go green, integration_test)

88439 fix: typo spelling grammar (a: tests, team, tool, framework, f: material design, cla: yes)

88447 Upload devicelab test metrics from test runner (team, cla: yes, waiting for tree to go green)

88450 Update dwds and other packages (team, cla: yes)

88454 Avoid reporting frame/raster times for large image changer (team, cla: yes, waiting for tree to go green)

88455 Reland remove DefaultShaderWarmup (team, framework, cla: yes, d: examples, waiting for tree to go green)

88475 Skip flaky 'Child windows can handle touches' test in android_views integration test (team, cla: yes, waiting for tree to go green)

88532 Manually close the tree for issue #88531 (team, cla: yes)

88580 Revert "Manually close the tree for issue #88531" (team, cla: yes)

88607 [flutter_conductor] Push correct revision to mirror remote from conductor (team, cla: yes, waiting for tree to go green)

88633 Add android_views integration tests to ci.yaml (team, cla: yes, waiting for tree to go green, team: infra)

88707 reassign jonahwilliams todos (a: tests, team, tool, framework, a: accessibility, cla: yes, waiting for tree to go green)

88728 flutter update-packages (team, cla: yes, waiting for tree to go green)

88729 Update dartdoc to 2.0.0. (team, cla: yes, waiting for tree to go green)

88749 Use default value for ResultData when uploading metrics from test runner (team, cla: yes, waiting for tree to go green)

88784 Fixed leak and removed no-shuffle tag in binding_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88807 Add pageDelay to fullscreen_textfield_perf_test (team, cla: yes, waiting for tree to go green)

88824 Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88825 Use async timeline events for the phases of the scheduler binding (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

88834 Do not try to codesign during plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

88835 Skip staging test update to cocoon in test runner (team, cla: yes, waiting for tree to go green)

88857 Fixed leak and removed no-shuffle tag in widgets/debug_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88877 Fixed leak and removed no-shuffle tag in platform_view_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88881 Fixed leak and removed no-shuffle tag in routes_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88893 Updated some skip test comments that were missed in the audit. (team, framework, f: material design, cla: yes, tech-debt, skip-test)

88894 Enhance the skip test parsing the analyzer script. (team, cla: yes, waiting for tree to go green, tech-debt, skip-test)

88900 Fixed leak and removed no-shuffle tag in scroll_aware_image_provider_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88905 Add download script for deferred components assets (team, cla: yes)

88908 Use bucket to check staging test instead of builder name (team, cla: yes, waiting for tree to go green)

88913 Configurable adb for deferred components release test script (a: tests, team, cla: yes, t: flutter driver, waiting for tree to go green, integration_test, tech-debt)

88933 Fixed leak and removed no-shuffle tag in dismissible_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88969 Revert "Use bucket to check staging test instead of builder name" (team, cla: yes)

88971 Revert "Skip staging test update to cocoon in test runner" (team, cla: yes)

88976 [flutter_conductor] Fix regex when adding current branch to "enabled_branches" in .ci.yaml (team, cla: yes, waiting for tree to go green)

88989 Add no-shuffle tag to platform_channel_test.dart (a: tests, team, framework, cla: yes, team: infra)

89004 Use task name when uploading metrics to skia perf (team, cla: yes, waiting for tree to go green)

89021 Add smoke tests for all the examples, fix 17 broken examples. (team, tool, framework, f: material design, cla: yes, f: cupertino, d: examples)

89062 Fix (Vertical)Divider samples & docs (team, framework, f: material design, cla: yes, d: examples, waiting for tree to go green)

89137 [Reland] Skip staging test update to cocoon in test runner (team, cla: yes, waiting for tree to go green)

89181 Eliminate uses of pub executable in docs publishing and sample analysis. (team, cla: yes, waiting for tree to go green)

89186 Fix UNNECESSARY_TYPE_CHECK_TRUE violations. (team, cla: yes, waiting for tree to go green)

89306 Add deferred components LUCI test and configure to use android_virtual_device dep (a: tests, team, cla: yes, team: infra, integration_test)

89309 Switch to Debian bullseye, update nodejs to npm package, add flutter desktop run dependencies (team, cla: yes)

89344 fix: typo spelling grammar (team, cla: yes, waiting for tree to go green)

89345 [flutter_releases] Flutter beta 2.5.0-5.3.pre Framework Cherrypicks (team, engine, cla: yes)

89381 update package dependencies (team, cla: yes, waiting for tree to go green)

89390 Reduce required Windows CMake version to 3.14 (team, tool, cla: yes, d: examples)

89393 Add raster cache metrics to timeline summaries (a: tests, team, framework, cla: yes, waiting for tree to go green)

89477 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (a: tests, team, framework, cla: yes, t: flutter driver, waiting for tree to go green, tech-debt)

89485 Fixed several typos (a: tests, team, tool, framework, f: material design, cla: yes, waiting for tree to go green)

89591 Update DDS to 2.1.2 (team, cla: yes, waiting for tree to go green)

89603 Update dartdoc to 3.0.0 (team, cla: yes, waiting for tree to go green)

89606 Directly specify keystore to prevent debug key signing flake in Deferred components integration test. (team, cla: yes, team: flakes, waiting for tree to go green, severe: flake)

89618 Run flutter_gallery ios tests on arm64 device (team, platform-ios, cla: yes, waiting for tree to go green)

89620 Run flutter_gallery macOS native tests on presubmit (a: tests, team, platform-mac, cla: yes, waiting for tree to go green, a: desktop)

89668 changed subprocesses to async from sync (team, cla: yes, waiting for tree to go green)

89698 Fix Shrine scrollbar crash (team, severe: crash, team: gallery, cla: yes, waiting for tree to go green, integration_test)

89712 Run Linux android views in presubmit (team, cla: yes, waiting for tree to go green)

89765 Mention the ToS on our README (team, cla: yes, waiting for tree to go green)

89775 [flutter_conductor] Support initial stable release version (team, cla: yes, waiting for tree to go green)

89796 Remove and also ignore unnecessary imports (team, cla: yes, waiting for tree to go green)

89797 Update all packages (team, cla: yes)

89820 Add specific permissions to .github/workflows/lock.yaml (team, cla: yes, waiting for tree to go green, team: infra)

89856 Re-enable plugin analysis test (team, cla: yes, waiting for tree to go green)

89885 Revert clamping scroll simulation changes (severe: regression, team, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

89952 Remove our extra timeout logic. (a: tests, team, framework, a: accessibility, cla: yes, waiting for tree to go green)

89991 Bump cocoapods from 1.10.2 to 1.11.2 (team, platform-ios, cla: yes)

90005 add analysis_options.yaml to dev/conductor (team, cla: yes, waiting for tree to go green)

90060 Align both reflectly-hero & dart-diagram to the center. (team, cla: yes, waiting for tree to go green)

90088 Set BUILD_DIR and OBJROOT when determining if plugins support arm64 simulators (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90141 [flutter_releases] Flutter beta 2.6.0-5.2.pre Framework Cherrypicks (team, engine, cla: yes)

90149 [module_test_ios] On UITests add an additional tap on the application before tapping the element (team, cla: yes, waiting for tree to go green)

90154 Update md5 method in flutter_goldens_client (a: tests, team, framework, cla: yes, waiting for tree to go green)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

90227 Some test cleanup for flutter_tools. (a: text input, team, tool, cla: yes, waiting for tree to go green)

90229 fixed a small conductor messaging bug (team, cla: yes)

90281 [flutter_releases] Flutter stable 2.5.1 Framework Cherrypicks (team, framework, engine, f: material design, a: accessibility, cla: yes)

90291 Add more tests for dart fixes (team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90293 Remove FloatingHeaderSnapConfiguration.vsync deprecation (team, framework, severe: API break, f: scrolling, cla: yes, waiting for tree to go green, tech-debt)

90294 Remove AndroidViewController.id deprecation (team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90296 Remove deprecated text input formatting classes (a: text input, team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90304 Migrate iOS project to Xcode 13 compatibility (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode)

90391 Update the analysis options for sample code to ignore unnecessary_imports (team, cla: yes)

90413 Add my name to authors (team, cla: yes, waiting for tree to go green)

90415 Update dartdoc to v3.1.0. (team, cla: yes, waiting for tree to go green)

90447 [bots] verbose logs when analyzing samples (team, cla: yes, waiting for tree to go green)

90466 Reland "Migrate android_semantics_testing to null safety" (team, a: accessibility, cla: yes)

90483 Revert "Reland "Migrate android_semantics_testing to null safety"" (team, a: accessibility, cla: yes)

90535 [module_test_ios] trying tap the buttons again if the first time didn't work (team, cla: yes, waiting for tree to go green)

90557 [flutter_conductor] Update README (team, cla: yes, waiting for tree to go green)

90621 [flutter_conductor] implement UI scaffold (team, cla: yes)

90642 Migrate Gradle (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

90708 Implemented getter to expose current url strategy for web plugins (team, cla: yes, waiting for tree to go green)

90829 Run native_ui_tests_macos in correct directory (team, cla: yes, waiting for tree to go green)

90880 [bots] Print more on --verbose analyze_sample_code (team, cla: yes, waiting for tree to go green)

90887 Initial layout and theme (team, cla: yes)

90974 Improve bug and feature request templates (team, cla: yes, waiting for tree to go green)

90994 flutter update-packages (team, cla: yes)

91024 Adds analyze_sample_code exit for when pub fails (team, cla: yes, waiting for tree to go green)

91030 Change project.buildDir in standalone subprojects property (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

91047 [flutter_releases] Flutter stable 2.5.2 Framework Cherrypicks (team, tool, engine, cla: yes)

91066 [flutter_conductor] update conductor to prefer git protocol over https (team, cla: yes, waiting for tree to go green)

91099 Update minimum iOS version in plugin_test (team, cla: yes, waiting for tree to go green)

91109 Clean up dependency pins and update all packages (team, tool, cla: yes, waiting for tree to go green)

91110 Force building of snippets package executable. (team, cla: yes)

91116 update consumer dependencies signature (team, cla: yes)

91118 Alex chen conductor ui3 (team, cla: yes, waiting for tree to go green)

91125 Update outdated platform directories in examples (team, tool, cla: yes, d: examples)

91126 Update outdated runners in the benchmarks folder (team, tool, cla: yes, integration_test)

91130 Add example test, update example READMEs (team, cla: yes, d: examples, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91252 Update dartdoc to 4.0.0 (team, cla: yes, waiting for tree to go green)

91257 Add a microbenchmark that measures performance of flutter compute. (team, cla: yes)

91324 Update number of IPHONEOS_DEPLOYMENT_TARGET in plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91346 Add a startup test that delays runApp (team, cla: yes, waiting for tree to go green, integration_test)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91445 added conductor_status widget (team, cla: yes, waiting for tree to go green)

91448 Revert "Added support for MaterialState to InputDecorator" (team, framework, f: material design, cla: yes, d: examples)

91459 Revert gradle roll (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91527 Document why some lints aren't enabled and fix some minor issues. (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91567 Enable only_throw_errors (a: tests, team, tool, framework, cla: yes, d: examples, waiting for tree to go green)

91573 Enable prefer_relative_imports and fix files. (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91653 Enable depend_on_referenced_packages lint (team, cla: yes, waiting for tree to go green, integration_test)

91659 Add some more new lints (team, cla: yes, waiting for tree to go green, integration_test)

91694 Refactor conductor core (team, cla: yes)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

91736 Run "flutter update-packages --force-upgrade" to get latest DDS (team, cla: yes, waiting for tree to go green)

91762 Added support for MaterialState to InputDecorator (team, framework, f: material design, cla: yes, d: api docs, d: examples, documentation)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91768 [flutter_conductor] Refactor next command (team, cla: yes)

91769 Release Desktop UI Repo Info Widget (team, cla: yes, waiting for tree to go green)

91773 Add local engine flag support to the SkSL caching performance benchmark scripts (team, cla: yes, waiting for tree to go green)

91871 [flutter_releases] Flutter stable 2.5.3 Framework Cherrypicks (team, tool, engine, cla: yes)

91903 Conductor UI step1 (team, cla: yes)

91934 Add android:exported="true" to activity in Android manifest (team, cla: yes)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

92019 Marks Linux_android flutter_gallery__image_cache_memory to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92022 Bump Android Compile SDK to 31 (team, tool, cla: yes, waiting for tree to go green, integration_test)

92032 [keyboard_textfield_test] wait until the keyboard becomes visible (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92052 Bump Kotlin version in templates and projects (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

92064 [flutter_conductor] validate git parsed version and release branch match (team, cla: yes, waiting for tree to go green)

92065 Remove sandbox entitlement to allow tests to run on big sur. (team, cla: yes, waiting for tree to go green, integration_test, warning: land on red to fix tree breakage)

92066 Add android:exported property to support API 31 for deferred components test (team, cla: yes, waiting for tree to go green, integration_test)

92106 Revert "Update outdated runners in the benchmarks folder" (team, tool, cla: yes, integration_test)

92118 Set exported to true to allow external adb to start app for CI (team, cla: yes, waiting for tree to go green, integration_test)

92134 [web] enable CanvasKit tests using a local bundle fetched from CIPD (a: tests, team, tool, framework, cla: yes)

92141 Add devicelab benchmark tags support (team, cla: yes, waiting for tree to go green)

92187 [conductor] Added a generic tooltip widget (team, cla: yes)

92200 [conductor] disabled flutter sandbox (team, cla: yes)

92219 [flutter_conductor] remove old conductor entrypoint (team, cla: yes, waiting for tree to go green)

92271 Ignore analyzer implict dynamic checks for js_util generic return type (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92277 [web] fix web_e2e_tests README (team, cla: yes, waiting for tree to go green, integration_test)

92303 [web] fix race in the image_loading_integration.dart test (team, cla: yes, waiting for tree to go green, integration_test)

92305 [web] use local CanvasKit bundle in all e2e tests (team, cla: yes, waiting for tree to go green, integration_test)

92423 Marks Mac_ios platform_view_ios__start_up to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92446 Update dartdoc to 4.1.0. (team, cla: yes, waiting for tree to go green)

92516 [release_dashboard] Remove project (team, cla: yes, waiting for tree to go green)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

92530 Add extra benchmark metrics to test name in addition to builder name (team, cla: yes, waiting for tree to go green, team: benchmark)

92594 [flutter_conductor] Lift rev parse in conductor (team, cla: yes)

92602 Differentiate between TalkBack versions for semantics tests. (team, a: accessibility, cla: yes, integration_test)

92617 [flutter_conductor] wrap $DART_BIN invocation in double quotes to escape spaces (team, cla: yes)

92620 [flutter_releases] conductor fixes (team, cla: yes)

92626 Feature/cpu gpu memory gallery transition tests (team, cla: yes, waiting for tree to go green)

92800 Manually roll the engine and update Gradle dependency locks (team, engine, a: accessibility, cla: yes, d: examples, integration_test)

92850 Roll gallery with updated Gradle lockfiles (team, cla: yes)

tool - 167 pull request(s)

#

85968 replace localEngineOut with local-engine-out (tool, cla: yes)

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

86844 [gen_l10n] to handle arbitrary DateFormat patterns (waiting for customer response, tool, cla: yes)

87022 [tools] Add Xcode version to non-verbose Flutter doctor (tool, cla: yes, waiting for tree to go green)

87264 fix: fix BuildableMacOSApp pass no projectBundleId to super error (tool, cla: yes, waiting for tree to go green)

87619 Don't set the SplashScreenDrawable for new projects (tool, cla: yes, waiting for tree to go green)

87731 [flutter_tools] Reland "Make upgrade only work with standard remotes" (tool, cla: yes, waiting for tree to go green)

87747 Categorize flutter tool commands (tool, cla: yes, waiting for tree to go green)

87859 Use `` as BINARY_NAME and CMake project name in UWP template (tool, cla: yes, waiting for tree to go green, e: uwp)

87925 Updated skipped tests for flutter_tools. (team, tool, cla: yes, tech-debt, skip-test)

87930 refactor IosProject and MacOSProject to extends XcodeBasedProject to share common (tool, cla: yes, waiting for tree to go green)

87962 Fix errors in examples (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

87976 feat: migrate macos/application_package.dart to null-safety (tool, cla: yes, waiting for tree to go green)

87991 Add dartPluginClass support for Android and iOS (tool, cla: yes, waiting for tree to go green)

88015 feat: migrate base/dds.dart to null-safety (tool, cla: yes, waiting for tree to go green)

88042 Fix incorrect logging. (tool, cla: yes, waiting for tree to go green)

88061 Update the timeouts since tests time out after 15 minutes not 30 seconds (tool, cla: yes, waiting for tree to go green)

88074 Update flutter create templates for Xcode 13 (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, t: xcode)

88076 Support flutter create --platform singular flag (tool, cla: yes, waiting for tree to go green)

88081 feat: migrate windows/application_package.dart to null-safety (tool, cla: yes, waiting for tree to go green)

88095 feat: migrate fuchsia/application_package.dart to null-safe (tool, cla: yes, waiting for tree to go green)

88116 [flutter_tool] Fix DesktopLogReader to capture all output (tool, cla: yes, waiting for tree to go green)

88137 Make doctor Xcode version requirement clearer (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

88141 Add favicon link to web template (tool, cla: yes, waiting for tree to go green)

88144 Rename IOSDeviceInterface to IOSDeviceConnectionInterface (platform-ios, tool, cla: yes, waiting for tree to go green, tech-debt)

88178 [flutter_tools] Fix hang in DesktopLogReader (tool, cla: yes, waiting for tree to go green)

88201 Fix URL construction in the test entry point generated by the web bootstrap script (tool, cla: yes, waiting for tree to go green)

88308 clean up stale or unnecessary TODOS (a: tests, team, tool, framework, cla: yes, waiting for tree to go green, tech-debt)

88320 migrate vm service to null safety (tool, cla: yes, waiting for tree to go green)

88322 Fix race conditions in test_driver for tool tests (tool, cla: yes, waiting for tree to go green)

88367 Revert "feat: migrate base/dds.dart to null-safety" (tool, cla: yes, waiting for tree to go green)

88382 Migrate dds.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88384 [tools] Fix Android Studio duplicate detection (tool, cla: yes, waiting for tree to go green)

88387 [flutter_tools] flutter update-packages --force-upgrade (team, tool, cla: yes)

88396 Run plugin_lint_mac task when either flutter_tools or integration_test packages change (a: tests, team, tool, cla: yes, waiting for tree to go green, integration_test)

88404 Verbosify and print every command in ios_content_validation_test (tool, cla: yes, team: flakes, waiting for tree to go green)

88409 Reland "Android Q transition by default (#82670)" (tool, framework, f: material design, cla: yes)

88439 fix: typo spelling grammar (a: tests, team, tool, framework, f: material design, cla: yes)

88457 Add package_name for consistency across all platforms in version.json (tool, cla: yes, waiting for tree to go green)

88476 [flutter_releases] Flutter beta 2.5.0-5.2.pre Framework Cherrypicks (tool, engine, f: material design, a: internationalization, cla: yes)

88482 Revert "Reland "Android Q transition by default (#82670)"" (tool, framework, f: material design, cla: yes, waiting for tree to go green)

88509 Use dart pub instead of pub to invoke pub from tools (tool, cla: yes)

88707 reassign jonahwilliams todos (a: tests, team, tool, framework, a: accessibility, cla: yes, waiting for tree to go green)

88743 Change min Dart SDK constraint to track actual version (tool, cla: yes)

88792 Revert "Use dart pub instead of pub to invoke pub from tools" (tool, cla: yes)

88805 roll ios-deploy to HEAD (tool, cla: yes, waiting for tree to go green)

88825 Use async timeline events for the phases of the scheduler binding (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

88846 Migrate mac.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88850 Migrate some flutter_tools tests to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88851 Migrate ios_deploy to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88902 Account for additional warning text from the tool (tool, cla: yes, waiting for tree to go green)

88914 Fix web_tool_tests failure on dart roll (tool, cla: yes)

88920 Migrate fuchsia sdk and dependencies to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88923 Changed tool cached properties to late finals (tool, cla: yes, waiting for tree to go green, a: null-safety)

88934 Clean up null assumptions in devfs to prep for null safety migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

88991 Adjust plugins and packages .gitignore to be most useful (tool, cla: yes)

89009 Clean up null assumptions in vmservice for null safe migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

89021 Add smoke tests for all the examples, fix 17 broken examples. (team, tool, framework, f: material design, cla: yes, f: cupertino, d: examples)

89032 Stop calling top level pub (tool, cla: yes)

89390 Reduce required Windows CMake version to 3.14 (team, tool, cla: yes, d: examples)

89445 Remove files that are unnecessary in a plugin (tool, cla: yes, waiting for tree to go green)

89485 Fixed several typos (a: tests, team, tool, framework, f: material design, cla: yes, waiting for tree to go green)

89600 Enable caching of CPU samples collected at application startup (tool, cla: yes, waiting for tree to go green)

89695 Set plugin template minimum Flutter SDK to 2.5 (platform-ios, tool, cla: yes, waiting for tree to go green)

89704 Revert "Enable caching of CPU samples collected at application startup" (tool, cla: yes)

89779 Run the flutter_tools create test in online mode before testing offline mode (tool, cla: yes)

89782 master->main default branch migration (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89785 Replace amber_ctl with pkgctl for Fuchsia (tool, cla: yes)

89795 Remove "unnecessary" imports from packages/ (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89872 Remove a redundant test case in the flutter_tools create_test (tool, cla: yes, waiting for tree to go green)

90010 [flutter_tools] use test logger, which does not allow colors (tool, cla: yes, waiting for tree to go green)

90021 Default new project to the ios-signing-cert development team (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90022 Close the IntegrationTestTestDevice stream when the VM service shuts down (tool, cla: yes, waiting for tree to go green)

90088 Set BUILD_DIR and OBJROOT when determining if plugins support arm64 simulators (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90090 [flutter_tools] remove non-null check from AndroidValidator (tool, cla: yes, waiting for tree to go green)

90096 internationalization: fix select with incorrect message (tool, a: internationalization, cla: yes)

90142 Use report_lines flag in flutter coverage (tool, cla: yes)

90227 Some test cleanup for flutter_tools. (a: text input, team, tool, cla: yes, waiting for tree to go green)

90288 Fix Dart plugin registrant interaction with 'flutter test' (tool, cla: yes)

90304 Migrate iOS project to Xcode 13 compatibility (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode)

90394 Do not retry if pub get is run in offline mode (tool, cla: yes, waiting for tree to go green)

90417 Fix an unnecessary_import analyzer error in the skeleton app template (tool, cla: yes)

90546 Fixes resident_web_runner_test initialize the mock correctly (tool, cla: yes, waiting for tree to go green)

90611 Reland "Enable caching of CPU samples collected at application startup (#89600)" (tool, cla: yes)

90620 Add tests for web library platform defines (tool, cla: yes, waiting for tree to go green)

90642 Migrate Gradle (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

90894 Launch DevTools from the 'dart devtools' command instead of pub (a: text input, tool, cla: yes)

90906 Xcode 13 as minimum recommended version (platform-ios, tool, cla: yes, t: xcode)

90915 Add iOS build -destination flag (tool, cla: yes, waiting for tree to go green)

90944 Add multidex flag and automatic multidex support (tool, cla: yes, waiting for tree to go green)

90966 Catch FormatException from bad simulator log output (platform-ios, tool, cla: yes, waiting for tree to go green)

90967 Catch FormatException parsing XCDevice._getAllDevices (platform-ios, tool, cla: yes, waiting for tree to go green)

90996 [flutter_tools] Handle disk device not found (tool, cla: yes, waiting for tree to go green)

91006 Make flutter update-packages run in parallel (tool, cla: yes)

91014 Add new pub command 'Token' (tool, cla: yes)

91030 Change project.buildDir in standalone subprojects property (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

91047 [flutter_releases] Flutter stable 2.5.2 Framework Cherrypicks (team, tool, engine, cla: yes)

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91078 Enable avoid_implementing_value_types lint (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

91109 Clean up dependency pins and update all packages (team, tool, cla: yes, waiting for tree to go green)

91125 Update outdated platform directories in examples (team, tool, cla: yes, d: examples)

91126 Update outdated runners in the benchmarks folder (team, tool, cla: yes, integration_test)

91267 Migrate protocol_discovery to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

91281 Don't generate plugin registry in ResidentWebRunner (tool, cla: yes, waiting for tree to go green)

91300 Remove 10 second timewarp in integration test pubspec.yamls (tool, cla: yes)

91309 Migrate assets, common, icon_tree_shaker to null safety (tool, cla: yes, a: null-safety, tech-debt)

91317 Remove accidental print (tool, cla: yes, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91411 Fix android template for Gradle 7 (tool, cla: yes)

91435 Fix analysis throwing string (tool, cla: yes)

91436 [flutter_tools] add working directory to ProcessException when pub get fails (tool, cla: yes, waiting for tree to go green)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91455 Migrate android build target to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91457 Move DeviceManager into null migrated globals library (tool, cla: yes, a: null-safety, tech-debt)

91459 Revert gradle roll (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91502 [fuchsia] - remove device-finder for device discovery (tool, cla: yes)

91516 Migrate crash_reporting and github_template (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91527 Document why some lints aren't enabled and fix some minor issues. (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

91529 [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (tool, cla: yes, waiting for tree to go green)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91534 [flutter_tools] Fix redundant argument value lint (tool, cla: yes)

91567 Enable only_throw_errors (a: tests, team, tool, framework, cla: yes, d: examples, waiting for tree to go green)

91632 [flutter_tools] migrate web_device.dart to null-safety (tool, cla: yes, waiting for tree to go green)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91704 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91705 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

91754 Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)"" (tool, cla: yes)

91789 Improve error message for when you're not running chromedriver (tool, cla: yes, waiting for tree to go green)

91791 Revert "Add multidex flag and automatic multidex support" (tool, cla: yes)

91802 Add a "flutter debug_adapter" command that runs a DAP server (tool, cla: yes, waiting for tree to go green)

91856 Rewire all Dart entrypoints when the Dart plugin registrant is used. (tool, cla: yes, waiting for tree to go green)

91866 Fix typo in settings_controller.dart (waiting for customer response, tool, cla: yes)

91871 [flutter_releases] Flutter stable 2.5.3 Framework Cherrypicks (team, tool, engine, cla: yes)

91911 Revert "Migrate desktop_device to null safety" (tool, cla: yes)

91912 Revert "Migrate xcdevice and ios devices to null safety" (tool, cla: yes)

92022 Bump Android Compile SDK to 31 (team, tool, cla: yes, waiting for tree to go green, integration_test)

92049 Reland "Add multidex flag and automatic multidex support (#90944)" (tool, cla: yes)

92052 Bump Kotlin version in templates and projects (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

92055 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92056 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92062 feat: migrate install_manifest.dart to null-safety (tool, cla: yes, waiting for tree to go green)

92106 Revert "Update outdated runners in the benchmarks folder" (team, tool, cla: yes, integration_test)

92124 Migrate mdns_discovery and ios simulator to null safety (a: text input, tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92128 Migrate android_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92131 Migrate doctor to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92134 [web] enable CanvasKit tests using a local bundle fetched from CIPD (a: tests, team, tool, framework, cla: yes)

92147 Migrate integration test shard test data to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92211 remove Downloading ... stderr messages (tool, cla: yes, waiting for tree to go green)

92220 Reland "Enable caching of CPU samples collected at application startup (#89600)" (tool, cla: yes)

92235 Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)"" (tool, cla: yes)

92272 [fuchsia] delete fuchsia_attach as it is no longer being used (tool, cla: yes)

92508 Run flutter tester with arch -x86_64 on arm64 Mac (tool, platform-mac, cla: yes, waiting for tree to go green, platform-host-arm)

92511 Set TargetFile define for resident builds (tool, cla: yes)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

92529 [flutter_tools] Skip create_test test (tool, cla: yes)

92534 Remove the pub offline flag from tests of the flutter_tools create command (tool, cla: yes, waiting for tree to go green)

92557 feat: migrate ios/bitcode.dart to null safety (tool, cla: yes, waiting for tree to go green)

92587 Add support for running tests through debug-adapter (tool, cla: yes)

92604 [flutter_tools] xcresult parser. (tool, cla: yes, waiting for tree to go green, t: xcode)

92633 feat: migrate macos/macos_device.dart to null safety (tool, cla: yes, waiting for tree to go green)

92646 feat: migrate test_data/project.dart to null safety (tool, cla: yes, waiting for tree to go green)

92647 [flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait (tool, cla: yes, waiting for tree to go green)

f: material design - 143 pull request(s)

#

65015 PageView resize from zero-size viewport should not lose state (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: state restoration)

75110 use FadeTransition instead of Opacity where applicable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

82670 Android Q transition by default (framework, f: material design, cla: yes, waiting for tree to go green)

83028 Fix comments (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, documentation)

83047 [Material 3] Add Navigation Bar component to flutter framework. (framework, f: material design, cla: yes, waiting for tree to go green)

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

84946 Fixed mouse cursor of disabled IconButton (framework, f: material design, cla: yes)

84993 fix: Preserve state in horizontal stepper (framework, f: material design, cla: yes, waiting for tree to go green)

85482 Fix avoid_renaming_method_parameters for pending analyzer change. (team, framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

86067 add margin to vertical stepper (framework, f: material design, cla: yes, waiting for tree to go green)

86312 [autofill] opt-out instead of opt-in (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

86736 Text Editing Model Refactor (framework, f: material design, cla: yes, f: cupertino, work in progress; do not review)

86796 [EditableText] preserve selection/composition range on unfocus (framework, f: material design, cla: yes, waiting for tree to go green)

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

87109 TextField.autofocus should skip the element that never layout (framework, f: material design, cla: yes, waiting for tree to go green)

87172 Adding onLongPress for DataRow (framework, f: material design, cla: yes)

87231 Switch document generation to use the snippets package (team, framework, f: material design, cla: yes, f: cupertino)

87280 Extract Sample code into examples/api (team, framework, f: material design, cla: yes, f: cupertino, d: examples)

87329 Make kMaterialEdges const (framework, f: material design, cla: yes)

87404 Fix computeMinIntrinsicHeight in _RenderDecoration (framework, f: material design, cla: yes, waiting for tree to go green)

87430 Update TabPageSelector Semantics Label Localization (framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

87557 [NNBD] Update dart preamble code. (framework, f: material design, cla: yes)

87595 Added time picker entry mode callback and tests (framework, f: material design, cla: yes)

87638 Don't display empty tooltips (Tooltips with empty message property) (framework, f: material design, cla: yes, waiting for tree to go green)

87678 hasStrings support for eliminating clipboard notifications (framework, f: material design, cla: yes, f: cupertino)

87707 showModalBottomSheet should not dispose the controller provided by user (framework, f: material design, cla: yes, waiting for tree to go green)

87740 Update MaterialScrollBehavior.buildScrollbar for horizontal axes (framework, f: material design, a: fidelity, f: scrolling, cla: yes, waiting for tree to go green)

87775 Fix the showBottomSheet controller leaking (framework, a: animation, f: material design, cla: yes, a: quality, waiting for tree to go green, perf: memory)

87792 Change hitTest signatures to be non-nullable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

87872 Fix compile error in SliverAppBar sample code (framework, f: material design, cla: yes, waiting for tree to go green)

87901 Changing ElevatedButton.child to be non-nullable (framework, f: material design, cla: yes)

87929 [docs] spelling correction for showModalBottomSheet docs in bottom sheet file (framework, f: material design, cla: yes, waiting for tree to go green)

87962 Fix errors in examples (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

87971 [EditableText] call onSelectionChanged only when there are actual selection/cause changes (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

88019 add ? in Checkbox onChanged property (framework, f: material design, cla: yes, waiting for tree to go green)

88071 Revert "Changing ElevatedButton.child to be non-nullable" (framework, f: material design, cla: yes)

88129 Revert "Update MaterialScrollBehavior.buildScrollbar for horizontal axes" (framework, f: material design, cla: yes, waiting for tree to go green)

88153 [Fonts] Improved icons update script (team, framework, f: material design, cla: yes)

88183 Revert "[EditableText] call onSelectionChanged only when there're actual selection/cause changes" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

88295 Add theme support for choosing android overscroll indicator (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green)

88301 RefreshProgressIndicator to look native (framework, f: material design, cla: yes, will affect goldens)

88328 l10n updates for August beta (f: material design, a: internationalization, cla: yes)

88365 Add fixes for AppBar deprecations (team, framework, f: material design, cla: yes, waiting for tree to go green, tech-debt)

88375 Fixed leak and removed no-shuffle tag on scaffold_test.dart (framework, f: material design, cla: yes, waiting for tree to go green)

88394 Revert "Android Q transition by default" (framework, f: material design, cla: yes)

88409 Reland "Android Q transition by default (#82670)" (tool, framework, f: material design, cla: yes)

88439 fix: typo spelling grammar (a: tests, team, tool, framework, f: material design, cla: yes)

88476 [flutter_releases] Flutter beta 2.5.0-5.2.pre Framework Cherrypicks (tool, engine, f: material design, a: internationalization, cla: yes)

88477 Framework can receive TextEditingDeltas from engine (framework, f: material design, cla: yes, waiting for tree to go green)

88482 Revert "Reland "Android Q transition by default (#82670)"" (tool, framework, f: material design, cla: yes, waiting for tree to go green)

88538 fix: refactor Stepper.controlsBuilder to use ControlsDetails (framework, f: material design, cla: yes)

88539 Add richMessage parameter to the Tooltip widget. (a: tests, framework, f: material design, cla: yes)

88576 fixes DropdownButton ignoring itemHeight in popup menu (#88574) (framework, f: material design, cla: yes, waiting for tree to go green)

88878 Fix index of TabBarView when decrementing (framework, f: material design, cla: yes)

88893 Updated some skip test comments that were missed in the audit. (team, framework, f: material design, cla: yes, tech-debt, skip-test)

88984 [Material] Allow for custom alignment for Dialogs (framework, f: material design, cla: yes)

89021 Add smoke tests for all the examples, fix 17 broken examples. (team, tool, framework, f: material design, cla: yes, f: cupertino, d: examples)

89062 Fix (Vertical)Divider samples & docs (team, framework, f: material design, cla: yes, d: examples, waiting for tree to go green)

89064 Fix RadioThemeData documentation issues (framework, f: material design, cla: yes, waiting for tree to go green)

89079 Add & improve DropdownButtonFormField reference to DropdownButton (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89199 fix a dropdown button menu position bug (framework, f: material design, cla: yes, waiting for tree to go green)

89237 Add ability to customize drawer shape and color as well as theme drawer properties (framework, f: material design, cla: yes, waiting for tree to go green)

89264 Make sure Opacity widgets/layers do not drop the offset (framework, f: material design, cla: yes, will affect goldens)

89353 [CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (framework, f: material design, cla: yes, waiting for tree to go green)

89362 fix a BottomSheet nullable issue (framework, f: material design, cla: yes, waiting for tree to go green)

89369 Add semanticsLabel to SelectableText (framework, f: material design, cla: yes)

89386 Issue 88543: TextField labelText doesn't get hintTextStyle when labelTextStyle is non-null Fixed (framework, f: material design, cla: yes)

89485 Fixed several typos (a: tests, team, tool, framework, f: material design, cla: yes, waiting for tree to go green)

89641 Fix document of the switch (framework, f: material design, cla: yes)

89667 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration" (framework, f: material design, cla: yes, waiting for tree to go green)

89670 Revert "Implement operator = and hashcode for CupertinoThemeData" (framework, f: material design, cla: yes, f: cupertino)

89675 Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" … (framework, f: material design, cla: yes)

89699 Skip the drawShadow call in a MergeableMaterial with zero elevation (framework, f: material design, cla: yes, waiting for tree to go green)

89700 Update ScaffoldMessenger docs for MaterialBanners (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89822 Revert "Revert "Fix computeMinIntrinsicHeight in _RenderDecoration (#87404)" (#89667)" (framework, f: material design, cla: yes)

89997 Revert "Removed default page transitions for desktop and web platforms. (#82596)" (framework, f: material design, cla: yes)

90075 Fixes dialog title announce twice (framework, f: material design, cla: yes, waiting for tree to go green)

90136 Exclude semantics is semanticslabel is present for SelectableText (framework, f: material design, cla: yes, waiting for tree to go green)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

90281 [flutter_releases] Flutter stable 2.5.1 Framework Cherrypicks (team, framework, engine, f: material design, a: accessibility, cla: yes)

90291 Add more tests for dart fixes (team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90311 Fix some scrollbar track and border painting issues (framework, f: material design, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green)

90380 Material banner updates (framework, f: material design, cla: yes)

90406 Revert "Issue 88543: TextField labelText doesn't get hintTextStyle when labelTextStyle is non-null Fixed" (framework, f: material design, cla: yes, waiting for tree to go green)

90423 Add clipBeheavior support to TextFields (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

90457 Fix tooltip so only one shows at a time when hovering (framework, f: material design, cla: yes, waiting for tree to go green)

90464 Fix Chip tooltip so that useDeleteButtonTooltip only applies to the delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90531 Fix various problems with Chip delete button. (framework, f: material design, cla: yes, waiting for tree to go green)

90629 Fix nested stretch overscroll (a: tests, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3))

90688 make Elevated&Outlined&TextButton support onHover&onFocus callback (framework, f: material design, cla: yes)

90703 Correct notch geometry when MediaQuery padding.top is non-zero (severe: regression, framework, f: material design, cla: yes, a: layout)

90845 Adjust size of delete button to take up at most less than half of chip. (framework, f: material design, cla: yes)

90909 Revert "Fix tooltip so only one shows at a time when hovering (#90457)" (framework, f: material design, cla: yes)

90917 Reland: "Fix tooltip so only one shows at a time when hovering (#90457)" (framework, f: material design, cla: yes)

90986 TextStyle.apply,copyWith,merge should support a package parameter (a: text input, framework, f: material design, cla: yes)

91046 [SwitchListTile] Adds hoverColor to SwitchListTile (framework, f: material design, cla: yes, waiting for tree to go green)

91051 Add a warning about Icon.size to IconButton (framework, f: material design, cla: yes, waiting for tree to go green)

91078 Enable avoid_implementing_value_types lint (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91182 Added support for MaterialState to InputDecorator (framework, f: material design, cla: yes)

91239 Replace all BorderRadius.circular with const BorderRadius.all (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91439 Revert "Remove autovalidate deprecations" (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91448 Revert "Added support for MaterialState to InputDecorator" (team, framework, f: material design, cla: yes, d: examples)

91449 Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData (framework, f: material design, cla: yes)

91453 Remove extensions (framework, f: material design, cla: yes, waiting for tree to go green)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91497 Refactor ThemeData (framework, f: material design, cla: yes)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91593 Do not output the error msg to the console when run a throwable test (a: tests, framework, f: material design, cla: yes, waiting for tree to go green, a: error message)

91609 Add TooltipVisibility widget (framework, f: material design, cla: yes, waiting for tree to go green)

91762 Added support for MaterialState to InputDecorator (team, framework, f: material design, cla: yes, d: api docs, d: examples, documentation)

91774 ThemeData property cleanup. (framework, f: material design, cla: yes)

91811 Revert "Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData" (framework, f: material design, cla: yes)

91840 Reland Refactored ListTileTheme: ListTileThemeData, ThemeData.listThemeData (framework, f: material design, cla: yes)

91930 Revert "Remove BottomNavigationBarItem.title deprecation" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91933 Cherrypick revert (framework, engine, f: material design, cla: yes)

91995 Fix typo in code comments (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

92039 Fix persistentFooter padding (framework, f: material design, cla: yes, waiting for tree to go green)

92088 Revert "Add TooltipVisibility widget" (framework, f: material design, cla: yes)

92090 Reland "Add TooltipVisibility widget" (framework, f: material design, cla: yes, waiting for tree to go green)

92167 Update clipboard status on cut (a: text input, framework, f: material design, cla: yes, f: cupertino)

92245 Fix typos (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92295 Remove assert that prevents WidgetSpans from being used in SelectableText (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92329 Ignore Scaffold drawer callbacks when value doesn't change (framework, f: material design, cla: yes)

92443 Removed primaryVariant from usage by the SnackBar. (framework, f: material design, cla: yes)

92486 fix a throw due to double precison (framework, f: material design, cla: yes, waiting for tree to go green)

92598 Leader not always dirty (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92614 Blinking cursor respects TickerMode (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92670 Update Data Table Class with Borders Like Table Widgets (#36837) (framework, f: material design, cla: yes, waiting for tree to go green)

92698 InputDecorator floating label origin no longer depends on ThemeData.fixTextFieldOutlineLabel (framework, f: material design, cla: yes)

92713 Fix typo in the API docs of brightness (framework, f: material design, cla: yes)

92820 Revert "Refactor ThemeData (#91497)" (framework, f: material design, cla: yes)

a: tests - 57 pull request(s)

#

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

87076 Add a hook for scroll position to notify scrolling context when dimen… (a: tests, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

87197 Add RichText support to find.text() (a: tests, severe: new feature, framework, cla: yes)

87297 Reattempt: Restores surface size and view configuration in the postTest of test binding (a: tests, framework, cla: yes)

87604 Use Device specific gesture configuration for scroll views (a: tests, framework, cla: yes, waiting for tree to go green)

87880 Updated skipped tests for flutter_test directory. (a: tests, framework, cla: yes, skip-test)

87962 Fix errors in examples (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

88293 Revert "Reattempt: Restores surface size and view configuration in the postTest of test binding" (a: tests, framework, cla: yes)

88308 clean up stale or unnecessary TODOS (a: tests, team, tool, framework, cla: yes, waiting for tree to go green, tech-debt)

88396 Run plugin_lint_mac task when either flutter_tools or integration_test packages change (a: tests, team, tool, cla: yes, waiting for tree to go green, integration_test)

88427 createTestImage refactor (a: tests, framework, cla: yes, waiting for tree to go green)

88439 fix: typo spelling grammar (a: tests, team, tool, framework, f: material design, cla: yes)

88539 Add richMessage parameter to the Tooltip widget. (a: tests, framework, f: material design, cla: yes)

88609 Fix DPR in test view configuration (a: tests, framework, cla: yes, will affect goldens)

88707 reassign jonahwilliams todos (a: tests, team, tool, framework, a: accessibility, cla: yes, waiting for tree to go green)

88761 feat: add Image support to finder (a: tests, framework, cla: yes, waiting for tree to go green)

88784 Fixed leak and removed no-shuffle tag in binding_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88824 Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88825 Use async timeline events for the phases of the scheduler binding (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

88834 Do not try to codesign during plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

88857 Fixed leak and removed no-shuffle tag in widgets/debug_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88877 Fixed leak and removed no-shuffle tag in platform_view_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88881 Fixed leak and removed no-shuffle tag in routes_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88889 Revert "Fix DPR in test view configuration" (a: tests, framework, cla: yes)

88900 Fixed leak and removed no-shuffle tag in scroll_aware_image_provider_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88913 Configurable adb for deferred components release test script (a: tests, team, cla: yes, t: flutter driver, waiting for tree to go green, integration_test, tech-debt)

88933 Fixed leak and removed no-shuffle tag in dismissible_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88989 Add no-shuffle tag to platform_channel_test.dart (a: tests, team, framework, cla: yes, team: infra)

89020 feat: widget finders add widgetWithImage method (a: tests, framework, cla: yes, waiting for tree to go green)

89306 Add deferred components LUCI test and configure to use android_virtual_device dep (a: tests, team, cla: yes, team: infra, integration_test)

89393 Add raster cache metrics to timeline summaries (a: tests, team, framework, cla: yes, waiting for tree to go green)

89477 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (a: tests, team, framework, cla: yes, t: flutter driver, waiting for tree to go green, tech-debt)

89485 Fixed several typos (a: tests, team, tool, framework, f: material design, cla: yes, waiting for tree to go green)

89620 Run flutter_gallery macOS native tests on presubmit (a: tests, team, platform-mac, cla: yes, waiting for tree to go green, a: desktop)

89782 master->main default branch migration (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89795 Remove "unnecessary" imports from packages/ (a: tests, tool, framework, cla: yes, waiting for tree to go green)

89806 Turn Linux flutter_plugins test off (a: tests, cla: yes)

89952 Remove our extra timeout logic. (a: tests, team, framework, a: accessibility, cla: yes, waiting for tree to go green)

90072 Update local gold api (a: tests, framework, cla: yes)

90154 Update md5 method in flutter_goldens_client (a: tests, team, framework, cla: yes, waiting for tree to go green)

90629 Fix nested stretch overscroll (a: tests, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3))

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91078 Enable avoid_implementing_value_types lint (a: tests, tool, framework, f: material design, cla: yes, waiting for tree to go green)

91324 Update number of IPHONEOS_DEPLOYMENT_TARGET in plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91527 Document why some lints aren't enabled and fix some minor issues. (a: tests, team, tool, framework, cla: yes, waiting for tree to go green)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91567 Enable only_throw_errors (a: tests, team, tool, framework, cla: yes, d: examples, waiting for tree to go green)

91573 Enable prefer_relative_imports and fix files. (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green, integration_test)

91593 Do not output the error msg to the console when run a throwable test (a: tests, framework, f: material design, cla: yes, waiting for tree to go green, a: error message)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

92134 [web] enable CanvasKit tests using a local bundle fetched from CIPD (a: tests, team, tool, framework, cla: yes)

tech-debt - 42 pull request(s)

#

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

87700 Updated skipped tests for rendering directory. (team, framework, cla: yes, tech-debt, skip-test)

87873 Updated skipped tests for scheduler directory. (team, framework, cla: yes, tech-debt, skip-test)

87874 Updated skipped tests for services directory. (team, framework, cla: yes, tech-debt, skip-test)

87879 Updated skipped tests for widgets directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test)

87925 Updated skipped tests for flutter_tools. (team, tool, cla: yes, tech-debt, skip-test)

88144 Rename IOSDeviceInterface to IOSDeviceConnectionInterface (platform-ios, tool, cla: yes, waiting for tree to go green, tech-debt)

88308 clean up stale or unnecessary TODOS (a: tests, team, tool, framework, cla: yes, waiting for tree to go green, tech-debt)

88365 Add fixes for AppBar deprecations (team, framework, f: material design, cla: yes, waiting for tree to go green, tech-debt)

88784 Fixed leak and removed no-shuffle tag in binding_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88824 Fixed leak and removed no-shuffle tag in widgets/clip_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88857 Fixed leak and removed no-shuffle tag in widgets/debug_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88877 Fixed leak and removed no-shuffle tag in platform_view_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88881 Fixed leak and removed no-shuffle tag in routes_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88893 Updated some skip test comments that were missed in the audit. (team, framework, f: material design, cla: yes, tech-debt, skip-test)

88894 Enhance the skip test parsing the analyzer script. (team, cla: yes, waiting for tree to go green, tech-debt, skip-test)

88900 Fixed leak and removed no-shuffle tag in scroll_aware_image_provider_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

88913 Configurable adb for deferred components release test script (a: tests, team, cla: yes, t: flutter driver, waiting for tree to go green, integration_test, tech-debt)

88933 Fixed leak and removed no-shuffle tag in dismissible_test.dart (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt)

89477 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (a: tests, team, framework, cla: yes, t: flutter driver, waiting for tree to go green, tech-debt)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

90291 Add more tests for dart fixes (team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90293 Remove FloatingHeaderSnapConfiguration.vsync deprecation (team, framework, severe: API break, f: scrolling, cla: yes, waiting for tree to go green, tech-debt)

90294 Remove AndroidViewController.id deprecation (team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90296 Remove deprecated text input formatting classes (a: text input, team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91309 Migrate assets, common, icon_tree_shaker to null safety (tool, cla: yes, a: null-safety, tech-debt)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91455 Migrate android build target to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91457 Move DeviceManager into null migrated globals library (tool, cla: yes, a: null-safety, tech-debt)

91516 Migrate crash_reporting and github_template (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91704 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91705 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92019 Marks Linux_android flutter_gallery__image_cache_memory to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92055 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92056 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92124 Migrate mdns_discovery and ios simulator to null safety (a: text input, tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92128 Migrate android_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92131 Migrate doctor to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92147 Migrate integration test shard test data to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92423 Marks Mac_ios platform_view_ios__start_up to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

integration_test - 41 pull request(s)

#

84611 Add native iOS screenshots to integration_test (team, platform-ios, cla: yes, waiting for tree to go green, integration_test)

88013 Refactor iOS integration_test API to support Swift, dynamically add native tests (platform-ios, cla: yes, waiting for tree to go green, integration_test)

88030 Deferred components integration test app (team, platform-android, framework, cla: yes, t: flutter driver, waiting for tree to go green, integration_test)

88396 Run plugin_lint_mac task when either flutter_tools or integration_test packages change (a: tests, team, tool, cla: yes, waiting for tree to go green, integration_test)

88604 Document multi-timeline usage (cla: yes, waiting for tree to go green, integration_test)

88913 Configurable adb for deferred components release test script (a: tests, team, cla: yes, t: flutter driver, waiting for tree to go green, integration_test, tech-debt)

89306 Add deferred components LUCI test and configure to use android_virtual_device dep (a: tests, team, cla: yes, team: infra, integration_test)

89621 Increase integration_test package minimum iOS version to 9.0 (platform-ios, cla: yes, waiting for tree to go green, integration_test)

89698 Fix Shrine scrollbar crash (team, severe: crash, team: gallery, cla: yes, waiting for tree to go green, integration_test)

90642 Migrate Gradle (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91030 Change project.buildDir in standalone subprojects property (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

91126 Update outdated runners in the benchmarks folder (team, tool, cla: yes, integration_test)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91346 Add a startup test that delays runApp (team, cla: yes, waiting for tree to go green, integration_test)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91459 Revert gradle roll (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91573 Enable prefer_relative_imports and fix files. (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91653 Enable depend_on_referenced_packages lint (team, cla: yes, waiting for tree to go green, integration_test)

91659 Add some more new lints (team, cla: yes, waiting for tree to go green, integration_test)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

92022 Bump Android Compile SDK to 31 (team, tool, cla: yes, waiting for tree to go green, integration_test)

92032 [keyboard_textfield_test] wait until the keyboard becomes visible (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92052 Bump Kotlin version in templates and projects (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

92065 Remove sandbox entitlement to allow tests to run on big sur. (team, cla: yes, waiting for tree to go green, integration_test, warning: land on red to fix tree breakage)

92066 Add android:exported property to support API 31 for deferred components test (team, cla: yes, waiting for tree to go green, integration_test)

92106 Revert "Update outdated runners in the benchmarks folder" (team, tool, cla: yes, integration_test)

92118 Set exported to true to allow external adb to start app for CI (team, cla: yes, waiting for tree to go green, integration_test)

92271 Ignore analyzer implict dynamic checks for js_util generic return type (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92277 [web] fix web_e2e_tests README (team, cla: yes, waiting for tree to go green, integration_test)

92303 [web] fix race in the image_loading_integration.dart test (team, cla: yes, waiting for tree to go green, integration_test)

92305 [web] use local CanvasKit bundle in all e2e tests (team, cla: yes, waiting for tree to go green, integration_test)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

92602 Differentiate between TalkBack versions for semantics tests. (team, a: accessibility, cla: yes, integration_test)

92800 Manually roll the engine and update Gradle dependency locks (team, engine, a: accessibility, cla: yes, d: examples, integration_test)

a: text input - 38 pull request(s)

#

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

85653 Keyboard text selection and wordwrap (a: text input, framework, cla: yes)

88193 Autocomplete: support asynchronous options (a: text input, severe: new feature, framework, cla: yes, waiting for tree to go green)

90227 Some test cleanup for flutter_tools. (a: text input, team, tool, cla: yes, waiting for tree to go green)

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90296 Remove deprecated text input formatting classes (a: text input, team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90526 Unskip some editable tests on web (a: text input, framework, cla: yes, a: typography, platform-web, waiting for tree to go green)

90894 Launch DevTools from the 'dart devtools' command instead of pub (a: text input, tool, cla: yes)

90986 TextStyle.apply,copyWith,merge should support a package parameter (a: text input, framework, f: material design, cla: yes)

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91129 Fix ActivateIntent overriding the spacebar for text entry (a: text input, framework, cla: yes, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91239 Replace all BorderRadius.circular with const BorderRadius.all (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91362 Remove duplicate comments in TextEditingActionTarget (a: text input, framework, cla: yes, waiting for tree to go green)

91389 Conditionally apply clipping in StretchingOverscrollIndicator (a: text input, framework, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3), will affect goldens)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91439 Revert "Remove autovalidate deprecations" (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91573 Enable prefer_relative_imports and fix files. (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91827 _CastError on Semantics copy in release mode (a: text input, framework, cla: yes, waiting for tree to go green)

91995 Fix typo in code comments (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92032 [keyboard_textfield_test] wait until the keyboard becomes visible (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92124 Migrate mdns_discovery and ios simulator to null safety (a: text input, tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92167 Update clipboard status on cut (a: text input, framework, f: material design, cla: yes, f: cupertino)

92245 Fix typos (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92271 Ignore analyzer implict dynamic checks for js_util generic return type (a: text input, team, cla: yes, waiting for tree to go green, integration_test)

92295 Remove assert that prevents WidgetSpans from being used in SelectableText (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92544 Revert "Fix ActivateIntent overriding the spacebar for text entry" (a: text input, framework, cla: yes)

92598 Leader not always dirty (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

92614 Blinking cursor respects TickerMode (a: text input, framework, f: material design, cla: yes, waiting for tree to go green)

f: cupertino - 36 pull request(s)

#

75110 use FadeTransition instead of Opacity where applicable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

83028 Fix comments (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, documentation)

86312 [autofill] opt-out instead of opt-in (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

86736 Text Editing Model Refactor (framework, f: material design, cla: yes, f: cupertino, work in progress; do not review)

86821 Add tag support for executing reduced test sets (a: tests, team, tool, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

87231 Switch document generation to use the snippets package (team, framework, f: material design, cla: yes, f: cupertino)

87280 Extract Sample code into examples/api (team, framework, f: material design, cla: yes, f: cupertino, d: examples)

87678 hasStrings support for eliminating clipboard notifications (framework, f: material design, cla: yes, f: cupertino)

87693 Revert "update ScrollMetricsNotification" (framework, cla: yes, f: cupertino)

87792 Change hitTest signatures to be non-nullable (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

87818 Reland "update ScrollMetricsNotification (#87421)" (framework, cla: yes, f: cupertino)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

87971 [EditableText] call onSelectionChanged only when there are actual selection/cause changes (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

88183 Revert "[EditableText] call onSelectionChanged only when there're actual selection/cause changes" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

88935 Workaround rounding erros in cupertino nav bar transition (framework, cla: yes, f: cupertino, waiting for tree to go green)

89021 Add smoke tests for all the examples, fix 17 broken examples. (team, tool, framework, f: material design, cla: yes, f: cupertino, d: examples)

89117 Fix text field naming (framework, cla: yes, f: cupertino, waiting for tree to go green)

89331 Use rootOverlay for CupertinoContextMenu (framework, cla: yes, f: cupertino, waiting for tree to go green)

89604 Implement operator = and hashcode for CupertinoThemeData (framework, cla: yes, f: cupertino, waiting for tree to go green)

89670 Revert "Implement operator = and hashcode for CupertinoThemeData" (framework, f: material design, cla: yes, f: cupertino)

90291 Add more tests for dart fixes (team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90311 Fix some scrollbar track and border painting issues (framework, f: material design, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green)

90423 Add clipBeheavior support to TextFields (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91239 Replace all BorderRadius.circular with const BorderRadius.all (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91829 Minor doc fix for CupertinoTabBar (framework, cla: yes, f: cupertino, waiting for tree to go green)

91930 Revert "Remove BottomNavigationBarItem.title deprecation" (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)

92167 Update clipboard status on cut (a: text input, framework, f: material design, cla: yes, f: cupertino)

f: scrolling - 32 pull request(s)

#

65015 PageView resize from zero-size viewport should not lose state (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: state restoration)

84394 Add Snapping Behavior to DraggableScrollableSheet (severe: new feature, team, framework, f: scrolling, cla: yes, d: examples, waiting for tree to go green)

85652 [new feature] Add support for a RawScrollbar.shape (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green)

87076 Add a hook for scroll position to notify scrolling context when dimen… (a: tests, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

87698 Prevent Scrollbar axis flipping when there is an oriented scroll controller (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: error message)

87740 Update MaterialScrollBehavior.buildScrollbar for horizontal axes (framework, f: material design, a: fidelity, f: scrolling, cla: yes, waiting for tree to go green)

87801 Fix precision error in NestedScrollView (framework, f: scrolling, cla: yes, waiting for tree to go green)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

88152 fix a scrollbar updating bug (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

88295 Add theme support for choosing android overscroll indicator (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green)

89242 Update StretchingOverscrollIndicator for reversed scrollables (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, will affect goldens, a: annoyance)

89885 Revert clamping scroll simulation changes (severe: regression, team, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

90215 Fix overflow in stretching overscroll (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, customer: money (g3), a: layout)

90293 Remove FloatingHeaderSnapConfiguration.vsync deprecation (team, framework, severe: API break, f: scrolling, cla: yes, waiting for tree to go green, tech-debt)

90311 Fix some scrollbar track and border painting issues (framework, f: material design, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green)

90419 Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green, a: layout)

90629 Fix nested stretch overscroll (a: tests, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3))

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91389 Conditionally apply clipping in StretchingOverscrollIndicator (a: text input, framework, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3), will affect goldens)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91498 Fixed a very small typo in code comments. (framework, f: scrolling, cla: yes, waiting for tree to go green)

91506 Scrollbar shouldRepaint to respect the shape (framework, f: scrolling, cla: yes, waiting for tree to go green)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91620 Fix visual overflow when overscrolling RenderShrinkWrappingViewport (framework, f: scrolling, cla: yes, waiting for tree to go green, will affect goldens)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91775 Rename "*Extent" to "*Size" (framework, f: scrolling, cla: yes)

91834 Fix ScrollBehavior copyWith (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

d: examples - 31 pull request(s)

#

84394 Add Snapping Behavior to DraggableScrollableSheet (severe: new feature, team, framework, f: scrolling, cla: yes, d: examples, waiting for tree to go green)

87280 Extract Sample code into examples/api (team, framework, f: material design, cla: yes, f: cupertino, d: examples)

88455 Reland remove DefaultShaderWarmup (team, framework, cla: yes, d: examples, waiting for tree to go green)

89021 Add smoke tests for all the examples, fix 17 broken examples. (team, tool, framework, f: material design, cla: yes, f: cupertino, d: examples)

89062 Fix (Vertical)Divider samples & docs (team, framework, f: material design, cla: yes, d: examples, waiting for tree to go green)

89076 Add all cubics to Cubic class doc (framework, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

89390 Reduce required Windows CMake version to 3.14 (team, tool, cla: yes, d: examples)

90304 Migrate iOS project to Xcode 13 compatibility (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode)

90642 Migrate Gradle (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91030 Change project.buildDir in standalone subprojects property (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

91125 Update outdated platform directories in examples (team, tool, cla: yes, d: examples)

91130 Add example test, update example READMEs (team, cla: yes, d: examples, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91448 Revert "Added support for MaterialState to InputDecorator" (team, framework, f: material design, cla: yes, d: examples)

91459 Revert gradle roll (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91567 Enable only_throw_errors (a: tests, team, tool, framework, cla: yes, d: examples, waiting for tree to go green)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

91762 Added support for MaterialState to InputDecorator (team, framework, f: material design, cla: yes, d: api docs, d: examples, documentation)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

92052 Bump Kotlin version in templates and projects (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

92800 Manually roll the engine and update Gradle dependency locks (team, engine, a: accessibility, cla: yes, d: examples, integration_test)

a: accessibility - 22 pull request(s)

#

87076 Add a hook for scroll position to notify scrolling context when dimen… (a: tests, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

88190 Fixes renderparagraph crashes due to truncated semantics node (framework, a: accessibility, cla: yes)

88318 Enable soft transition for tooltip (framework, a: accessibility, cla: yes, waiting for tree to go green)

88707 reassign jonahwilliams todos (a: tests, team, tool, framework, a: accessibility, cla: yes, waiting for tree to go green)

89885 Revert clamping scroll simulation changes (severe: regression, team, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

89952 Remove our extra timeout logic. (a: tests, team, framework, a: accessibility, cla: yes, waiting for tree to go green)

90281 [flutter_releases] Flutter stable 2.5.1 Framework Cherrypicks (team, framework, engine, f: material design, a: accessibility, cla: yes)

90466 Reland "Migrate android_semantics_testing to null safety" (team, a: accessibility, cla: yes)

90483 Revert "Reland "Migrate android_semantics_testing to null safety"" (team, a: accessibility, cla: yes)

90642 Migrate Gradle (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91030 Change project.buildDir in standalone subprojects property (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

91067 Enable avoid_setters_without_getters (a: tests, a: text input, tool, framework, a: accessibility, cla: yes, f: cupertino, waiting for tree to go green)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91459 Revert gradle roll (team, tool, a: accessibility, cla: yes, d: examples, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

92052 Bump Kotlin version in templates and projects (team, tool, a: accessibility, cla: yes, d: examples, waiting for tree to go green, integration_test)

92450 Improve how AttributedStrings are presented in the widget inspector (framework, a: accessibility, cla: yes, waiting for tree to go green)

92602 Differentiate between TalkBack versions for semantics tests. (team, a: accessibility, cla: yes, integration_test)

92800 Manually roll the engine and update Gradle dependency locks (team, engine, a: accessibility, cla: yes, d: examples, integration_test)

a: null-safety - 21 pull request(s)

#

88382 Migrate dds.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88846 Migrate mac.dart to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88850 Migrate some flutter_tools tests to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88851 Migrate ios_deploy to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88920 Migrate fuchsia sdk and dependencies to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

88923 Changed tool cached properties to late finals (tool, cla: yes, waiting for tree to go green, a: null-safety)

88934 Clean up null assumptions in devfs to prep for null safety migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

89009 Clean up null assumptions in vmservice for null safe migration (tool, cla: yes, waiting for tree to go green, a: null-safety)

91267 Migrate protocol_discovery to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety)

91309 Migrate assets, common, icon_tree_shaker to null safety (tool, cla: yes, a: null-safety, tech-debt)

91455 Migrate android build target to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91457 Move DeviceManager into null migrated globals library (tool, cla: yes, a: null-safety, tech-debt)

91516 Migrate crash_reporting and github_template (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91704 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

91705 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92055 Migrate desktop_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92056 Migrate xcdevice and ios devices to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92124 Migrate mdns_discovery and ios simulator to null safety (a: text input, tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92128 Migrate android_device to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92131 Migrate doctor to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

92147 Migrate integration test shard test data to null safety (tool, cla: yes, waiting for tree to go green, a: null-safety, tech-debt)

platform-ios - 20 pull request(s)

#

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

84611 Add native iOS screenshots to integration_test (team, platform-ios, cla: yes, waiting for tree to go green, integration_test)

88013 Refactor iOS integration_test API to support Swift, dynamically add native tests (platform-ios, cla: yes, waiting for tree to go green, integration_test)

88074 Update flutter create templates for Xcode 13 (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, t: xcode)

88137 Make doctor Xcode version requirement clearer (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

88144 Rename IOSDeviceInterface to IOSDeviceConnectionInterface (platform-ios, tool, cla: yes, waiting for tree to go green, tech-debt)

88834 Do not try to codesign during plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

89618 Run flutter_gallery ios tests on arm64 device (team, platform-ios, cla: yes, waiting for tree to go green)

89621 Increase integration_test package minimum iOS version to 9.0 (platform-ios, cla: yes, waiting for tree to go green, integration_test)

89695 Set plugin template minimum Flutter SDK to 2.5 (platform-ios, tool, cla: yes, waiting for tree to go green)

89991 Bump cocoapods from 1.10.2 to 1.11.2 (team, platform-ios, cla: yes)

90021 Default new project to the ios-signing-cert development team (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90088 Set BUILD_DIR and OBJROOT when determining if plugins support arm64 simulators (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90304 Migrate iOS project to Xcode 13 compatibility (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode)

90893 Roll ios-deploy to support new iOS devices (platform-ios, cla: yes, waiting for tree to go green)

90906 Xcode 13 as minimum recommended version (platform-ios, tool, cla: yes, t: xcode)

90966 Catch FormatException from bad simulator log output (platform-ios, tool, cla: yes, waiting for tree to go green)

90967 Catch FormatException parsing XCDevice._getAllDevices (platform-ios, tool, cla: yes, waiting for tree to go green)

91324 Update number of IPHONEOS_DEPLOYMENT_TARGET in plugin_test_ios (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

engine - 19 pull request(s)

#

88062 [flutter_releases] Flutter beta 2.5.0-5.1.pre Framework Cherrypicks (engine, cla: yes)

88204 Revert "Roll Engine from b3248764e4dd to 6227940c3a06 (17 revisions)" (engine, cla: yes)

88476 [flutter_releases] Flutter beta 2.5.0-5.2.pre Framework Cherrypicks (tool, engine, f: material design, a: internationalization, cla: yes)

89305 Revert "Roll Engine from d149231127c0 to c31aba1eecde (1 revision)" (engine, cla: yes)

89345 [flutter_releases] Flutter beta 2.5.0-5.3.pre Framework Cherrypicks (team, engine, cla: yes)

89625 [flutter_releases] Flutter stable 2.5.0 Framework Cherrypicks (engine, cla: yes)

90141 [flutter_releases] Flutter beta 2.6.0-5.2.pre Framework Cherrypicks (team, engine, cla: yes)

90281 [flutter_releases] Flutter stable 2.5.1 Framework Cherrypicks (team, framework, engine, f: material design, a: accessibility, cla: yes)

91047 [flutter_releases] Flutter stable 2.5.2 Framework Cherrypicks (team, tool, engine, cla: yes)

91154 Cherry pick engine to include a Fuchsia revert. (engine, cla: yes)

91699 Cherrypick Engine to include Fuchsia SDK revert (engine, cla: yes)

91871 [flutter_releases] Flutter stable 2.5.3 Framework Cherrypicks (team, tool, engine, cla: yes)

91907 Roll Engine from 8034050e7810 to 60d0fdfa2232 (18 revisions) (framework, engine, cla: yes)

91918 Cherry pick engine 33ad6c4d3fc3f9cb4391980531cb12cfc44e4137 (engine, cla: yes)

91933 Cherrypick revert (framework, engine, f: material design, cla: yes)

92104 [flutter_releases] Flutter beta 2.7.0-3.0.pre Framework Cherrypicks (engine, cla: yes)

92605 [flutter_releases] Flutter beta 2.7.0-3.1.pre Framework Cherrypicks (engine, cla: yes)

92795 Cherrypick an engine revert on flutter-2.8-candidate.2 (engine, cla: yes)

92800 Manually roll the engine and update Gradle dependency locks (team, engine, a: accessibility, cla: yes, d: examples, integration_test)

documentation - 13 pull request(s)

#

83028 Fix comments (framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, documentation)

88264 Move the documentation for compute to the ComputeImpl typedef (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88650 Minor PointerExitEvent class docs update :) (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88822 Document AssetBundle loadString Decoding Behavior (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

89076 Add all cubics to Cubic class doc (framework, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

89079 Add & improve DropdownButtonFormField reference to DropdownButton (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89700 Update ScaffoldMessenger docs for MaterialBanners (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

90081 Update docs for edge to edge (platform-android, framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

91762 Added support for MaterialState to InputDecorator (team, framework, f: material design, cla: yes, d: api docs, d: examples, documentation)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

d: api docs - 12 pull request(s)

#

88264 Move the documentation for compute to the ComputeImpl typedef (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88650 Minor PointerExitEvent class docs update :) (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

88822 Document AssetBundle loadString Decoding Behavior (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

89076 Add all cubics to Cubic class doc (framework, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

89079 Add & improve DropdownButtonFormField reference to DropdownButton (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

89700 Update ScaffoldMessenger docs for MaterialBanners (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)

90081 Update docs for edge to edge (platform-android, framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91719 Bump targetSdkVersion to 31 and organize static values (team, tool, a: accessibility, cla: yes, d: api docs, d: examples, documentation, integration_test)

91762 Added support for MaterialState to InputDecorator (team, framework, f: material design, cla: yes, d: api docs, d: examples, documentation)

91763 [CupertinoTabBar] Add an official interactive sample (team, framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)

91998 [doc] Update suffixIcon/prefixIcon for alignment with code snippet (team, framework, f: material design, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)

f: focus - 11 pull request(s)

#

87618 Fix AnimatedCrossFade would focus on a hidden widget (framework, a: animation, cla: yes, f: focus)

90843 Add external focus node constructor to Focus widget (framework, cla: yes, f: focus)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91332 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91438 Revert "Enable avoid_print lint." (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, f: focus, integration_test)

91444 Enable avoid_print lint. (a: tests, a: text input, team, tool, framework, f: material design, cla: yes, d: examples, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

will affect goldens - 9 pull request(s)

#

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

87879 Updated skipped tests for widgets directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test)

88301 RefreshProgressIndicator to look native (framework, f: material design, cla: yes, will affect goldens)

88609 Fix DPR in test view configuration (a: tests, framework, cla: yes, will affect goldens)

88697 Blurstyle for boxshadow v2 (framework, cla: yes, waiting for tree to go green, will affect goldens)

89242 Update StretchingOverscrollIndicator for reversed scrollables (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, will affect goldens, a: annoyance)

89264 Make sure Opacity widgets/layers do not drop the offset (framework, f: material design, cla: yes, will affect goldens)

91389 Conditionally apply clipping in StretchingOverscrollIndicator (a: text input, framework, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3), will affect goldens)

91620 Fix visual overflow when overscrolling RenderShrinkWrappingViewport (framework, f: scrolling, cla: yes, waiting for tree to go green, will affect goldens)

a: animation - 9 pull request(s)

#

87618 Fix AnimatedCrossFade would focus on a hidden widget (framework, a: animation, cla: yes, f: focus)

87775 Fix the showBottomSheet controller leaking (framework, a: animation, f: material design, cla: yes, a: quality, waiting for tree to go green, perf: memory)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91530 Enable no_default_cases lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, f: scrolling, cla: yes, f: cupertino, d: examples, waiting for tree to go green, f: focus, integration_test)

91585 Enable sort_child_properties_last lint (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

a: internationalization - 9 pull request(s)

#

85482 Fix avoid_renaming_method_parameters for pending analyzer change. (team, framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

87430 Update TabPageSelector Semantics Label Localization (framework, f: material design, a: internationalization, cla: yes, waiting for tree to go green)

88328 l10n updates for August beta (f: material design, a: internationalization, cla: yes)

88476 [flutter_releases] Flutter beta 2.5.0-5.2.pre Framework Cherrypicks (tool, engine, f: material design, a: internationalization, cla: yes)

90096 internationalization: fix select with incorrect message (tool, a: internationalization, cla: yes)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91479 [flutter_localizations] fix README links (framework, a: internationalization, cla: yes, waiting for tree to go green)

a: quality - 9 pull request(s)

#

87698 Prevent Scrollbar axis flipping when there is an oriented scroll controller (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: error message)

87775 Fix the showBottomSheet controller leaking (framework, a: animation, f: material design, cla: yes, a: quality, waiting for tree to go green, perf: memory)

88152 fix a scrollbar updating bug (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

88253 Make structuredErrors to not mess up with onError (framework, cla: yes, a: quality, waiting for tree to go green, a: error message)

89242 Update StretchingOverscrollIndicator for reversed scrollables (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, will affect goldens, a: annoyance)

90215 Fix overflow in stretching overscroll (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, customer: money (g3), a: layout)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

91834 Fix ScrollBehavior copyWith (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)

t: xcode - 8 pull request(s)

#

88074 Update flutter create templates for Xcode 13 (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, t: xcode)

88137 Make doctor Xcode version requirement clearer (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90021 Default new project to the ios-signing-cert development team (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90088 Set BUILD_DIR and OBJROOT when determining if plugins support arm64 simulators (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)

90304 Migrate iOS project to Xcode 13 compatibility (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode)

90906 Xcode 13 as minimum recommended version (platform-ios, tool, cla: yes, t: xcode)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

92604 [flutter_tools] xcresult parser. (tool, cla: yes, waiting for tree to go green, t: xcode)

skip-test - 8 pull request(s)

#

87700 Updated skipped tests for rendering directory. (team, framework, cla: yes, tech-debt, skip-test)

87873 Updated skipped tests for scheduler directory. (team, framework, cla: yes, tech-debt, skip-test)

87874 Updated skipped tests for services directory. (team, framework, cla: yes, tech-debt, skip-test)

87879 Updated skipped tests for widgets directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test)

87880 Updated skipped tests for flutter_test directory. (a: tests, framework, cla: yes, skip-test)

87925 Updated skipped tests for flutter_tools. (team, tool, cla: yes, tech-debt, skip-test)

88893 Updated some skip test comments that were missed in the audit. (team, framework, f: material design, cla: yes, tech-debt, skip-test)

88894 Enhance the skip test parsing the analyzer script. (team, cla: yes, waiting for tree to go green, tech-debt, skip-test)

severe: new feature - 7 pull request(s)

#

84394 Add Snapping Behavior to DraggableScrollableSheet (severe: new feature, team, framework, f: scrolling, cla: yes, d: examples, waiting for tree to go green)

85652 [new feature] Add support for a RawScrollbar.shape (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green)

86555 ImageInfo adds a new getter named sizeBytes to decouple ImageCache and ui.Image (severe: new feature, framework, cla: yes, a: images)

87197 Add RichText support to find.text() (a: tests, severe: new feature, framework, cla: yes)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

88193 Autocomplete: support asynchronous options (a: text input, severe: new feature, framework, cla: yes, waiting for tree to go green)

88295 Add theme support for choosing android overscroll indicator (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green)

f: gestures - 7 pull request(s)

#

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

f: routes - 6 pull request(s)

#

88122 Makes PlatformInformationProvider aware of the browser default route … (framework, cla: yes, f: routes, waiting for tree to go green)

91133 Clean up examples, remove section markers and --template args (a: text input, team, framework, a: animation, f: material design, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus)

91409 Enable avoid_redundant_argument_values lint (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

91461 Revert "Enable avoid_redundant_argument_values lint" (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91462 Enable avoid_redundant_argument_values lint (#91409) (a: tests, a: text input, team, tool, framework, a: animation, f: material design, a: accessibility, a: internationalization, f: scrolling, cla: yes, f: cupertino, d: examples, f: routes, f: gestures, f: focus, integration_test)

91642 Enable more lints (a: tests, a: text input, team, tool, framework, a: animation, f: scrolling, cla: yes, d: examples, f: routes, f: gestures, waiting for tree to go green, f: focus, integration_test)

platform-android - 6 pull request(s)

#

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

88030 Deferred components integration test app (team, platform-android, framework, cla: yes, t: flutter driver, waiting for tree to go green, integration_test)

88295 Add theme support for choosing android overscroll indicator (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green)

90081 Update docs for edge to edge (platform-android, framework, cla: yes, d: api docs, waiting for tree to go green, documentation)

92520 Add integration_test to flavor test project (team, platform-android, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, integration_test)

severe: API break - 6 pull request(s)

#

90292 Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90293 Remove FloatingHeaderSnapConfiguration.vsync deprecation (team, framework, severe: API break, f: scrolling, cla: yes, waiting for tree to go green, tech-debt)

90294 Remove AndroidViewController.id deprecation (team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

90295 Remove BottomNavigationBarItem.title deprecation (team, framework, f: material design, severe: API break, cla: yes, f: cupertino, waiting for tree to go green, tech-debt)

90296 Remove deprecated text input formatting classes (a: text input, team, framework, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

91443 Reland Remove autovalidate deprecations (a: text input, team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)

team: flakes - 5 pull request(s)

#

87607 Wait for module UI test buttons to be hittable before tapping them (team, cla: yes, team: flakes, waiting for tree to go green)

88404 Verbosify and print every command in ios_content_validation_test (tool, cla: yes, team: flakes, waiting for tree to go green)

89606 Directly specify keystore to prevent debug key signing flake in Deferred components integration test. (team, cla: yes, team: flakes, waiting for tree to go green, severe: flake)

92019 Marks Linux_android flutter_gallery__image_cache_memory to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

92423 Marks Mac_ios platform_view_ios__start_up to be flaky (team, cla: yes, team: flakes, waiting for tree to go green, tech-debt)

customer: money (g3) - 4 pull request(s)

#

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

90215 Fix overflow in stretching overscroll (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, customer: money (g3), a: layout)

90629 Fix nested stretch overscroll (a: tests, framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3))

91389 Conditionally apply clipping in StretchingOverscrollIndicator (a: text input, framework, f: scrolling, cla: yes, waiting for tree to go green, customer: money (g3), will affect goldens)

a: error message - 4 pull request(s)

#

87698 Prevent Scrollbar axis flipping when there is an oriented scroll controller (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: error message)

88253 Make structuredErrors to not mess up with onError (framework, cla: yes, a: quality, waiting for tree to go green, a: error message)

90217 Fix error from bad dart-fix rule (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message, tech-debt)

91593 Do not output the error msg to the console when run a throwable test (a: tests, framework, f: material design, cla: yes, waiting for tree to go green, a: error message)

a: fidelity - 4 pull request(s)

#

84307 Restart input connection after EditableText.onSubmitted (a: text input, platform-android, platform-ios, framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green)

87740 Update MaterialScrollBehavior.buildScrollbar for horizontal axes (framework, f: material design, a: fidelity, f: scrolling, cla: yes, waiting for tree to go green)

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

team: infra - 4 pull request(s)

#

88633 Add android_views integration tests to ci.yaml (team, cla: yes, waiting for tree to go green, team: infra)

88989 Add no-shuffle tag to platform_channel_test.dart (a: tests, team, framework, cla: yes, team: infra)

89306 Add deferred components LUCI test and configure to use android_virtual_device dep (a: tests, team, cla: yes, team: infra, integration_test)

89820 Add specific permissions to .github/workflows/lock.yaml (team, cla: yes, waiting for tree to go green, team: infra)

a: desktop - 3 pull request(s)

#

89620 Run flutter_gallery macOS native tests on presubmit (a: tests, team, platform-mac, cla: yes, waiting for tree to go green, a: desktop)

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

t: flutter driver - 3 pull request(s)

#

88030 Deferred components integration test app (team, platform-android, framework, cla: yes, t: flutter driver, waiting for tree to go green, integration_test)

88913 Configurable adb for deferred components release test script (a: tests, team, cla: yes, t: flutter driver, waiting for tree to go green, integration_test, tech-debt)

89477 Fixed order dependency and removed no-shuffle tag in flutter_driver_test (a: tests, team, framework, cla: yes, t: flutter driver, waiting for tree to go green, tech-debt)

a: layout - 3 pull request(s)

#

90215 Fix overflow in stretching overscroll (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, customer: money (g3), a: layout)

90419 Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green, a: layout)

90703 Correct notch geometry when MediaQuery padding.top is non-zero (severe: regression, framework, f: material design, cla: yes, a: layout)

platform-mac - 3 pull request(s)

#

88074 Update flutter create templates for Xcode 13 (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, t: xcode)

89620 Run flutter_gallery macOS native tests on presubmit (a: tests, team, platform-mac, cla: yes, waiting for tree to go green, a: desktop)

92508 Run flutter tester with arch -x86_64 on arm64 Mac (tool, platform-mac, cla: yes, waiting for tree to go green, platform-host-arm)

severe: regression - 3 pull request(s)

#

89885 Revert clamping scroll simulation changes (severe: regression, team, framework, a: accessibility, f: scrolling, cla: yes, waiting for tree to go green)

90419 Fix overflow edge case in overscrolled RenderShrinkWrappingViewport (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green, a: layout)

90703 Correct notch geometry when MediaQuery padding.top is non-zero (severe: regression, framework, f: material design, cla: yes, a: layout)

a: mouse - 2 pull request(s)

#

90634 Fix scrollbar dragging into overscroll when not allowed (framework, a: fidelity, f: scrolling, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

waiting for customer response - 2 pull request(s)

#

86844 [gen_l10n] to handle arbitrary DateFormat patterns (waiting for customer response, tool, cla: yes)

91866 Fix typo in settings_controller.dart (waiting for customer response, tool, cla: yes)

platform-web - 2 pull request(s)

#

90526 Unskip some editable tests on web (a: text input, framework, cla: yes, a: typography, platform-web, waiting for tree to go green)

90636 Always support hover to reveal scrollbar (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)

severe: crash - 1 pull request(s)

#

89698 Fix Shrine scrollbar crash (team, severe: crash, team: gallery, cla: yes, waiting for tree to go green, integration_test)

work in progress; do not review - 1 pull request(s)

#

86736 Text Editing Model Refactor (framework, f: material design, cla: yes, f: cupertino, work in progress; do not review)

platform-host-arm - 1 pull request(s)

#

92508 Run flutter tester with arch -x86_64 on arm64 Mac (tool, platform-mac, cla: yes, waiting for tree to go green, platform-host-arm)

perf: memory - 1 pull request(s)

#

87775 Fix the showBottomSheet controller leaking (framework, a: animation, f: material design, cla: yes, a: quality, waiting for tree to go green, perf: memory)

e: uwp - 1 pull request(s)

#

87859 Use `` as BINARY_NAME and CMake project name in UWP template (tool, cla: yes, waiting for tree to go green, e: uwp)

e: OS Version specific - 1 pull request(s)

#

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

team: benchmark - 1 pull request(s)

#

92530 Add extra benchmark metrics to test name in addition to builder name (team, cla: yes, waiting for tree to go green, team: benchmark)

CQ+1 - 1 pull request(s)

#

88383 reland disable ideographic script test on web (framework, cla: yes, waiting for tree to go green, CQ+1)

#

89698 Fix Shrine scrollbar crash (team, severe: crash, team: gallery, cla: yes, waiting for tree to go green, integration_test)

customer: crowd - 1 pull request(s)

#

87839 Android 12 overscroll stretch effect (severe: new feature, platform-android, framework, f: material design, f: scrolling, cla: yes, f: cupertino, f: gestures, customer: crowd, waiting for tree to go green, customer: money (g3), will affect goldens, e: OS Version specific)

a: typography - 1 pull request(s)

#

90526 Unskip some editable tests on web (a: text input, framework, cla: yes, a: typography, platform-web, waiting for tree to go green)

a: state restoration - 1 pull request(s)

#

65015 PageView resize from zero-size viewport should not lose state (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: state restoration)

a: images - 1 pull request(s)

#

86555 ImageInfo adds a new getter named sizeBytes to decouple ImageCache and ui.Image (severe: new feature, framework, cla: yes, a: images)

a: annoyance - 1 pull request(s)

#

89242 Update StretchingOverscrollIndicator for reversed scrollables (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green, will affect goldens, a: annoyance)

warning: land on red to fix tree breakage - 1 pull request(s)

#

92065 Remove sandbox entitlement to allow tests to run on big sur. (team, cla: yes, waiting for tree to go green, integration_test, warning: land on red to fix tree breakage)

severe: flake - 1 pull request(s)

#

89606 Directly specify keystore to prevent debug key signing flake in Deferred components integration test. (team, cla: yes, team: flakes, waiting for tree to go green, severe: flake)

Merged PRs by labels for flutter/engine

#

cla: yes - 1142 pull request(s)

#

24756 Display Features support (Foldable and Cutout) (platform-android, cla: yes, waiting for tree to go green)

24916 Linux texture support (cla: yes, waiting for tree to go green)

26880 Migrated integration_flutter_test/embedder (scenic integration test) from fuchsia.git (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

26996 Add SPIR-V FragmentShader API to painting.dart (platform-android, cla: yes, platform-web, platform-fuchsia)

27413 Bump Android version and add more info to create_sdk_cipd_package.sh (cla: yes, waiting for tree to go green)

27423 fuchsia: Add scaffolding and basic implementation for flatland migration (cla: yes, platform-fuchsia)

27472 Remove dead localization code from the iOS embedder (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

27662 Implementation of two or more threads merging for multiple platform views (platform-android, cla: yes)

27687 Fix a typo in https://github.com/flutter/engine/pull/27311 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

27694 UWP: Fix uwptools that does not uninstall package (cla: yes, platform-windows, needs tests)

27749 hasStrings on Windows (cla: yes, waiting for tree to go green, platform-windows)

27757 Rename fl_get_length to fl_value_get_length (cla: yes, waiting for tree to go green, platform-linux)

27760 Do not call CoreWindow::Visible from raster thread (cla: yes, platform-windows, needs tests)

27786 fix crash SemanticsObject dealloc and access the children (platform-ios, cla: yes, waiting for tree to go green, needs tests)

27849 [fuchsia] [ffi] Basic support for Channels and Handles (cla: yes, waiting for tree to go green, platform-fuchsia)

27854 Unskip iOS launch URL tests (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

27863 Windows: Add multi-touch support (cla: yes, waiting for tree to go green, platform-windows)

27872 [web] Don't reset history on hot restart (cla: yes, platform-web, needs tests, cp: 2.5)

27874 Support iOS universal links route deep linking (platform-ios, cla: yes, waiting for tree to go green)

27878 Fix wrong EGL value in AndroidEnvironmentGL (platform-android, cla: yes, waiting for tree to go green, needs tests)

27882 [web] remove implicit casts and implicit dynamic (cla: yes, platform-web)

27884 Prevent a race between SurfaceTexture.release and attachToGLContext (platform-android, cla: yes, waiting for tree to go green, needs tests)

27892 Reland enable DisplayList by default (cla: yes, waiting for tree to go green)

27893 Adds semantics tooltip support (platform-android, cla: yes, waiting for tree to go green, platform-fuchsia, embedder)

27896 Roll Skia from f3868628f987 to b806da450199 (6 revisions) (cla: yes, waiting for tree to go green)

27897 fuchsia: Fix thread names + add test (cla: yes, waiting for tree to go green, platform-fuchsia)

27898 Roll buildroot (cla: yes, waiting for tree to go green)

27899 Embed OCMock and iOS tests into IosUnitTests app (platform-ios, cla: yes, waiting for tree to go green)

27900 Remove references to deprecated SkClipOps (cla: yes, waiting for tree to go green, needs tests)

27901 Roll Skia from b806da450199 to 36aef96fec47 (1 revision) (cla: yes, waiting for tree to go green)

27902 Roll Skia from 36aef96fec47 to 337e4848397d (1 revision) (cla: yes, waiting for tree to go green)

27903 Roll Dart SDK from 96fdaff98f48 to 5406f286f566 (5 revisions) (cla: yes, waiting for tree to go green)

27904 Roll Skia from 337e4848397d to 1f808360e586 (1 revision) (cla: yes, waiting for tree to go green)

27905 Roll Skia from 1f808360e586 to 100079422340 (2 revisions) (cla: yes, waiting for tree to go green)

27906 Roll Dart SDK from 5406f286f566 to 131d357297e2 (1 revision) (cla: yes, waiting for tree to go green)

27908 Roll Skia from 100079422340 to daa971741613 (3 revisions) (cla: yes, waiting for tree to go green)

27909 Roll Skia from daa971741613 to 8ba1e71a1f59 (2 revisions) (cla: yes, waiting for tree to go green)

27910 Roll Skia from 8ba1e71a1f59 to 7893d2d0862d (1 revision) (cla: yes, waiting for tree to go green)

27911 [web] Fix types of some event listeners (cla: yes, platform-web, needs tests)

27912 Roll Skia from 7893d2d0862d to c0bfdffe3d53 (1 revision) (cla: yes, waiting for tree to go green)

27913 Roll Dart SDK from 131d357297e2 to 6d96e6063edc (2 revisions) (cla: yes, waiting for tree to go green)

27915 Fix memory leak in PlatformViewsController (platform-android, cla: yes, waiting for tree to go green)

27916 Roll Skia from c0bfdffe3d53 to e53c721d781f (3 revisions) (cla: yes, waiting for tree to go green)

27917 Roll Skia from e53c721d781f to 134c5f7f690b (12 revisions) (cla: yes, waiting for tree to go green)

27918 Roll Skia from 134c5f7f690b to 462e18821630 (1 revision) (cla: yes, waiting for tree to go green)

27919 Roll Skia from 462e18821630 to aef5dc78f38a (1 revision) (cla: yes, waiting for tree to go green)

27921 Windows keyboard integration tests and fix a number of issues (cla: yes, platform-windows)

27922 [UWP] Remove 1px offset to make root widget fully shown (cla: yes, waiting for tree to go green, platform-windows)

27924 Fix the SurfaceTexture related crash by replacing the JNI weak global reference with WeakReference (platform-android, cla: yes, waiting for tree to go green, needs tests)

27926 Roll Skia from aef5dc78f38a to 94fcb37e5b4f (15 revisions) (cla: yes, waiting for tree to go green)

27929 added python version note to the luci script (cla: yes, waiting for tree to go green)

27932 Fix routerinformationupdate can take complex json (cla: yes, platform-web)

27934 Roll Fuchsia Mac SDK from rQOi2N8BM... to XuRmqkWX2... (cla: yes, waiting for tree to go green)

27935 Roll Dart SDK from 6d96e6063edc to cf20a69c75cf (2 revisions) (cla: yes, waiting for tree to go green)

27937 Roll Fuchsia Linux SDK from q6H_ZE5Bs... to wX-ifEGo5... (cla: yes, waiting for tree to go green)

27938 Roll Skia from 94fcb37e5b4f to ca13a3acc4b2 (10 revisions) (cla: yes, waiting for tree to go green)

27940 [ci.yaml] Remove deprecated builder field (cla: yes, waiting for tree to go green)

27941 Fix sample analyzer errors in text.dart (cla: yes, needs tests)

27942 Provide Open JDK 11 (platform-android, cla: yes, waiting for tree to go green)

27943 Roll Dart SDK from cf20a69c75cf to 749ee4e9e053 (1 revision) (cla: yes, waiting for tree to go green)

27944 Roll Fuchsia Mac SDK from XuRmqkWX2... to 6XsAe3sPr... (cla: yes, waiting for tree to go green)

27945 Roll Fuchsia Linux SDK from wX-ifEGo5... to yZ4KOzDE1... (cla: yes, waiting for tree to go green)

27946 Avoid crashing when FlutterImageView is resized to zero dimension (platform-android, cla: yes, waiting for tree to go green, needs tests)

27947 Roll Skia from ca13a3acc4b2 to 6bc126d24d1b (1 revision) (cla: yes, waiting for tree to go green)

27948 Roll Fuchsia Mac SDK from 6XsAe3sPr... to aDswwwLbx... (cla: yes, waiting for tree to go green)

27949 Roll Fuchsia Linux SDK from yZ4KOzDE1... to GBIahjoek... (cla: yes, waiting for tree to go green)

27951 Roll Skia from 6bc126d24d1b to a28795fd64a4 (2 revisions) (cla: yes, waiting for tree to go green)

27952 Roll Fuchsia Mac SDK from aDswwwLbx... to iVa6afHb7... (cla: yes, waiting for tree to go green)

27954 Roll Fuchsia Linux SDK from GBIahjoek... to TK8mj-iQr... (cla: yes, waiting for tree to go green)

27955 Roll Skia from a28795fd64a4 to d27a0d39cea2 (1 revision) (cla: yes, waiting for tree to go green)

27956 Roll Fuchsia Mac SDK from iVa6afHb7... to 0iDbdLRq3... (cla: yes, waiting for tree to go green)

27957 Roll Fuchsia Linux SDK from TK8mj-iQr... to D6VF_8x5s... (cla: yes, waiting for tree to go green)

27958 Roll Skia from d27a0d39cea2 to fdf7b3c41f8e (1 revision) (cla: yes, waiting for tree to go green)

27959 Fix StandardMessageCodec test leaks (affects: engine, affects: tests, cla: yes)

27960 Roll Skia from fdf7b3c41f8e to 717ef9472b56 (1 revision) (cla: yes, waiting for tree to go green)

27962 Roll Skia from 717ef9472b56 to ad5944cf8dbb (7 revisions) (cla: yes, waiting for tree to go green)

27966 Roll Fuchsia Mac SDK from 0iDbdLRq3... to CYrOc5v2a... (cla: yes, waiting for tree to go green)

27967 Roll buildroot to c37164f39300c6e42560a5853e16a919688f7b86 (cla: yes)

27968 Roll Fuchsia Linux SDK from D6VF_8x5s... to 78gBCb4IK... (cla: yes, waiting for tree to go green)

27969 Windows host builds don't need android SDK (cla: yes)

27970 Python 3 compatibility fix for running Java tests using run_tests.py (cla: yes)

27971 Engine build configuration for web engine. (cla: yes)

27972 Fix: modifier keys not recognized on macOS Web (cla: yes, platform-web, cp: 2.5)

27974 added log statement to timerfd_settime failure (cla: yes, needs tests)

27975 Enable Dart compressed pointers for 64-bit mobile targets (cla: yes)

27976 Roll Dart SDK from 749ee4e9e053 to defd2ae02a3f (2 revisions) (cla: yes, waiting for tree to go green)

27977 [canvaskit] Release overlays to the cache once they have been used (cla: yes, platform-web)

27978 Use runtime checks for arguments, out directory (cla: yes, waiting for tree to go green, needs tests)

27980 Eliminate Mac Android Debug Engine shard (cla: yes)

27981 Roll Dart SDK from defd2ae02a3f to 2ca55ab863e9 (1 revision) (cla: yes, waiting for tree to go green)

27982 Roll Fuchsia Mac SDK from CYrOc5v2a... to 65ocmUBj5... (cla: yes, waiting for tree to go green)

27983 Roll Dart SDK from 2ca55ab863e9 to 0e1f5a68c69f (1 revision) (cla: yes, waiting for tree to go green)

27985 [web_ui] Fixed aria-live attribute on web (cla: yes, platform-web)

27987 Roll Dart SDK from 0e1f5a68c69f to d68dff4d0820 (1 revision) (cla: yes, waiting for tree to go green)

27988 Roll Skia from ad5944cf8dbb to 23d8f9453581 (17 revisions) (cla: yes, waiting for tree to go green)

27991 Roll Skia from 23d8f9453581 to d89d445dea5e (10 revisions) (cla: yes, waiting for tree to go green)

27992 Sets focus before sending a11y focus event in Android (platform-android, cla: yes, waiting for tree to go green)

27995 [web] rename watcher.dart to pipeline.dart (cla: yes, waiting for tree to go green, platform-web, needs tests)

27996 GN build rules for tests using Fuchsia SDK Dart libraries and bindings (cla: yes, waiting for tree to go green, platform-fuchsia)

27998 Roll Dart SDK from d68dff4d0820 to 081dad8fea3e (1 revision) (cla: yes, waiting for tree to go green)

28000 Prevent potential leak of a closable render surface (platform-android, cla: yes, waiting for tree to go green)

28001 Roll Fuchsia Mac SDK from 65ocmUBj5... to KL3oDHUYH... (cla: yes, waiting for tree to go green)

28005 Roll Skia from d89d445dea5e to b5de6be2a85d (21 revisions) (cla: yes, waiting for tree to go green)

28006 Roll Dart SDK from 081dad8fea3e to 32238a66b5ca (1 revision) (cla: yes, waiting for tree to go green)

28007 ui.KeyData.toString (cla: yes, platform-web)

28008 Fix getLineBoundary for TextAffinity (cla: yes)

28010 Bump buildroot version (cla: yes)

28013 Fully inplement TaskRunner for UWP (flutter/flutter#70890) (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28015 Roll Fuchsia Mac SDK from KL3oDHUYH... to Gou0gs-Pc... (cla: yes, waiting for tree to go green)

28018 Roll Skia from b5de6be2a85d to ae43303ce5fd (8 revisions) (cla: yes, waiting for tree to go green)

28022 kick builds (cla: yes)

28023 Roll Skia from ae43303ce5fd to ed7b4f6a237d (12 revisions) (cla: yes, waiting for tree to go green)

28025 [flutter_releases] Flutter beta 2.5.0-5.1.pre Engine Cherrypicks (cla: yes, platform-web)

28026 Add feature detection to automatically use new subsetting api. (cla: yes, needs tests)

28027 Roll Skia from ed7b4f6a237d to b65b4da55418 (2 revisions) (cla: yes, waiting for tree to go green)

28029 Roll Dart SDK from 32238a66b5ca to 624de6ea9e59 (4 revisions) (cla: yes, waiting for tree to go green)

28031 Roll Skia from b65b4da55418 to b7f2215bbb50 (7 revisions) (cla: yes, waiting for tree to go green)

28032 Roll Fuchsia Linux SDK from 78gBCb4IK... to DuaoKMSCx... (cla: yes, waiting for tree to go green)

28036 Revert '[fuchsia] Make dart_runner work with cfv2 (#27226)' (cla: yes, platform-fuchsia, needs tests)

28037 Roll Dart SDK from 624de6ea9e59 to 8e3be460559f (1 revision) (cla: yes, waiting for tree to go green)

28038 Update builder configurations to apply the new generators format. (cla: yes)

28039 Roll Fuchsia Mac SDK from Gou0gs-Pc... to j0tWnUn2K... (cla: yes, waiting for tree to go green)

28040 Add bundletool to DEPS and remove outdated header comment (cla: yes)

28041 Roll Fuchsia Linux SDK from DuaoKMSCx... to G1rAOfmj_... (cla: yes, waiting for tree to go green)

28042 Roll Skia from b7f2215bbb50 to ec07af1279ec (8 revisions) (cla: yes, waiting for tree to go green)

28045 Fix some warnings seen after the migration to JDK 11 (platform-android, cla: yes, waiting for tree to go green, needs tests)

28047 Fix dead key crashes on Win32 (cla: yes, platform-windows)

28048 Roll Skia from ec07af1279ec to 1fc789943486 (8 revisions) (cla: yes, waiting for tree to go green)

28049 Roll Dart SDK from 8e3be460559f to 7b142a990f2b (2 revisions) (cla: yes, waiting for tree to go green)

28050 [web] Clean up legacy Paragraph implementation (cla: yes, platform-web)

28051 Roll Skia from 1fc789943486 to c01225114a00 (1 revision) (cla: yes, waiting for tree to go green)

28054 Roll Skia from c01225114a00 to ab005016f9aa (2 revisions) (cla: yes, waiting for tree to go green)

28055 Roll Dart SDK from 7b142a990f2b to 3272e5c97914 (2 revisions) (cla: yes, waiting for tree to go green)

28056 [web] add CanvasKit to CIPD; make it a DEPS dependency; add a manual roller script (cla: yes, platform-web, needs tests)

28057 Define WEB_UI_DIR using ENGINE_PATH. (cla: yes, platform-web)

28059 Fix memory leak in FlutterDarwinExternalTextureMetal (cla: yes, waiting for tree to go green, needs tests)

28061 Roll Fuchsia Linux SDK from G1rAOfmj_... to aRsjkcQxJ... (cla: yes, waiting for tree to go green)

28062 Roll Skia from ab005016f9aa to 801e5f7eb9b7 (2 revisions) (cla: yes, waiting for tree to go green)

28063 Roll Skia from 801e5f7eb9b7 to 35371bd92f10 (2 revisions) (cla: yes, waiting for tree to go green)

28064 [UWP] Implement clipboard. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28065 Fix memory leak in FlutterSwitchSemanticsObject (platform-ios, cla: yes, waiting for tree to go green, needs tests)

28066 Roll Fuchsia Mac SDK from j0tWnUn2K... to qyqXnccT8... (cla: yes, waiting for tree to go green)

28068 Roll Dart SDK from 3272e5c97914 to eb7661b63527 (1 revision) (cla: yes, waiting for tree to go green)

28070 Roll Skia from 35371bd92f10 to 68e4e20fae84 (6 revisions) (cla: yes, waiting for tree to go green)

28071 Build dart:zircon and dart:zircon_ffi (cla: yes, waiting for tree to go green, platform-fuchsia)

28072 [ci.yaml] Add default properties and dimensions (cla: yes, waiting for tree to go green)

28074 Roll Dart SDK from eb7661b63527 to 481bdbce9a92 (1 revision) (cla: yes, waiting for tree to go green)

28075 Roll Skia from 68e4e20fae84 to 9032cc61bbe2 (6 revisions) (cla: yes, waiting for tree to go green)

28076 Roll Fuchsia Linux SDK from aRsjkcQxJ... to WoiEzs7XB... (cla: yes, waiting for tree to go green)

28078 Roll Skia from 9032cc61bbe2 to 73339ada9d13 (1 revision) (cla: yes, waiting for tree to go green)

28079 roll buildroot (cla: yes)

28080 Roll Skia from 73339ada9d13 to 364ea352b002 (3 revisions) (cla: yes, waiting for tree to go green)

28081 Roll Fuchsia Mac SDK from qyqXnccT8... to DV0pzjjZ4... (cla: yes, waiting for tree to go green)

28082 Add --asan-options flag to run_tests.py (cla: yes)

28083 Roll Dart SDK from 481bdbce9a92 to 3e8633bcbf8f (2 revisions) (cla: yes, waiting for tree to go green)

28084 Run the Android Robolectric tests using Gradle (platform-android, cla: yes, waiting for tree to go green)

28085 Roll Skia from 364ea352b002 to 1049d8206120 (3 revisions) (cla: yes, waiting for tree to go green)

28087 [canvaskit] Optimize CanvasKit platform views in special cases (cla: yes, platform-web)

28089 Roll Dart SDK from 3e8633bcbf8f to bedc39b7a80b (1 revision) (cla: yes, waiting for tree to go green)

28090 Roll Skia from 1049d8206120 to abe39f5cb932 (6 revisions) (cla: yes, waiting for tree to go green)

28091 Revert "Enable Dart compressed pointers for 64-bit mobile targets" (cla: yes, waiting for tree to go green)

28092 Revert "Sets focus before sending a11y focus event in Android" (platform-android, cla: yes)

28093 Roll Fuchsia Linux SDK from WoiEzs7XB... to 54i7Z2kLS... (cla: yes, waiting for tree to go green)

28094 Roll Fuchsia Mac SDK from DV0pzjjZ4... to a27NGktH6... (cla: yes, waiting for tree to go green)

28095 Roll Skia from abe39f5cb932 to 72171b75ed20 (1 revision) (cla: yes, waiting for tree to go green)

28096 Roll Skia from 72171b75ed20 to b1f34bf3c2cb (1 revision) (cla: yes, waiting for tree to go green)

28098 [UWP] Implement setting cursor icon. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28100 [UWP] Add all mouse buttons support (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28101 Roll Skia from b1f34bf3c2cb to 6b9c7bb81419 (1 revision) (cla: yes, waiting for tree to go green)

28102 Roll Skia from 6b9c7bb81419 to fc3bee1232fa (1 revision) (cla: yes, waiting for tree to go green)

28103 Roll Skia from fc3bee1232fa to 7b2af606d352 (1 revision) (cla: yes, waiting for tree to go green)

28104 Roll Skia from 7b2af606d352 to 55ca4e692d8f (1 revision) (cla: yes, waiting for tree to go green)

28105 Roll Skia from 55ca4e692d8f to 9a6f3990aff7 (6 revisions) (cla: yes, waiting for tree to go green)

28107 Roll dart to 2.15.0-18.0.dev (cla: yes)

28109 Roll Skia from 9a6f3990aff7 to 7f4abe85a6d4 (1 revision) (cla: yes, waiting for tree to go green)

28110 Makes scrollable to use main screen if the flutter view is not attached (platform-ios, cla: yes, waiting for tree to go green)

28111 Remove unused python_binary build artifacts (cla: yes, waiting for tree to go green)

28112 Roll Skia from 7f4abe85a6d4 to 7d99ba2503e1 (2 revisions) (cla: yes, waiting for tree to go green)

28114 Roll Skia from 7d99ba2503e1 to bd40fb55bb11 (1 revision) (cla: yes, waiting for tree to go green)

28117 Issues/79528 reland (platform-android, cla: yes, waiting for tree to go green)

28118 Roll Fuchsia Mac SDK from a27NGktH6... to ZRdfbSetp... (cla: yes, waiting for tree to go green)

28119 Roll Skia from bd40fb55bb11 to 9ded59bbadb3 (2 revisions) (cla: yes, waiting for tree to go green)

28121 Roll Fuchsia Linux SDK from 54i7Z2kLS... to ctNKhIDQX... (cla: yes, waiting for tree to go green)

28122 [ci.yam] Enable roller dry on presubmit (cla: yes, waiting for tree to go green)

28123 Roll Dart SDK from d39206fb4e25 to 7bd8eb1d95e7 (1 revision) (cla: yes, waiting for tree to go green)

28124 Fix SkXfermode doc link in lib/ui/painting.dart (cla: yes, needs tests)

28125 Fix dead key handling on Win32 (again) (cla: yes, platform-windows)

28127 Roll Fuchsia Mac SDK from ZRdfbSetp... to n7ocDhOf_... (cla: yes, waiting for tree to go green)

28128 Revert "Add bundletool to DEPS and remove outdated header comment" (cla: yes, needs tests)

28129 Roll Fuchsia Linux SDK from ctNKhIDQX... to FJeJwYM81... (cla: yes, waiting for tree to go green)

28130 Roll Skia from 9ded59bbadb3 to 059798f40eac (12 revisions) (cla: yes, waiting for tree to go green)

28131 Windows: Add dark theme support. (cla: yes, platform-windows)

28132 Roll Dart SDK from 7bd8eb1d95e7 to 17c9a00cce20 (3 revisions) (cla: yes, waiting for tree to go green)

28133 Roll Skia from 059798f40eac to 17dc658f29e5 (1 revision) (cla: yes, waiting for tree to go green)

28134 [ci.yaml] Promote roller to blocking (cla: yes, waiting for tree to go green)

28135 Roll Skia from 17dc658f29e5 to 957ed75731e0 (4 revisions) (cla: yes, waiting for tree to go green)

28136 macOS: Do not swap surface if nothing was painted (cla: yes, waiting for tree to go green, platform-macos, needs tests)

28138 Declare flutter_gdb as a Python 2 script (cla: yes)

28139 fuchsia: Improve FakeSession & add tests (affects: tests, cla: yes, waiting for tree to go green, platform-fuchsia, tech-debt)

28140 Use the suppressions script to source runtime suppressions in run_tests.py (cla: yes)

28142 Roll Dart SDK from 17c9a00cce20 to fecde133832e (1 revision) (cla: yes, waiting for tree to go green)

28143 Revert "[ci.yaml] Promote roller to blocking" (cla: yes, waiting for tree to go green)

28144 fuchsia: Add FuchsiaExternalViewEmbedder tests (affects: tests, cla: yes, platform-fuchsia, tech-debt)

28145 Roll Skia from 957ed75731e0 to 7020699e3835 (7 revisions) (cla: yes, waiting for tree to go green)

28146 Fix Libtxt unit test errors found by ASAN (cla: yes, waiting for tree to go green)

28147 Fix some stack-use-after-scopes found by ASan (cla: yes, embedder)

28148 Roll Skia from 7020699e3835 to fdcf153f6caa (3 revisions) (cla: yes, waiting for tree to go green)

28149 Roll Fuchsia Mac SDK from n7ocDhOf_... to kAQ_HmUN5... (cla: yes, waiting for tree to go green)

28150 Roll Skia from fdcf153f6caa to b0697081b529 (2 revisions) (cla: yes, waiting for tree to go green)

28151 Roll Dart SDK from fecde133832e to ba50855227b3 (1 revision) (cla: yes, waiting for tree to go green)

28152 Roll Skia from b0697081b529 to db857ce628ff (1 revision) (cla: yes, waiting for tree to go green)

28153 Use Android linter from cmdline-tools (platform-android, cla: yes, waiting for tree to go green)

28154 Roll Dart SDK from ba50855227b3 to f2b0d387684d (1 revision) (cla: yes, waiting for tree to go green)

28155 Roll Fuchsia Linux SDK from FJeJwYM81... to 7UO7XyLyk... (cla: yes, waiting for tree to go green)

28156 Roll Skia from db857ce628ff to df62189fe5df (1 revision) (cla: yes, waiting for tree to go green)

28157 Roll Skia from df62189fe5df to f61ec43f84dd (1 revision) (cla: yes, waiting for tree to go green)

28158 fix leak of DisplayList storage (cla: yes, waiting for tree to go green, needs tests)

28159 Prevent app from accessing the GPU in the background in MultiFrameCodec (cla: yes)

28160 Roll Dart SDK from f2b0d387684d to 14549cfda2ea (1 revision) (cla: yes, waiting for tree to go green)

28161 Correct the return value of the method RunInIsolateScope (cla: yes, waiting for tree to go green, needs tests)

28162 Roll Fuchsia Mac SDK from kAQ_HmUN5... to mAEnhH7c-... (cla: yes, waiting for tree to go green)

28163 Roll Skia from f61ec43f84dd to a7ea66372d82 (1 revision) (cla: yes, waiting for tree to go green)

28164 Roll Skia from a7ea66372d82 to 3cb09c09047b (8 revisions) (cla: yes, waiting for tree to go green)

28165 [flutter_releases] Flutter beta 2.5.0-5.2.pre Engine Cherrypicks (cla: yes)

28167 Roll Skia from 3cb09c09047b to 0733d484289f (1 revision) (cla: yes, waiting for tree to go green)

28168 Add a comment in the FlutterEngineGroup's constructor to avoid using the activity's context (platform-android, cla: yes, waiting for tree to go green, needs tests)

28169 Roll Dart SDK from 14549cfda2ea to 051994cd182f (2 revisions) (cla: yes, waiting for tree to go green)

28172 Roll Fuchsia Linux SDK from 7UO7XyLyk... to ZSqn1OAt7... (cla: yes, waiting for tree to go green)

28175 TextEditingDelta support for Android (platform-android, cla: yes)

28178 Roll Dart SDK from 051994cd182f to 0050849aff4e (1 revision) (cla: yes, waiting for tree to go green)

28181 Roll Skia from 0733d484289f to cbbe23da20ea (8 revisions) (cla: yes, waiting for tree to go green)

28182 Roll Dart SDK from 0050849aff4e to 217d0a4c4ad4 (1 revision) (cla: yes, waiting for tree to go green)

28184 Roll Fuchsia Mac SDK from mAEnhH7c-... to 9xK8HkMEI... (cla: yes, waiting for tree to go green)

28188 Roll Dart SDK from 217d0a4c4ad4 to cbbe9b6f08c8 (1 revision) (cla: yes, waiting for tree to go green)

28189 Roll Skia from cbbe23da20ea to 85108183bc04 (3 revisions) (cla: yes, waiting for tree to go green)

28191 Roll Dart SDK from cbbe9b6f08c8 to 0bfe86dce459 (1 revision) (cla: yes, waiting for tree to go green)

28198 Roll Skia from 85108183bc04 to eb0195e5b4d5 (11 revisions) (cla: yes, waiting for tree to go green)

28199 Roll Dart SDK from 0bfe86dce459 to bc7cf49acc5c (1 revision) (cla: yes, waiting for tree to go green)

28200 Roll Fuchsia Mac SDK from 9xK8HkMEI... to EZSVwdQoz... (cla: yes, waiting for tree to go green)

28201 Roll Fuchsia Linux SDK from ZSqn1OAt7... to czYvw1Rk3... (cla: yes, waiting for tree to go green)

28202 Revert "Add SPIR-V FragmentShader API to painting.dart" (cla: yes, platform-web, platform-fuchsia)

28203 Roll Skia from eb0195e5b4d5 to cd2c1beb1e4e (2 revisions) (cla: yes, waiting for tree to go green)

28204 Fix stack-buffer-overflow in FlValueTest.FloatList found by Asan (cla: yes, platform-linux)

28205 Roll Skia from cd2c1beb1e4e to e453fa063da5 (2 revisions) (cla: yes, waiting for tree to go green)

28206 Fix regression in system UI colors (platform-android, bug (regression), cla: yes, waiting for tree to go green)

28207 Revert "Adds semantics tooltip support" (platform-ios, platform-android, cla: yes, platform-web, platform-fuchsia, embedder)

28208 [Re-land] Add SPIR-V FragmentShader API to painting.dart (cla: yes, platform-web, platform-fuchsia)

28210 Roll Dart SDK from bc7cf49acc5c to 0f5cc29e104b (1 revision) (cla: yes, waiting for tree to go green)

28211 Issues/86577 reland (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-fuchsia, embedder)

28212 Roll Skia from e453fa063da5 to fbb736b0dccb (2 revisions) (cla: yes, waiting for tree to go green)

28213 Revert "Roll Fuchsia Linux SDK from ZSqn1OAt7... to czYvw1Rk3..." (cla: yes)

28214 Revert "Roll Fuchsia Mac SDK from 9xK8HkMEI... to EZSVwdQoz..." (cla: yes)

28218 Roll Dart SDK from 0f5cc29e104b to 690efd37fbcf (2 revisions) (cla: yes, waiting for tree to go green)

28219 Roll Skia from fbb736b0dccb to 2fadbede910d (3 revisions) (cla: yes, waiting for tree to go green)

28222 Normalize the path that we set the ANDROID_HOME environment variable to (cla: yes)

28223 Roll Skia from 2fadbede910d to 55dc5c8325b6 (1 revision) (cla: yes, waiting for tree to go green)

28224 Avoid deadlock while creating platform views with multiple engines. (cla: yes, waiting for tree to go green)

28225 Roll Skia from 55dc5c8325b6 to 890f3b37f634 (2 revisions) (cla: yes, waiting for tree to go green)

28226 Roll buildroot to 53a65e1c400c29e14e1f3e59be7a3c7327b204ee (cla: yes)

28227 Roll Dart SDK from 690efd37fbcf to 9665bccced0a (1 revision) (cla: yes, waiting for tree to go green)

28229 Makes empty scrollable not focusable in Talkback (platform-android, cla: yes, waiting for tree to go green)

28230 Update the ICU library to a38aef9142ace942a8bf166020c569f4cda0f8d3 (cla: yes)

28231 Roll Skia from 890f3b37f634 to 95c9734bac87 (2 revisions) (cla: yes, waiting for tree to go green)

28233 Roll libpng to 45c760458b4a83d567cc42d21bd79a3b3fe21815 (cla: yes)

28234 Roll Wuffs to 0.3.0-beta.8 (cla: yes)

28235 Add supported platforms assert for run_tests.py suppression flag (cla: yes)

28236 set pre-built dart sdk to default (cla: yes)

28239 Eliminate Android-specific Vulkan support (platform-android, cla: yes, Work in progress (WIP), platform-fuchsia, needs tests)

28241 Roll Dart SDK from 9665bccced0a to ee5b5dc4d910 (1 revision) (cla: yes, waiting for tree to go green)

28242 fuchsia.ui.pointer.TouchSource implementation for fuchsia platform view (cla: yes, waiting for tree to go green, platform-fuchsia)

28243 Roll Skia from 95c9734bac87 to 51e33b51542b (4 revisions) (cla: yes, waiting for tree to go green)

28244 Roll Dart SDK from ee5b5dc4d910 to 64d00fee8462 (1 revision) (cla: yes, waiting for tree to go green)

28245 Roll Dart SDK from 64d00fee8462 to c20ef394e132 (1 revision) (cla: yes, waiting for tree to go green)

28247 Roll Dart SDK from c20ef394e132 to c17fd9df122a (1 revision) (cla: yes, waiting for tree to go green)

28251 Roll Skia from 51e33b51542b to 6b335c53e8c2 (2 revisions) (cla: yes, waiting for tree to go green)

28252 Add browser_launcher and webkit_inspection_protocol packages (cla: yes, waiting for tree to go green)

28253 Enable repeat for desktop embedder tests (cla: yes, waiting for tree to go green, embedder)

28254 Roll Dart SDK from c17fd9df122a to 2b84af1e5f1a (1 revision) (cla: yes, waiting for tree to go green)

28256 Roll Skia from 6b335c53e8c2 to 2f0debc807d1 (2 revisions) (cla: yes, waiting for tree to go green)

28258 Roll Skia from 2f0debc807d1 to e312532442d1 (2 revisions) (cla: yes, waiting for tree to go green)

28259 Roll Dart SDK from 2b84af1e5f1a to abecc4bc4521 (1 revision) (cla: yes, waiting for tree to go green)

28263 Manual roll of Clang for Linux and Mac (cla: yes, waiting for tree to go green)

28264 No more gradlew (cla: yes)

28265 Roll Skia from e312532442d1 to e12730470004 (9 revisions) (cla: yes, waiting for tree to go green)

28266 Fix flaky stack-use-after-scope in PushingMutlipleFramesSetsUpNewReco… (cla: yes, embedder)

28271 [ci.yaml] Add gradle cache (cla: yes, waiting for tree to go green)

28274 Symbolize ASan traces when using run_tests.py (cla: yes, waiting for tree to go green, embedder)

28277 [android] Fix black and blank screen issues on the platform view page. (platform-android, cla: yes, needs tests)

28278 Roll Skia from e12730470004 to 0f36d11c1dcf (13 revisions) (cla: yes, waiting for tree to go green)

28279 Roll Dart SDK from abecc4bc4521 to 72f462ed2d34 (6 revisions) (cla: yes, waiting for tree to go green)

28280 Roll Skia from 0f36d11c1dcf to 6f90c702e6c8 (4 revisions) (cla: yes, waiting for tree to go green)

28281 Eliminate unnecessary null check in fixture (cla: yes, needs tests, embedder)

28282 Roll Skia from 6f90c702e6c8 to 877858a19502 (2 revisions) (cla: yes, waiting for tree to go green)

28283 Roll Skia from 877858a19502 to e43714f490ec (6 revisions) (cla: yes, waiting for tree to go green)

28284 Roll Dart SDK from 72f462ed2d34 to 35c81c55d91f (1 revision) (cla: yes, waiting for tree to go green)

28285 Roll Skia from e43714f490ec to 7b3edfa65923 (1 revision) (cla: yes, waiting for tree to go green)

28286 Roll buildroot to 14b15b2e8adf3365e5e924c9186f5d65d1d65b99 (cla: yes, waiting for tree to go green)

28287 ensure op counts match between DisplayList and SkPicture (cla: yes, waiting for tree to go green)

28288 Roll Clang Mac from T2LfgbJBs... to XvHmkqWWH... (cla: yes, waiting for tree to go green)

28289 Roll Clang Linux from cIFYQ49sp... to dO8igrHyL... (cla: yes, waiting for tree to go green)

28290 Roll Skia from 7b3edfa65923 to 80fc31bc61a9 (2 revisions) (cla: yes, waiting for tree to go green)

28291 Roll Dart SDK from 35c81c55d91f to 4c4bf41da092 (1 revision) (cla: yes, waiting for tree to go green)

28292 Roll Skia from 80fc31bc61a9 to 9155b338bb9c (1 revision) (cla: yes, waiting for tree to go green)

28293 Support raw straight RGBA format in Image.toByteData() (cla: yes, waiting for tree to go green)

28294 Roll Dart SDK from 4c4bf41da092 to 0507607e1380 (1 revision) (cla: yes, waiting for tree to go green)

28295 Roll Skia from 9155b338bb9c to 02c7dac0be64 (1 revision) (cla: yes, waiting for tree to go green)

28296 Roll Skia from 02c7dac0be64 to 0305e86ee48c (1 revision) (cla: yes, waiting for tree to go green)

28297 Roll Dart SDK from 0507607e1380 to 2a693f47e303 (1 revision) (cla: yes, waiting for tree to go green)

28298 Windows: FlutterDesktopPixelBuffer: Add optional release callback (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28300 Roll Skia from 0305e86ee48c to 1e16937f4734 (2 revisions) (cla: yes, waiting for tree to go green)

28301 Roll Dart SDK from 2a693f47e303 to 6fecad447467 (1 revision) (cla: yes, waiting for tree to go green)

28302 Roll buildroot to 6ef1bf72e34e572f469386732a05de7c8495f874 (cla: yes)

28303 Roll Skia from 1e16937f4734 to d34406abf959 (1 revision) (cla: yes, waiting for tree to go green)

28304 Ensure that unregisterTexture is called when forget to call SurfaceTextureEntry.release (platform-android, cla: yes, waiting for tree to go green)

28305 Roll Skia from d34406abf959 to b61014d31064 (5 revisions) (cla: yes, waiting for tree to go green)

28306 Roll Skia from b61014d31064 to ad326ae032ee (6 revisions) (cla: yes, waiting for tree to go green)

28308 Revert "Reland enable DisplayList by default" (cla: yes, waiting for tree to go green)

28309 Revert "Roll Dart SDK from 2a693f47e303 to 6fecad447467 (1 revision)" (cla: yes)

28311 Fix lint that shows up in manual builds (cla: yes)

28312 Add flag to disable overlays (cla: yes, platform-web, needs tests)

28313 Revert "Build dart:zircon and dart:zircon_ffi (#28071)" (cla: yes, platform-fuchsia)

28314 Use vpython3 for gn script (cla: yes)

28315 Ensure that Skia persistent cache filenames do not exceed the maximum allowed length (cla: yes, waiting for tree to go green)

28316 Roll Skia from ad326ae032ee to 7c94cf95fece (8 revisions) (cla: yes, waiting for tree to go green)

28317 Remove container_overflow ASan suppression (cla: yes)

28318 Add --verbose flag to gn wrapper (cla: yes)

28320 Roll Skia from 7c94cf95fece to a3a8cba62e66 (1 revision) (cla: yes, waiting for tree to go green)

28321 Roll Skia from a3a8cba62e66 to c1727fc217a4 (1 revision) (cla: yes, waiting for tree to go green)

28322 Roll Skia from c1727fc217a4 to 3c0c185e0e3e (2 revisions) (cla: yes, waiting for tree to go green)

28323 Roll Skia from 3c0c185e0e3e to 62bd633b1c8c (1 revision) (cla: yes, waiting for tree to go green)

28324 Roll Fuchsia Mac SDK from 9xK8HkMEI... to 4p8By4CDl... (cla: yes, waiting for tree to go green)

28325 Roll Fuchsia Linux SDK from ZSqn1OAt7... to F0f_c0zno... (cla: yes, waiting for tree to go green)

28328 Fix a bug in the Base32 encoder that can cause improper encoding of the first byte (cla: yes, waiting for tree to go green)

28330 Revert Fuchsia SDK rolls (cla: yes)

28331 Roll Skia from 62bd633b1c8c to cb547586c7e6 (9 revisions) (cla: yes, waiting for tree to go green)

28332 Roll Skia from cb547586c7e6 to 31012fa353c8 (1 revision) (cla: yes, waiting for tree to go green)

28333 [TextInput] enroll in autofill by default (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web)

28334 Fix typo in a comment in #28098 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28335 Roll Skia from 31012fa353c8 to 2e3126dd22a6 (1 revision) (cla: yes, waiting for tree to go green)

28336 Roll Dart SDK from 2a693f47e303 to a0275f1d040d (9 revisions) (cla: yes, waiting for tree to go green)

28337 Roll Skia from 2e3126dd22a6 to 43a157cf27b6 (1 revision) (cla: yes, waiting for tree to go green)

28338 Roll Dart SDK from a0275f1d040d to 8e1a55ce1580 (1 revision) (cla: yes, waiting for tree to go green)

28339 [web] Support raw straight RGBA format in Image.toByteData() in CanvasKit (cla: yes, waiting for tree to go green, platform-web)

28340 Roll Skia from 43a157cf27b6 to bb8cf5804c83 (1 revision) (cla: yes, waiting for tree to go green)

28341 Macos external texture metal support yuv (cla: yes, waiting for tree to go green, platform-macos)

28342 Roll Dart SDK from 8e1a55ce1580 to 654a078603ea (1 revision) (cla: yes, waiting for tree to go green)

28344 Roll Skia from bb8cf5804c83 to c26cf6c2f589 (5 revisions) (cla: yes, waiting for tree to go green)

28345 organize snapshot/BUILD.gn targets and fix create_arm_gen_snapshot (cla: yes, waiting for tree to go green)

28347 Roll Dart SDK from 654a078603ea to 87900c1affc8 (1 revision) (cla: yes, waiting for tree to go green)

28348 [canvaskit] Implement invertColors (cla: yes, platform-web)

28349 Roll Skia from c26cf6c2f589 to c7774a779fac (4 revisions) (cla: yes, waiting for tree to go green)

28350 Roll Skia from c7774a779fac to 7bd3f1cc7822 (1 revision) (cla: yes, waiting for tree to go green)

28351 Roll Skia from 7bd3f1cc7822 to b42c3834afed (1 revision) (cla: yes, waiting for tree to go green)

28352 Fix function definitions in SPIR-V transpiler. (cla: yes)

28354 Roll Skia from b42c3834afed to 494eb3e877e6 (1 revision) (cla: yes, waiting for tree to go green)

28355 fuchsia: Fix renderer destructor (cla: yes, platform-fuchsia, needs tests)

28356 Correct outdated weak_ptr docs (cla: yes, waiting for tree to go green)

28357 [web] Support raw straight RGBA format in Image.toByteData() in Html (cla: yes, waiting for tree to go green, platform-web)

28358 Support passing existing SurfaceTexture to TextureRegistry (platform-android, cla: yes, waiting for tree to go green)

28360 Roll Skia from 494eb3e877e6 to f8a96584b64a (2 revisions) (cla: yes, waiting for tree to go green)

28361 Don't use Dart's application_snapshot() rule (cla: yes, waiting for tree to go green, platform-fuchsia)

28362 Roll Skia from f8a96584b64a to 5c4463ee0e27 (1 revision) (cla: yes, waiting for tree to go green)

28363 Roll Skia from 5c4463ee0e27 to 09e533b744ea (1 revision) (cla: yes, waiting for tree to go green)

28364 Roll Skia from 09e533b744ea to 91b781e7f670 (1 revision) (cla: yes, waiting for tree to go green)

28365 Roll Dart SDK from 87900c1affc8 to a81fbf00dde7 (1 revision) (cla: yes, waiting for tree to go green)

28366 Roll Skia from 91b781e7f670 to 2145390fbef1 (1 revision) (cla: yes, waiting for tree to go green)

28367 Roll Skia from 2145390fbef1 to a85560a9a396 (3 revisions) (cla: yes, waiting for tree to go green)

28369 Prevent app from accessing the GPU in the background in EncodeImage (cla: yes, waiting for tree to go green)

28370 Roll Fuchsia Mac SDK from 9xK8HkMEI... to _HYADWCi9... (cla: yes, waiting for tree to go green)

28371 Roll Fuchsia Linux SDK from ZSqn1OAt7... to KGgVwQrhW... (cla: yes, waiting for tree to go green)

28373 Roll Skia from a85560a9a396 to e5d07787f0f1 (5 revisions) (cla: yes, waiting for tree to go green)

28374 Roll Skia from e5d07787f0f1 to cadd5dbded4c (5 revisions) (cla: yes, waiting for tree to go green)

28375 Drop unneded kotlin dep (cla: yes, waiting for tree to go green)

28376 Add missing result for the TextInput.setEditableSizeAndTransform method handler on Android (platform-android, cla: yes, waiting for tree to go green)

28378 Roll Skia from cadd5dbded4c to 2303f7c4a918 (2 revisions) (cla: yes, waiting for tree to go green)

28379 Roll Skia from 2303f7c4a918 to f182b8d05046 (1 revision) (cla: yes, waiting for tree to go green)

28380 Delay matrix call in Preroll of picture layer (cla: yes, waiting for tree to go green)

28381 Roll Skia from f182b8d05046 to 78a00998f8d0 (1 revision) (cla: yes, waiting for tree to go green)

28383 Started providing the GPU sync switch to Rasterizer.DrawToSurface() (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28384 Roll Fuchsia Mac SDK from _HYADWCi9... to PBsQu7H2x... (cla: yes, waiting for tree to go green)

28385 Roll Skia from 78a00998f8d0 to 262713dc652a (2 revisions) (cla: yes, waiting for tree to go green)

28386 Roll Fuchsia Linux SDK from KGgVwQrhW... to FQnJKIHw7... (cla: yes, waiting for tree to go green)

28387 Roll Skia from 262713dc652a to 772061e83674 (11 revisions) (cla: yes, waiting for tree to go green)

28388 Turn compressed pointers on Android for 64 bit architectures. (cla: yes)

28389 Roll Skia from 772061e83674 to a8b897bfc13d (6 revisions) (cla: yes, waiting for tree to go green)

28390 Roll Skia from a8b897bfc13d to 3b2048987253 (7 revisions) (cla: yes, waiting for tree to go green)

28391 Make the LocalizationPluginTest package declaration match the source file path (platform-android, cla: yes, waiting for tree to go green)

28392 merge accounting of the picture and dl cache entries in reported statistics (cla: yes, waiting for tree to go green)

28393 Roll Skia from 3b2048987253 to 51b4b86da645 (4 revisions) (cla: yes, waiting for tree to go green)

28394 Roll Skia from 51b4b86da645 to 44b7568c8a4e (1 revision) (cla: yes, waiting for tree to go green)

28395 Fix typo in FlMethodResponse docs (cla: yes, platform-linux)

28396 Roll Fuchsia Mac SDK from PBsQu7H2x... to mBQmFpqqI... (cla: yes, waiting for tree to go green)

28397 Roll Fuchsia Linux SDK from FQnJKIHw7... to qywu-XJBK... (cla: yes, waiting for tree to go green)

28398 Roll Skia from 44b7568c8a4e to 4d6344c81d6d (1 revision) (cla: yes, waiting for tree to go green)

28399 Roll Skia from 4d6344c81d6d to e42508875792 (1 revision) (cla: yes, waiting for tree to go green)

28402 Roll Dart SDK from a81fbf00dde7 to 81c5961865cf (1 revision) (cla: yes, waiting for tree to go green)

28403 Remove fuchsia.net.NameLookup (cla: yes, waiting for tree to go green, platform-fuchsia)

28405 Revert "Turn compressed pointers on Android for 64 bit architectures." (cla: yes, waiting for tree to go green)

28406 Roll Skia from e42508875792 to ad284fe277bf (6 revisions) (cla: yes, waiting for tree to go green)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28408 Roll Fuchsia Mac SDK from mBQmFpqqI... to l8aXovOpe... (cla: yes, waiting for tree to go green)

28409 Roll Fuchsia Linux SDK from qywu-XJBK... to 2KDbYfNb6... (cla: yes, waiting for tree to go green)

28410 Roll Dart SDK from 81c5961865cf to fad8e8989ab6 (1 revision) (cla: yes, waiting for tree to go green)

28411 Use android_virtual_device dep in Linux Scenarios LUCI test (cla: yes)

28412 Roll Skia from ad284fe277bf to 2af13c135b9c (3 revisions) (cla: yes, waiting for tree to go green)

28413 Fix building Dart Fuchsia components and packages (cla: yes, waiting for tree to go green, platform-fuchsia)

28414 Roll Skia from 2af13c135b9c to 0459a9373476 (5 revisions) (cla: yes, waiting for tree to go green)

28415 [flutter_releases] Flutter beta 2.5.0-5.3.pre Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-web)

28416 Roll Dart SDK from fad8e8989ab6 to 3e5ab8e22dc3 (1 revision) (cla: yes, waiting for tree to go green)

28418 TextEditingDelta support for iOS (platform-ios, cla: yes, waiting for tree to go green)

28419 Roll Fuchsia Mac SDK from l8aXovOpe... to YOSL2lcaL... (cla: yes, waiting for tree to go green)

28420 Roll Fuchsia Linux SDK from 2KDbYfNb6... to qhNUfwDZ6... (cla: yes, waiting for tree to go green)

28421 Roll Skia from 0459a9373476 to 517f4ffb12ca (15 revisions) (cla: yes, waiting for tree to go green)

28423 Roll Fuchsia Mac SDK from YOSL2lcaL... to VbLDH0aNK... (cla: yes, waiting for tree to go green)

28426 Roll Dart SDK from 3e5ab8e22dc3 to edf2936a5e06 (4 revisions) (cla: yes, waiting for tree to go green)

28427 Roll Clang Mac from XvHmkqWWH... to xdUzo8i18... (cla: yes, waiting for tree to go green)

28429 Roll Fuchsia Linux SDK from qhNUfwDZ6... to pypCKSnUc... (cla: yes, waiting for tree to go green)

28437 Revert "Roll Dart SDK from 3e5ab8e22dc3 to edf2936a5e06 (4 revisions)" (cla: yes)

28439 Add RasterCache metrics to the FrameTimings (cla: yes, waiting for tree to go green, platform-web)

28441 Roll Fuchsia Mac SDK from VbLDH0aNK... to igx6EXsq_... (cla: yes, waiting for tree to go green)

28443 Roll Clang Mac from xdUzo8i18... to XvHmkqWWH... (cla: yes, waiting for tree to go green)

28444 Roll Fuchsia Linux SDK from pypCKSnUc... to 8CGViPqZj... (cla: yes, waiting for tree to go green)

28447 Revert "Display Features support (Foldable and Cutout)" (platform-android, cla: yes, platform-web, platform-fuchsia)

28448 Roll Dart SDK from 3e5ab8e22dc3 to 9ad577b3a3e4 (9 revisions) (cla: yes, waiting for tree to go green)

28451 Roll Skia from 517f4ffb12ca to 678ec7187a33 (29 revisions) (cla: yes, waiting for tree to go green)

28452 Roll Skia from 678ec7187a33 to 0ed278b42de3 (1 revision) (cla: yes, waiting for tree to go green)

28454 Roll Fuchsia Mac SDK from igx6EXsq_... to c0W6I_W1n... (cla: yes, waiting for tree to go green)

28455 Roll Dart SDK from 9ad577b3a3e4 to 7b3ede5086e0 (2 revisions) (cla: yes, waiting for tree to go green)

28456 Roll Skia from 0ed278b42de3 to 360db877be35 (4 revisions) (cla: yes, waiting for tree to go green)

28458 Roll Dart SDK from 7b3ede5086e0 to 238108dd9c6f (1 revision) (cla: yes, waiting for tree to go green)

28459 Roll Fuchsia Linux SDK from 8CGViPqZj... to oSxtpYn84... (cla: yes, waiting for tree to go green)

28460 Roll Fuchsia Mac SDK from c0W6I_W1n... to CYEiDwUB9... (cla: yes, waiting for tree to go green)

28461 Roll Dart SDK from 238108dd9c6f to d6fa0d686082 (1 revision) (cla: yes, waiting for tree to go green)

28463 Roll Fuchsia Linux SDK from oSxtpYn84... to DzxXYKzlk... (cla: yes, waiting for tree to go green)

28464 Roll Fuchsia Mac SDK from CYEiDwUB9... to lOgxSvrjd... (cla: yes, waiting for tree to go green)

28466 Roll Fuchsia Linux SDK from DzxXYKzlk... to GpAkjCJKU... (cla: yes, waiting for tree to go green)

28467 Factor out a task synchronization help function for unit tests (cla: yes, waiting for tree to go green)

28468 Roll Skia from 360db877be35 to f65cd9be7330 (1 revision) (cla: yes, waiting for tree to go green)

28470 Roll Fuchsia Mac SDK from lOgxSvrjd... to 7OyGTsKNy... (cla: yes, waiting for tree to go green)

28471 Roll Fuchsia Linux SDK from GpAkjCJKU... to eYuGUghZ1... (cla: yes, waiting for tree to go green)

28472 Roll Fuchsia Mac SDK from 7OyGTsKNy... to bmShnqcSD... (cla: yes, waiting for tree to go green)

28473 Roll Skia from f65cd9be7330 to fc5efe32b404 (1 revision) (cla: yes, waiting for tree to go green)

28474 Discard the resubmitted layer tree of the wrong size instead of rendering it (cla: yes, waiting for tree to go green)

28475 Roll Skia from fc5efe32b404 to 48bb9a59e063 (1 revision) (cla: yes, waiting for tree to go green)

28476 Roll Fuchsia Linux SDK from eYuGUghZ1... to ExKaxwFai... (cla: yes, waiting for tree to go green)

28477 Roll Fuchsia Mac SDK from bmShnqcSD... to 8tsd1ptRi... (cla: yes, waiting for tree to go green)

28482 Roll Fuchsia Mac SDK from 8tsd1ptRi... to rP-YL86e_... (cla: yes, waiting for tree to go green)

28484 Roll Fuchsia Linux SDK from ExKaxwFai... to F3B5fctvV... (cla: yes, waiting for tree to go green)

28486 Roll Skia from 48bb9a59e063 to 10fa1c84b4b2 (1 revision) (cla: yes, waiting for tree to go green)

28489 Roll Skia from 10fa1c84b4b2 to ca5d31e4592c (14 revisions) (cla: yes, waiting for tree to go green)

28491 [fuchsia] Add CML files for dart_runner on CFv2. (cla: yes, platform-fuchsia)

28492 Add benchmarks to measure dart -> native time (cla: yes, waiting for tree to go green)

28493 Roll Skia from ca5d31e4592c to a2c76c77c496 (9 revisions) (cla: yes, waiting for tree to go green)

28494 [Web text input] Make placeholder text invisible (cla: yes, waiting for tree to go green, platform-web)

28495 Fixes accessibility issue that bridge fails to clean up FlutterScrollableSemanticsObject (platform-ios, cla: yes, waiting for tree to go green)

28496 [flutter_releases] Flutter Stable 2.5.0 Engine Cherrypicks (cla: yes)

28500 backdrop_filter_layer only pushes to the leaf_nodes_canvas (platform-ios, cla: yes, waiting for tree to go green)

28501 Roll Skia from a2c76c77c496 to 72fe2e5e5d8e (7 revisions) (cla: yes, waiting for tree to go green)

28502 Roll Fuchsia Linux SDK from F3B5fctvV... to j7aYNNbVt... (cla: yes, waiting for tree to go green)

28503 Roll Skia from 72fe2e5e5d8e to 5ccad8aa4ee5 (3 revisions) (cla: yes, waiting for tree to go green)

28504 Roll Fuchsia Mac SDK from rP-YL86e_... to cDn94pEla... (cla: yes, waiting for tree to go green)

28505 Roll Skia from 5ccad8aa4ee5 to 30f8611655b4 (1 revision) (cla: yes, waiting for tree to go green)

28507 Roll Skia from 30f8611655b4 to a0d61eb56199 (8 revisions) (cla: yes, waiting for tree to go green)

28509 Revert "Add benchmarks to measure dart -> native time" (cla: yes)

28510 Reland "Add benchmarks to measure dart -> native time (#28492)" (cla: yes, waiting for tree to go green)

28512 Roll Fuchsia Linux SDK from j7aYNNbVt... to BP1AUqX5m... (cla: yes, waiting for tree to go green)

28513 Revert "Add benchmarks to measure dart -> native time (#28492)" (cla: yes)

28514 RTM must acquire lock before called IsMergedUnsafe (cla: yes, needs tests)

28515 Roll Skia from a0d61eb56199 to 51f95129285f (5 revisions) (cla: yes, waiting for tree to go green)

28517 Roll Fuchsia Mac SDK from cDn94pEla... to YnuT0nBZG... (cla: yes, waiting for tree to go green)

28520 [flutter_releases] apply patches to flutter-2.5-candidate.8 (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28521 Roll Clang Linux from dO8igrHyL... to KK8UQefBW... (cla: yes, waiting for tree to go green)

28522 Roll Clang Mac from XvHmkqWWH... to OWP5QAE8i... (cla: yes, waiting for tree to go green)

28523 Roll Skia from 51f95129285f to b6981fb6a4c1 (1 revision) (cla: yes, waiting for tree to go green)

28524 Roll Skia from b6981fb6a4c1 to f4f2f7542d5d (3 revisions) (cla: yes, waiting for tree to go green)

28525 [Desktop][Linux] Add RUNPATH $ORIGIN to flutter_linux_gtk (cla: yes, platform-linux)

28526 Roll Fuchsia Linux SDK from BP1AUqX5m... to Y6zuLOGqK... (cla: yes, waiting for tree to go green)

28528 Roll Fuchsia Mac SDK from YnuT0nBZG... to 5hlfN-425... (cla: yes, waiting for tree to go green)

28529 Roll Skia from f4f2f7542d5d to 9605042e8eb2 (1 revision) (cla: yes, waiting for tree to go green)

28530 Roll Dart SDK from d6fa0d686082 to 45b4f2d77247 (9 revisions) (cla: yes, waiting for tree to go green)

28531 Roll Skia from 9605042e8eb2 to db2b44e01f9a (1 revision) (cla: yes, waiting for tree to go green)

28533 Revert "RTM must to acquire lock before called IsMergedUnsafe (#28514)" (cla: yes, needs tests)

28534 Roll Skia from db2b44e01f9a to 2c704669fb7b (3 revisions) (cla: yes, waiting for tree to go green)

28535 [flutter_releases] flutter-2.6-candidate.3 Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28537 Roll Dart SDK from 45b4f2d77247 to c1f80cf5fde6 (1 revision) (cla: yes, waiting for tree to go green)

28538 Roll Fuchsia Linux SDK from Y6zuLOGqK... to 7rmb7v6Rn... (cla: yes, waiting for tree to go green)

28539 Roll Skia from 2c704669fb7b to f17e4008a89b (11 revisions) (cla: yes, waiting for tree to go green)

28540 Roll Fuchsia Mac SDK from 5hlfN-425... to crjfjPXZN... (cla: yes, waiting for tree to go green)

28541 Roll Dart SDK from c1f80cf5fde6 to 5171a2583ace (1 revision) (cla: yes, waiting for tree to go green)

28543 Allow injection of ExecutorService (platform-android, cla: yes)

28544 Roll Skia from f17e4008a89b to 9292c806e97d (1 revision) (cla: yes, waiting for tree to go green)

28545 Roll Dart SDK from 5171a2583ace to e92d1fb9117c (1 revision) (cla: yes, waiting for tree to go green)

28546 Roll Skia from 9292c806e97d to c96f97938462 (2 revisions) (cla: yes, waiting for tree to go green)

28547 Roll Dart SDK from e92d1fb9117c to 39f81c50c2e1 (1 revision) (cla: yes, waiting for tree to go green)

28548 Roll Fuchsia Linux SDK from 7rmb7v6Rn... to E-2zyKFAo... (cla: yes, waiting for tree to go green)

28549 Roll Skia from c96f97938462 to 588dcc093d81 (1 revision) (cla: yes, waiting for tree to go green)

28551 Roll Dart SDK from 39f81c50c2e1 to 8ed0a66c8802 (1 revision) (cla: yes, waiting for tree to go green)

28552 Roll Fuchsia Mac SDK from crjfjPXZN... to TXPmKCwBR... (cla: yes, waiting for tree to go green)

28553 Roll Skia from 588dcc093d81 to c7ffd5e6809e (5 revisions) (cla: yes, waiting for tree to go green)

28554 Roll Skia from c7ffd5e6809e to c9d65f0b8ab6 (1 revision) (cla: yes, waiting for tree to go green)

28555 Roll Skia from c9d65f0b8ab6 to 2b868d6b9aa3 (5 revisions) (cla: yes, waiting for tree to go green)

28557 Roll Skia from 2b868d6b9aa3 to 9a1f92e4fff5 (2 revisions) (cla: yes, waiting for tree to go green)

28559 Roll Skia from 9a1f92e4fff5 to b13f36944ca7 (5 revisions) (cla: yes, waiting for tree to go green)

28562 Roll Fuchsia Linux SDK from E-2zyKFAo... to rYYCP4o1F... (cla: yes, waiting for tree to go green)

28563 Roll Dart SDK from 8ed0a66c8802 to 86bd94a5b8dd (2 revisions) (cla: yes, waiting for tree to go green)

28565 Roll Fuchsia Mac SDK from TXPmKCwBR... to N5vbbACOm... (cla: yes, waiting for tree to go green)

28566 Delete is_background_view from FlutterJNI (platform-android, cla: yes, waiting for tree to go green)

28568 Roll Skia from b13f36944ca7 to 2e4dc863da04 (1 revision) (cla: yes, waiting for tree to go green)

28570 Roll Fuchsia Linux SDK from rYYCP4o1F... to evxB7Rykf... (cla: yes, waiting for tree to go green)

28572 Roll buildroot to drop support for iOS 8.0. (cla: yes, waiting for tree to go green)

28573 Linux mock interfaces (cla: yes, platform-linux, needs tests)

28576 Call _isLoopback as a last resort (cla: yes, waiting for tree to go green, needs tests)

28577 Roll Skia from 2e4dc863da04 to 56efcf2d5bc1 (5 revisions) (cla: yes, waiting for tree to go green)

28580 Roll Skia from 56efcf2d5bc1 to ec7b63a74585 (4 revisions) (cla: yes, waiting for tree to go green)

28581 Reland "RTM must to acquire lock before called IsMergedUnsafe (#28514)" (cla: yes, needs tests)

28582 Roll Dart SDK from 86bd94a5b8dd to 904ca10d48a7 (1 revision) (cla: yes, waiting for tree to go green)

28584 Renew cirrus gcp credentials (cla: yes, waiting for tree to go green)

28585 Roll Fuchsia Mac SDK from N5vbbACOm... to 7JrylIRbJ... (cla: yes, waiting for tree to go green)

28586 Parse the benchmarks on presubmit jobs (cla: yes, waiting for tree to go green, needs tests)

28587 Roll Fuchsia Linux SDK from evxB7Rykf... to 90jKZc0CF... (cla: yes, waiting for tree to go green)

28588 Roll Skia from ec7b63a74585 to 7591d4b5ef28 (4 revisions) (cla: yes, waiting for tree to go green)

28589 [web] fix the last matrix element in CkPath.shift (cla: yes, waiting for tree to go green, platform-web)

28590 Roll Skia from 7591d4b5ef28 to 92f1bc0083bf (1 revision) (cla: yes, waiting for tree to go green)

28591 Roll Dart SDK from 904ca10d48a7 to 6d30f47da59b (2 revisions) (cla: yes, waiting for tree to go green)

28593 Don't use rFD in pre-Q versions (platform-android, cla: yes)

28594 Roll buildroot to 480e54b791ebb136fbac15f2e1e9bc081b52653a (platform-android, cla: yes)

28596 prepare drawPoints MaskFilter test for Skia bug fix (cla: yes, waiting for tree to go green)

28597 [canvaskit] Don't assign overlays when overlays are disabled (cla: yes, platform-web, needs tests)

28598 Roll Dart SDK from 6d30f47da59b to 73e8595bcba1 (1 revision) (cla: yes, waiting for tree to go green)

28600 Roll Skia from 92f1bc0083bf to c3e7cadc1015 (7 revisions) (cla: yes, waiting for tree to go green)

28601 Roll Skia from c3e7cadc1015 to a31021db2b54 (3 revisions) (cla: yes, waiting for tree to go green)

28602 Roll Fuchsia Linux SDK from 90jKZc0CF... to 2eVinpLwx... (cla: yes, waiting for tree to go green)

28603 Roll Fuchsia Mac SDK from 7JrylIRbJ... to iychQeTRD... (cla: yes, waiting for tree to go green)

28604 Roll Dart SDK from 73e8595bcba1 to 1101a7e8c0e6 (1 revision) (cla: yes, waiting for tree to go green)

28605 Roll Skia from a31021db2b54 to 7d19065eefe4 (1 revision) (cla: yes, waiting for tree to go green)

28607 Roll Skia from 7d19065eefe4 to 8d9e313db8a3 (7 revisions) (cla: yes, waiting for tree to go green)

28608 Roll Skia from 8d9e313db8a3 to 4ff44eff1cb4 (3 revisions) (cla: yes, waiting for tree to go green)

28610 Roll Skia from 4ff44eff1cb4 to 143e85023798 (1 revision) (cla: yes, waiting for tree to go green)

28611 Fix UNNECESSARY_TYPE_CHECK_TRUE (cla: yes, platform-web)

28613 [fuchsia] Create DartComponentController for CFv2. (cla: yes, platform-fuchsia, needs tests)

28614 Roll Skia from 143e85023798 to b701fa0ac070 (2 revisions) (cla: yes, waiting for tree to go green)

28615 Cherry-pick #28230 to fuchsia_f6 (cla: yes, platform-fuchsia)

28616 Update API availability of edge to edge mode (platform-android, cla: yes)

28617 Roll Fuchsia Linux SDK from 2eVinpLwx... to JOJ3jjqpt... (cla: yes, waiting for tree to go green)

28618 Roll Skia from b701fa0ac070 to 7e33d95f4f88 (4 revisions) (cla: yes, waiting for tree to go green)

28619 [canvaskit] Handle case where platform view is prerolled but not composited (cla: yes, platform-web)

28620 Roll Fuchsia Mac SDK from iychQeTRD... to njsyK4m3B... (cla: yes, waiting for tree to go green)

28621 Roll Dart SDK from 1101a7e8c0e6 to cee6ac3df70e (1 revision) (cla: yes, waiting for tree to go green)

28622 [licenses] Ignore .ccls-cache folder when generating engine licenses. (cla: yes, waiting for tree to go green, needs tests)

28623 Limit download_dart_sdk task pool size on Windows (cla: yes)

28624 Roll Skia from 7e33d95f4f88 to b51994990bb4 (1 revision) (cla: yes, waiting for tree to go green)

28625 Flip on leak detector and suppress or fix remaining leak traces (platform-android, cla: yes, platform-linux, embedder)

28626 Roll Dart SDK from cee6ac3df70e to 65ae60047c2b (1 revision) (cla: yes, waiting for tree to go green)

28629 Roll Skia from b51994990bb4 to 9680fed583ca (2 revisions) (cla: yes, waiting for tree to go green)

28630 Roll Dart SDK from 65ae60047c2b to 25f8064d7387 (2 revisions) (cla: yes, waiting for tree to go green)

28631 Roll Fuchsia Linux SDK from JOJ3jjqpt... to vM2cIvcGj... (cla: yes, waiting for tree to go green)

28632 Roll Fuchsia Mac SDK from njsyK4m3B... to OVVg7oNPI... (cla: yes, waiting for tree to go green)

28634 Roll Skia from 9680fed583ca to 720674e1190d (1 revision) (cla: yes, waiting for tree to go green)

28635 Roll Dart SDK from 25f8064d7387 to 05661056d153 (1 revision) (cla: yes, waiting for tree to go green)

28637 Roll Skia from 720674e1190d to 0c5b05c3ab53 (2 revisions) (cla: yes, waiting for tree to go green)

28638 Roll Skia from 0c5b05c3ab53 to 398ef4487b2a (7 revisions) (cla: yes, waiting for tree to go green)

28639 Enable compressed pointers on Android for 64 bit architectures. (cla: yes)

28640 [flutter_releases] Flutter beta 2.6.0-5.2.pre Engine Cherrypicks (cla: yes)

28641 Roll Skia from 398ef4487b2a to a047e8bf4d49 (2 revisions) (cla: yes, waiting for tree to go green)

28642 [web] Multiple fixes to text layout and line breaks (cla: yes, waiting for tree to go green, platform-web)

28643 Roll Dart SDK from 05661056d153 to 41e5c7114f9c (2 revisions) (cla: yes, waiting for tree to go green)

28644 Roll Skia from a047e8bf4d49 to 81b7060ef036 (5 revisions) (cla: yes, waiting for tree to go green)

28645 Roll Skia from 81b7060ef036 to e1bb73ede418 (3 revisions) (cla: yes, waiting for tree to go green)

28646 [icu] Update the ICU library to 2b50fa94b07b601293d7c1f791e853bba8ffbb84 (cla: yes)

28647 Roll Skia from e1bb73ede418 to c915da9b2070 (3 revisions) (cla: yes, waiting for tree to go green)

28648 Keyboard guarantee non empty events (cla: yes, platform-web, platform-macos, platform-linux, platform-windows)

28649 Roll Dart SDK from 41e5c7114f9c to 9e15d1a2afb5 (1 revision) (cla: yes, waiting for tree to go green)

28650 Roll Fuchsia Linux SDK from vM2cIvcGj... to aSzZz6T3u... (cla: yes, waiting for tree to go green)

28651 Roll Fuchsia Mac SDK from OVVg7oNPI... to 0XCXzG3BW... (cla: yes, waiting for tree to go green)

28652 Roll Skia from c915da9b2070 to 3e7cd00126b8 (2 revisions) (cla: yes, waiting for tree to go green)

28653 Roll Skia from 3e7cd00126b8 to 25868511fd05 (2 revisions) (cla: yes, waiting for tree to go green)

28656 Improve DisplayList bounds calculations (cla: yes, waiting for tree to go green)

28658 [shared_engine] Avoid the method surfaceUpdated is called many times when multiple FlutterViewController shared one engine (platform-ios, cla: yes, waiting for tree to go green)

28659 Roll Dart SDK from 9e15d1a2afb5 to b3da4b661c48 (2 revisions) (cla: yes, waiting for tree to go green)

28660 [fuchsia] Replace amberctl in serve.sh with pkgctl (cla: yes)

28661 Roll Fuchsia Mac SDK from 0XCXzG3BW... to ejEFL6p3B... (cla: yes, waiting for tree to go green)

28662 Roll Fuchsia Linux SDK from aSzZz6T3u... to x3PP_nSNw... (cla: yes, waiting for tree to go green)

28664 Roll Skia from 25868511fd05 to db285de24756 (9 revisions) (cla: yes, waiting for tree to go green)

28665 [flutter_releases] Flutter stable 2.5.1 Engine Cherrypicks (platform-android, cla: yes)

28666 MacOS keyboard: RawKeyboard uses filtered modifier (cla: yes, platform-macos)

28667 Don't use Build.VERSION_CODES.S in test (platform-android, cla: yes, waiting for tree to go green)

28668 Roll Skia from db285de24756 to 4f3ca106c9d8 (1 revision) (cla: yes, waiting for tree to go green)

28669 Roll Dart SDK from b3da4b661c48 to 4aff633d5ef2 (3 revisions) (cla: yes, waiting for tree to go green)

28670 Fix GLFW embedder example for current flutter libs/Dart SDK (cla: yes, waiting for tree to go green)

28673 Implement a default font manager for Fuchsia. (cla: yes, platform-fuchsia)

28674 Roll Skia from 4f3ca106c9d8 to 941812fdcc84 (4 revisions) (cla: yes, waiting for tree to go green)

28675 [web] clear surfaces on hot restart (cla: yes, platform-web, needs tests)

28676 fuchsia: Convert vulkan headers to DEPS (cla: yes, platform-fuchsia)

28678 Roll Dart SDK from 4aff633d5ef2 to 1874cf447307 (2 revisions) (cla: yes, waiting for tree to go green)

28679 hold DisplayList objects in SkiaGPUObject wrappers (cla: yes, waiting for tree to go green)

28680 Roll Skia from 941812fdcc84 to cd334839a74b (1 revision) (cla: yes, waiting for tree to go green)

28681 Roll Fuchsia Mac SDK from ejEFL6p3B... to bLXO_leTc... (cla: yes, waiting for tree to go green)

28682 Roll Fuchsia Linux SDK from x3PP_nSNw... to HtSlIxjFq... (cla: yes, waiting for tree to go green)

28683 fuchsia: Use buffer_collection_x extension (cla: yes, platform-fuchsia, needs tests)

28684 Roll Skia from cd334839a74b to 149156550e75 (2 revisions) (cla: yes, waiting for tree to go green)

28685 Roll Skia from 149156550e75 to 7cece5e053ab (1 revision) (cla: yes, waiting for tree to go green)

28686 Roll Dart SDK from 1874cf447307 to 70186deed4f2 (1 revision) (cla: yes, waiting for tree to go green)

28687 Roll Skia from 7cece5e053ab to 56cab7f9cb1a (1 revision) (cla: yes, waiting for tree to go green)

28688 Roll Skia from 56cab7f9cb1a to cd0b01cf18cc (5 revisions) (cla: yes, waiting for tree to go green)

28689 Roll Skia from cd0b01cf18cc to 14cc21fd99a3 (4 revisions) (cla: yes, waiting for tree to go green)

28690 Roll Skia from 14cc21fd99a3 to 40e5f545b2ab (4 revisions) (cla: yes, waiting for tree to go green)

28691 Roll Dart SDK from 70186deed4f2 to acc4a3e2b78b (1 revision) (cla: yes, waiting for tree to go green)

28692 Roll Fuchsia Linux SDK from HtSlIxjFq... to oSwtt3qS9... (cla: yes, waiting for tree to go green)

28694 Do not share the GrDirectContext across engine instances on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28695 Roll Skia from 40e5f545b2ab to 6694a36a7f14 (2 revisions) (cla: yes, waiting for tree to go green)

28696 Roll Fuchsia Mac SDK from bLXO_leTc... to ig96PZ9uu... (cla: yes, waiting for tree to go green)

28697 Roll Skia from 6694a36a7f14 to 3299eb7febaf (2 revisions) (cla: yes, waiting for tree to go green)

28698 Wrap ImageShader::sk_image_ with a SkiaGPUObject (cla: yes, waiting for tree to go green, needs tests)

28699 Roll Skia from 3299eb7febaf to dcfa824c3830 (1 revision) (cla: yes, waiting for tree to go green)

28700 Use Gradle cache (cla: yes, waiting for tree to go green)

28701 Roll Skia from dcfa824c3830 to 6aac1193a7b6 (1 revision) (cla: yes, waiting for tree to go green)

28702 Roll Skia from 6aac1193a7b6 to ccef63db2666 (2 revisions) (cla: yes, waiting for tree to go green)

28703 Roll Dart SDK from acc4a3e2b78b to 347d212e6369 (2 revisions) (cla: yes, waiting for tree to go green)

28704 Roll Fuchsia Linux SDK from oSwtt3qS9... to cPLPB2qhF... (cla: yes, waiting for tree to go green)

28706 Roll Fuchsia Mac SDK from ig96PZ9uu... to CcH9sMEUb... (cla: yes, waiting for tree to go green)

28707 Fix duplicated documentation (cla: yes, waiting for tree to go green, needs tests)

28709 Roll Skia from ccef63db2666 to 2f7ee02577ef (1 revision) (cla: yes, waiting for tree to go green)

28711 Roll Dart SDK from 347d212e6369 to d5a092696895 (1 revision) (cla: yes, waiting for tree to go green)

28712 Roll Fuchsia Mac SDK from CcH9sMEUb... to 9EIecNJDs... (cla: yes, waiting for tree to go green)

28713 Roll Fuchsia Linux SDK from cPLPB2qhF... to CW7NYvI5U... (cla: yes, waiting for tree to go green)

28714 Roll Skia from 2f7ee02577ef to 68a09699e942 (1 revision) (cla: yes, waiting for tree to go green)

28715 Roll Fuchsia Mac SDK from 9EIecNJDs... to aPxJXWrBJ... (cla: yes, waiting for tree to go green)

28716 Roll Fuchsia Linux SDK from CW7NYvI5U... to i6udvN3jP... (cla: yes, waiting for tree to go green)

28718 Roll Dart SDK from d5a092696895 to cdf1e48ee9cb (1 revision) (cla: yes, waiting for tree to go green)

28719 Roll Skia from 68a09699e942 to bec01c6add58 (1 revision) (cla: yes, waiting for tree to go green)

28720 Roll Dart SDK from cdf1e48ee9cb to aa8455aced77 (1 revision) (cla: yes, waiting for tree to go green)

28721 Roll Skia from bec01c6add58 to 06f3ea1e0a5c (1 revision) (cla: yes, waiting for tree to go green)

28722 Roll Fuchsia Mac SDK from aPxJXWrBJ... to YGOXMJb8s... (cla: yes, waiting for tree to go green)

28723 Roll Fuchsia Linux SDK from i6udvN3jP... to a-fOk8gAq... (cla: yes, waiting for tree to go green)

28724 [UWP] Add modifier keys support (cla: yes, platform-windows, needs tests)

28725 Roll Dart SDK from aa8455aced77 to 61f539dc7b50 (1 revision) (cla: yes, waiting for tree to go green)

28726 Reland "Add benchmarks to measure dart -> native time (#28492)" (cla: yes, waiting for tree to go green)

28727 Roll Skia from 06f3ea1e0a5c to 64be3c5867af (1 revision) (cla: yes, waiting for tree to go green)

28729 Roll Skia from 64be3c5867af to 14a9b089b6bf (6 revisions) (cla: yes, waiting for tree to go green)

28731 Roll Skia from 14a9b089b6bf to 498bfa4a8590 (2 revisions) (cla: yes, waiting for tree to go green)

28732 Remove obsolete instructions from scenario_app readme, pass depfile correctly. (cla: yes, waiting for tree to go green)

28734 [fuchsia] Fix missing function in V2 dart runner. (cla: yes, platform-fuchsia, needs tests)

28735 Roll Dart SDK from 61f539dc7b50 to a0243abd09e3 (1 revision) (cla: yes, waiting for tree to go green)

28736 Make benchmark parsing pre-submit non-bringup (cla: yes, waiting for tree to go green)

28737 Roll Skia from 498bfa4a8590 to f62934b85a49 (2 revisions) (cla: yes, waiting for tree to go green)

28738 Update build.gradle (cla: yes)

28743 Set MinimumOSVersion in iOS Info.plist based on buildroot setting (platform-ios, cla: yes, waiting for tree to go green, platform-macos, embedder)

28753 adjust naming of DisplayList methods, fields and parameters to match style guide (cla: yes, waiting for tree to go green)

28768 Roll Skia from f62934b85a49 to b8f1651f9b67 (15 revisions) (cla: yes, waiting for tree to go green)

28769 Roll Fuchsia Mac SDK from YGOXMJb8s... to 3k3-vCrm5... (cla: yes, waiting for tree to go green)

28770 Roll Fuchsia Linux SDK from a-fOk8gAq... to JD40LpEJO... (cla: yes, waiting for tree to go green)

28771 Roll Skia from b8f1651f9b67 to e32309d771ee (3 revisions) (cla: yes, waiting for tree to go green)

28774 Fix Android T deprecated WindowManager INCORRECT_CONTEXT_USAGE (platform-android, cla: yes, waiting for tree to go green, needs tests)

28775 Remove outdated unused element suppressions (cla: yes, waiting for tree to go green)

28777 Replace jcenter() for mavenCentral() (platform-android, cla: yes, waiting for tree to go green)

28779 Roll Dart SDK from a0243abd09e3 to 86a21d182523 (6 revisions) (cla: yes, waiting for tree to go green)

28780 Revert "Replace flutter_runner::Thread with fml::Thread (#26783)" (cla: yes, platform-fuchsia, needs tests)

28781 Revert "Replace flutter_runner::Thread with fml::Thread (#26783)" and friends (cla: yes, platform-fuchsia)

28782 Roll Skia from e32309d771ee to a48e7b0186b3 (10 revisions) (cla: yes, waiting for tree to go green)

28783 Set MinimumOSVersion to iOS 9 in Info.plist (platform-ios, cla: yes, waiting for tree to go green)

28784 added unit tests for the android embedder that run on android devices (platform-android, cla: yes)

28785 Disable failing unit tests on UWP (cla: yes)

28787 Eliminate unnecessary canvaskit imports (cla: yes, platform-web, needs tests)

28789 Roll Dart SDK from 86a21d182523 to c2429dee845e (1 revision) (cla: yes, waiting for tree to go green)

28790 [canvaskit] Fix bug when overlays are disabled (cla: yes, platform-web)

28791 Roll Skia from a48e7b0186b3 to bb30fc16e1be (1 revision) (cla: yes, waiting for tree to go green)

28792 Roll Fuchsia Mac SDK from 3k3-vCrm5... to NM9FaaYay... (cla: yes, waiting for tree to go green)

28793 Roll Fuchsia Linux SDK from JD40LpEJO... to bWZcp2jnx... (cla: yes, waiting for tree to go green)

28794 Roll Skia from bb30fc16e1be to 5527735121f5 (1 revision) (cla: yes, waiting for tree to go green)

28795 Roll Dart SDK from c2429dee845e to 715a98df1828 (1 revision) (cla: yes, waiting for tree to go green)

28796 Roll Skia from 5527735121f5 to cb25d566c21d (3 revisions) (cla: yes, waiting for tree to go green)

28797 Roll Dart SDK from 715a98df1828 to 4e396689de4f (1 revision) (cla: yes, waiting for tree to go green)

28800 Roll Dart SDK from 4e396689de4f to 6e17953f4e7e (1 revision) (cla: yes, waiting for tree to go green)

28803 Roll Fuchsia Mac SDK from NM9FaaYay... to nblJjRFDA... (cla: yes, waiting for tree to go green)

28804 Roll Fuchsia Linux SDK from bWZcp2jnx... to tBL8VjITE... (cla: yes, waiting for tree to go green)

28805 [web] Fix disposal of browser history on hot restart (cla: yes, platform-web)

28806 Make DartExecutor.IsolateServiceIdListener public (platform-android, cla: yes, waiting for tree to go green, needs tests)

28807 Roll Dart SDK from 6e17953f4e7e to ba343ec30c69 (1 revision) (cla: yes, waiting for tree to go green)

28810 Roll Dart SDK from ba343ec30c69 to ec4a8ac89fe5 (1 revision) (cla: yes, waiting for tree to go green)

28811 fuchsia: Add child views to flatland engine (cla: yes, waiting for tree to go green, platform-fuchsia)

28813 Roll Fuchsia Mac SDK from nblJjRFDA... to c3_45l-Rd... (cla: yes, waiting for tree to go green)

28814 Roll Fuchsia Linux SDK from tBL8VjITE... to vUHzQsB3f... (cla: yes, waiting for tree to go green)

28815 Roll Dart SDK from ec4a8ac89fe5 to eba0c93d96de (1 revision) (cla: yes, waiting for tree to go green)

28817 vsync_waiter_fallback should schedule firecallback for future (cla: yes, waiting for tree to go green, needs tests)

28818 Roll Dart SDK from eba0c93d96de to 1d7f47bf04d8 (1 revision) (cla: yes, waiting for tree to go green)

28820 [fuchsia] Rename FuchsiaExternalViewEmbedder to GfxExternalViewEmbedder (cla: yes, platform-fuchsia)

28821 [Fuchsia] Notify Shell when memory becomes low. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28823 [fuchsia] Small shell scripts for workflow. (cla: yes, waiting for tree to go green)

28825 Roll Fuchsia Mac SDK from c3_45l-Rd... to lD33hO1tW... (cla: yes, waiting for tree to go green)

28826 Roll Dart SDK from 1d7f47bf04d8 to 6aa8a4aef43a (1 revision) (cla: yes, waiting for tree to go green)

28827 Roll Fuchsia Linux SDK from vUHzQsB3f... to tdrdF1Sz9... (cla: yes, waiting for tree to go green)

28829 Roll Dart SDK from 6aa8a4aef43a to 7e8e12d4d296 (2 revisions) (cla: yes, waiting for tree to go green)

28830 Add src/third_party/dart/third_party/yaml_edit to DEPS (cla: yes, waiting for tree to go green)

28838 Roll Fuchsia Linux SDK from tdrdF1Sz9... to Jo9QY1R3C... (cla: yes, waiting for tree to go green)

28842 Roll Skia from cb25d566c21d to 12732e4ad804 (55 revisions) (cla: yes, waiting for tree to go green)

28843 Roll Fuchsia Mac SDK from lD33hO1tW... to AaBCvnaBN... (cla: yes, waiting for tree to go green)

28845 Roll Skia from 12732e4ad804 to a909dd6b8d8d (4 revisions) (cla: yes, waiting for tree to go green)

28846 Fixes FlutterSemanticsScrollView to not implement accessibility conta… (platform-ios, cla: yes, needs tests)

28847 Use a relative path for the output when building a Dart kernel (cla: yes, waiting for tree to go green)

28849 Specify the root directory for Dart frontend server sources (cla: yes, waiting for tree to go green)

28850 fuchsia: Change flatland present's release fence logic (cla: yes, platform-fuchsia, needs tests)

28851 Roll Dart SDK from 7e8e12d4d296 to 1a4db5ddd0ea (3 revisions) (cla: yes, waiting for tree to go green)

28852 Flatland endpoints hookup (cla: yes, platform-fuchsia)

28853 Roll Skia from a909dd6b8d8d to 6e6bceeeea1e (7 revisions) (cla: yes, waiting for tree to go green)

28854 Roll Skia from 6e6bceeeea1e to 31fe2c51452a (3 revisions) (cla: yes, waiting for tree to go green)

28856 use all 16 matrix entries in Canvas.transform() to enable 3D matrix concatenation (cla: yes, waiting for tree to go green, platform-web)

28857 Roll Dart SDK from 1a4db5ddd0ea to 9e2228a0e880 (2 revisions) (cla: yes, waiting for tree to go green)

28859 Roll Fuchsia Mac SDK from AaBCvnaBN... to OPoARlWlE... (cla: yes, waiting for tree to go green)

28863 [fuchsia] Remove unused deps on fidl optional.h. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28868 [iOSTextInput] remove floating cursor asserts (platform-ios, cla: yes, waiting for tree to go green)

28874 Roll Dart SDK from 9e2228a0e880 to 0cddaa9859a5 (1 revision) (cla: yes, waiting for tree to go green)

28875 Roll Fuchsia Linux SDK from Jo9QY1R3C... to UUcoJDQho... (cla: yes, waiting for tree to go green)

28877 [Linux] Reset keyboard states on engine restart (cla: yes, platform-linux, embedder)

28878 [Linux] Fix crash when a method channel is reassigned (cla: yes, waiting for tree to go green, platform-linux)

28879 Roll Skia from 31fe2c51452a to 496b89cb74b3 (4 revisions) (cla: yes, waiting for tree to go green)

28880 Roll Fuchsia Mac SDK from OPoARlWlE... to NxbeZ1Uke... (cla: yes, waiting for tree to go green)

28881 Roll Skia from 496b89cb74b3 to e96e066d538d (1 revision) (cla: yes, waiting for tree to go green)

28882 Roll Fuchsia Linux SDK from UUcoJDQho... to sFMn4Ory_... (cla: yes, waiting for tree to go green)

28883 Roll Dart SDK from 0cddaa9859a5 to 893000264e3c (1 revision) (cla: yes, waiting for tree to go green)

28884 Make FlutterEngineGroup support initialRoute (platform-ios, platform-android, cla: yes)

28886 Bump maximum supported sdk to 30 for Robolectric (platform-android, cla: yes, waiting for tree to go green)

28888 Roll Fuchsia Mac SDK from NxbeZ1Uke... to 3pvmnxd8-... (cla: yes, waiting for tree to go green)

28889 Roll Skia from e96e066d538d to b9982f492896 (9 revisions) (cla: yes, waiting for tree to go green)

28891 Avoid GCing aggressively during startup, and forward trim messages beyond low to application (platform-android, cla: yes)

28892 Roll Skia from b9982f492896 to ef96fa9e83c2 (4 revisions) (cla: yes, waiting for tree to go green)

28893 Roll Dart SDK from 893000264e3c to 06093fe5921e (2 revisions) (cla: yes, waiting for tree to go green)

28894 Destroy overlay surfaces when the rasterizer is torn down (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-fuchsia)

28896 Mirror master to main branch. (cla: yes, waiting for tree to go green)

28897 Roll Skia from ef96fa9e83c2 to 0bfac0127c5e (9 revisions) (cla: yes, waiting for tree to go green)

28898 Enable main branch. (cla: yes, waiting for tree to go green)

28899 Roll Dart SDK from 06093fe5921e to 1998f61b08f7 (1 revision) (cla: yes, waiting for tree to go green)

28900 Roll Fuchsia Linux SDK from sFMn4Ory_... to fvDpNa7Tc... (cla: yes, waiting for tree to go green)

28902 Roll Fuchsia Mac SDK from 3pvmnxd8-... to zIn8c0_Am... (cla: yes, waiting for tree to go green)

28903 Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28904 Roll Skia from 0bfac0127c5e to f2fb26d162b9 (4 revisions) (cla: yes, waiting for tree to go green)

28905 fuchsia: Use runner services (cla: yes, platform-fuchsia)

28906 Roll Dart SDK from 1998f61b08f7 to f452a6585cbd (2 revisions) (cla: yes, waiting for tree to go green)

28908 Roll Skia from f2fb26d162b9 to 43264640f256 (2 revisions) (cla: yes, waiting for tree to go green)

28909 Roll Skia from 43264640f256 to 791c0d36a6f6 (2 revisions) (cla: yes, waiting for tree to go green)

28910 Roll Dart SDK from f452a6585cbd to 280a0c3efb21 (1 revision) (cla: yes, waiting for tree to go green)

28911 Roll Skia from 791c0d36a6f6 to 0f124cd7cd60 (2 revisions) (cla: yes, waiting for tree to go green)

28913 Roll Skia from 0f124cd7cd60 to aaa81ab61e43 (1 revision) (cla: yes, waiting for tree to go green)

28914 Roll Fuchsia Linux SDK from fvDpNa7Tc... to eEt3ktTjq... (cla: yes, waiting for tree to go green)

28915 Roll Fuchsia Mac SDK from zIn8c0_Am... to Lx_DI2yrc... (cla: yes, waiting for tree to go green)

28916 Roll Skia from aaa81ab61e43 to 2dc9c5d98f72 (3 revisions) (cla: yes, waiting for tree to go green)

28917 Roll Wuffs to 600cd96cf47788ee3a74b40a6028b035c9fd6a61 (cla: yes)

28921 Deprecate SplashScreenProvider (platform-android, cla: yes, needs tests)

28923 [fuchsia] Dart Runner for CF v2 components. (cla: yes, platform-fuchsia, needs tests)

28924 [Linux, Embedder] Add engine restart hooks (cla: yes, platform-linux, embedder)

28925 made android unit tests not require the host engine variant to exist (cla: yes, waiting for tree to go green)

28926 fuchsia: Add FakeFlatland and tests (affects: tests, cla: yes, platform-fuchsia)

28930 [ci.yaml] add main references (cla: yes)

28931 Update builder configs. (cla: yes)

28932 Roll Fuchsia Mac SDK from Lx_DI2yrc... to owSIykHxQ... (cla: yes, waiting for tree to go green)

28933 Roll Fuchsia Linux SDK from eEt3ktTjq... to BlL9tK7aj... (cla: yes, waiting for tree to go green)

28934 Roll Skia from 2dc9c5d98f72 to 31a94580b700 (13 revisions) (cla: yes, waiting for tree to go green)

28935 Roll Dart SDK from 280a0c3efb21 to d9092e3505ed (5 revisions) (cla: yes, waiting for tree to go green)

28936 [web] reuse browser instance across screenshot tests (cla: yes, platform-web, needs tests)

28937 Cherry-pick #28846 and #28743 into flutter-2.6-candidate.11 (platform-ios, platform-android, cla: yes, needs tests, embedder)

28938 fixed android unit tests (rotted before CI is running) (platform-android, cla: yes, waiting for tree to go green)

28939 Roll Skia from 31a94580b700 to 501e8e1a2c9f (5 revisions) (cla: yes, waiting for tree to go green)

28940 [flutter_releases] Flutter stable 2.5.2 Engine Cherrypicks (cla: yes)

28941 Roll Skia from 501e8e1a2c9f to d034db791d67 (2 revisions) (cla: yes, waiting for tree to go green)

28942 Roll Skia from d034db791d67 to a20c60d9e5d5 (2 revisions) (cla: yes, waiting for tree to go green)

28943 Roll Dart SDK from d9092e3505ed to 48283a35397d (1 revision) (cla: yes, waiting for tree to go green)

28946 enable DisplayList by default (cla: yes, waiting for tree to go green)

28947 Roll Skia from a20c60d9e5d5 to 58014fa9a6a0 (3 revisions) (cla: yes, waiting for tree to go green)

28948 Roll Dart SDK from 48283a35397d to acbcdc91a2c8 (1 revision) (cla: yes, waiting for tree to go green)

28950 Fix typos in spirv README (cla: yes, waiting for tree to go green)

28951 [fuchsia] Pass WeakPtrs to GfxConnection FIDL fns. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28952 Roll Skia from 58014fa9a6a0 to ddbb97d741ff (1 revision) (cla: yes, waiting for tree to go green)

28953 Roll Dart SDK from acbcdc91a2c8 to 54d42054bcb1 (1 revision) (cla: yes, waiting for tree to go green)

28954 Roll Fuchsia Mac SDK from owSIykHxQ... to Fo7RBTco3... (cla: yes, waiting for tree to go green)

28955 Roll Skia from ddbb97d741ff to 4b6421f9474f (3 revisions) (cla: yes, waiting for tree to go green)

28956 Roll Fuchsia Linux SDK from BlL9tK7aj... to wGBwwbbE-... (cla: yes, waiting for tree to go green)

28957 Roll Dart SDK from 54d42054bcb1 to a35443bce002 (1 revision) (cla: yes, waiting for tree to go green)

28958 Roll Skia from 4b6421f9474f to c076abe32ab5 (1 revision) (cla: yes, waiting for tree to go green)

28959 Roll Skia from c076abe32ab5 to 4ae3fd33cfaa (2 revisions) (cla: yes, waiting for tree to go green)

28961 Roll Dart SDK from a35443bce002 to 4a4c1361ad7b (1 revision) (cla: yes, waiting for tree to go green)

28962 Roll Skia from 4ae3fd33cfaa to 9c0b84417309 (5 revisions) (cla: yes, waiting for tree to go green)

28963 Revert Fuchsia SDK to version from 9/23 (cla: yes, waiting for tree to go green)

28964 Roll Skia from 9c0b84417309 to f69f21e601f9 (4 revisions) (cla: yes, waiting for tree to go green)

28965 Roll CanvasKit to 0.30 (cla: yes, platform-web, needs tests)

28966 Add web support for tooltip (cla: yes, waiting for tree to go green, platform-web)

28968 include nested Picture stats in DisplayList byte and op counts (cla: yes, waiting for tree to go green)

28970 [Windows] Add restart hooks, and reset keyboard (cla: yes, platform-windows, needs tests)

28971 [iOS] Hardware keyboard text editing shortcuts (platform-ios, cla: yes)

28973 Manual clang roll (cla: yes)

28975 made it so you can specify which adb to use for android tests (cla: yes, waiting for tree to go green)

28976 Roll Skia from f69f21e601f9 to 7bb0ff05cec5 (7 revisions) (cla: yes, waiting for tree to go green)

28977 Remove some deprecated APIs from the Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

28979 Roll Dart SDK from 4a4c1361ad7b to 4fa07f3ccd43 (1 revision) (cla: yes, waiting for tree to go green)

28980 [fuchsia][flatland] Fix for AwaitVsync race (cla: yes, platform-fuchsia)

28981 Roll Skia from 7bb0ff05cec5 to b011afc82fde (1 revision) (cla: yes, waiting for tree to go green)

28982 [fuchsia] CML files for Flutter runner CF v2. (cla: yes, platform-fuchsia)

28984 Roll Dart SDK from 4fa07f3ccd43 to cea2ea76fc66 (2 revisions) (cla: yes, waiting for tree to go green)

28985 Cherry-pick Fuchsia revert (cla: yes)

28986 Roll Skia from b011afc82fde to 8e29caf4c130 (6 revisions) (cla: yes, waiting for tree to go green)

28987 Defer setup of the default font manager if the embedding prefetched the font manager (platform-android, cla: yes, waiting for tree to go green, needs tests)

28988 Roll Dart SDK from cea2ea76fc66 to d50eacfa4fcd (2 revisions) (cla: yes, waiting for tree to go green)

28989 Roll Skia from 8e29caf4c130 to 906e9eb53841 (6 revisions) (cla: yes, waiting for tree to go green)

28990 Roll Chrome to major version 96 (cla: yes, platform-web)

28993 [fuchsia] publish dart runner v2 protocol (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28994 Roll Dart SDK from d50eacfa4fcd to 8c385be2c663 (2 revisions) (cla: yes, waiting for tree to go green)

28995 Roll Dart SDK from 8c385be2c663 to f440a20ff15f (2 revisions) (cla: yes, waiting for tree to go green)

28996 Roll Skia from 906e9eb53841 to ce22e059ffeb (1 revision) (cla: yes, waiting for tree to go green)

28997 make dart_runner cmx files have valid json (cla: yes, waiting for tree to go green, platform-fuchsia)

28998 Pass argmuent list to dart_runner v2 main invocation. (cla: yes, platform-fuchsia, needs tests)

28999 Roll Skia from ce22e059ffeb to 23a66f7fb915 (1 revision) (cla: yes, waiting for tree to go green)

29000 Roll Skia from 23a66f7fb915 to f843d5cf7212 (1 revision) (cla: yes, waiting for tree to go green)

29001 Take SUPPORT_FRACTIONAL_TRANSLATION into account when diffing layers (cla: yes, waiting for tree to go green)

29002 Roll Dart SDK from f440a20ff15f to 7fe995e95e37 (1 revision) (cla: yes, waiting for tree to go green)

29003 Roll Skia from f843d5cf7212 to 03dd6a47a67b (1 revision) (cla: yes, waiting for tree to go green)

29004 Roll Skia from 03dd6a47a67b to 816d9179b3ca (3 revisions) (cla: yes, waiting for tree to go green)

29005 Roll Dart SDK from 7fe995e95e37 to aea166168df4 (1 revision) (cla: yes, waiting for tree to go green)

29006 Roll Skia from 816d9179b3ca to 923d83bf1875 (1 revision) (cla: yes, waiting for tree to go green)

29007 Start animator paused (cla: yes, waiting for tree to go green)

29011 [web] remove platform initialization timeout (cla: yes, platform-web, needs tests)

29013 Expose updateSystemUiOverlays in FlutterActivity and FlutterFragment (platform-android, cla: yes, waiting for tree to go green)

29015 Do not call Animator::Delegate::OnAnimatorNotifyIdle until at least one frame has been rendered. (cla: yes)

29019 fuchsia: Implement WakeUp using zx::timer (cla: yes, platform-fuchsia, needs tests)

29022 Roll Skia from 923d83bf1875 to a6d7296948d4 (33 revisions) (cla: yes, waiting for tree to go green)

29024 Roll Skia from a6d7296948d4 to 52d162904845 (2 revisions) (cla: yes, waiting for tree to go green)

29025 Attempt to bump to Flutter 2.5 builders. (cla: yes, platform-fuchsia)

29026 Roll Skia from 52d162904845 to 237c22adb8a1 (1 revision) (cla: yes, waiting for tree to go green)

29027 Revert "Attempt to bump to Flutter 2.5 builders. (#29025)" (cla: yes, platform-fuchsia)

29028 [web] Add support for textScaleFactor (cla: yes, platform-web)

29029 Kick Builds (cla: yes, platform-fuchsia)

29030 Roll Skia from 237c22adb8a1 to fd4dc2347dd4 (4 revisions) (cla: yes, waiting for tree to go green)

29031 Update gcp credentials for fuchsia_f5. (cla: yes, platform-fuchsia)

29032 Roll Skia from fd4dc2347dd4 to d4ca5e11a157 (1 revision) (cla: yes, waiting for tree to go green)

29033 Kick builds. (cla: yes, platform-fuchsia)

29034 [fuchsia] Implement fuchsia.ui.pointer.MouseSource (cla: yes, platform-fuchsia)

29035 fuchsia: fix build (cla: yes, waiting for tree to go green, platform-fuchsia)

29037 Roll Skia from d4ca5e11a157 to ff5bb37b72b2 (1 revision) (cla: yes, waiting for tree to go green)

29038 [web] force WebGL 1 on iOS (cla: yes, platform-web, needs tests)

29039 Roll Skia from ff5bb37b72b2 to 98eb297750e6 (1 revision) (cla: yes, waiting for tree to go green)

29040 Roll Skia from 98eb297750e6 to 7e03a9adf21b (1 revision) (cla: yes, waiting for tree to go green)

29041 Roll Skia from 7e03a9adf21b to 0c18d7f33227 (3 revisions) (cla: yes, waiting for tree to go green)

29042 Revert "Guard task queue id for fuchsia" (cla: yes, platform-fuchsia, needs tests)

29044 Roll Skia from 0c18d7f33227 to fbc64be80620 (2 revisions) (cla: yes, waiting for tree to go green)

29045 Roll Skia from fbc64be80620 to 47da0ac577aa (3 revisions) (cla: yes, waiting for tree to go green)

29046 Switch skipped UWP tests to disabled (cla: yes)

29047 Roll Skia from 47da0ac577aa to 6d0234673a40 (4 revisions) (cla: yes, waiting for tree to go green)

29048 fuchsia: Enable AOT builds of Dart test packages (affects: tests, cla: yes, platform-fuchsia)

29049 Roll Skia from 6d0234673a40 to a1b44b72eb47 (3 revisions) (cla: yes, waiting for tree to go green)

29050 [canvaskit] Fix bug when platform views are reused when overlays are disabled. (cla: yes, platform-web)

29051 Roll Skia from a1b44b72eb47 to 1190301c3dba (2 revisions) (cla: yes, waiting for tree to go green)

29052 Fixed flutter_shell_native_unittests so they are built by default. (cla: yes, waiting for tree to go green)

29054 Roll Skia from 1190301c3dba to 1347e1334fe0 (7 revisions) (cla: yes, waiting for tree to go green)

29055 Update contrast enforcement for null values (platform-android, cla: yes, waiting for tree to go green)

29056 [web] add FlutterConfiguration, use it to supply local CanvasKit files (cla: yes, platform-web)

29057 [fuchsia][flatland] Correct present credit accounting in FlatlandConnection (cla: yes, platform-fuchsia)

29058 Roll Skia from 1347e1334fe0 to 29eed809a315 (1 revision) (cla: yes, waiting for tree to go green)

29059 Roll Skia from 29eed809a315 to 96713facd789 (3 revisions) (cla: yes, waiting for tree to go green)

29060 Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility (platform-android, cla: yes, waiting for tree to go green, needs tests)

29062 [ci.yaml] Migrate engine_staging_config.star to ci.yaml (cla: yes, waiting for tree to go green)

29063 [web] Dart-format a file (cla: yes, platform-web)

29065 Roll Skia from 96713facd789 to 637275224b4c (12 revisions) (cla: yes, waiting for tree to go green)

29066 Roll Skia from 637275224b4c to 59b5f5258ba4 (1 revision) (cla: yes, waiting for tree to go green)

29067 Roll Skia from 59b5f5258ba4 to 1ab7ff6abf82 (1 revision) (cla: yes, waiting for tree to go green)

29068 Roll Skia from 1ab7ff6abf82 to 01b02956c75c (1 revision) (cla: yes, waiting for tree to go green)

29071 Revert "Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android" (platform-android, cla: yes, needs tests)

29072 [fuchsia] Rename, move some CF v1 runner code. (cla: yes, platform-fuchsia)

29073 Roll Skia from 01b02956c75c to ae39340d247d (1 revision) (cla: yes, waiting for tree to go green)

29074 Roll Skia from ae39340d247d to 3156f4408b83 (3 revisions) (cla: yes, waiting for tree to go green)

29080 Reland Android systrace (platform-android, cla: yes, waiting for tree to go green, needs tests)

29082 Roll Skia from 3156f4408b83 to 8fa6dbffff50 (8 revisions) (cla: yes, waiting for tree to go green)

29083 Roll Fuchsia Mac SDK from nblJjRFDA... to A-oFoYGCf... (cla: yes, waiting for tree to go green)

29084 Roll Fuchsia Linux SDK from tBL8VjITE... to v8lv8TQuR... (cla: yes, waiting for tree to go green)

29085 Roll Skia from 8fa6dbffff50 to cd2f207a2e3f (1 revision) (cla: yes, waiting for tree to go green)

29087 Roll Skia from cd2f207a2e3f to 89457e9237fc (1 revision) (cla: yes, waiting for tree to go green)

29088 Unzip Chrome to the correct location when testing locally on Linux (cla: yes, platform-web, needs tests)

29089 Roll Skia from 89457e9237fc to 6030e0a2c5bd (1 revision) (cla: yes, waiting for tree to go green)

29090 Always increment response_id for Android platform messages (platform-android, cla: yes, waiting for tree to go green, needs tests)

29091 [fuchsia] Add Launcher & Resolver to Dart JIT CMX. (cla: yes, waiting for tree to go green, platform-fuchsia)

29092 Roll Skia from 6030e0a2c5bd to c63e913f574a (1 revision) (cla: yes, waiting for tree to go green)

29093 Map the Android VsyncWaiter frame start time to the clock used by fml::TimePoint (platform-android, cla: yes, waiting for tree to go green, needs tests)

29094 Roll Skia from c63e913f574a to 4e6353d3fedf (1 revision) (cla: yes, waiting for tree to go green)

29097 Correct spell of method name in comment (cla: yes)

29098 Roll Fuchsia Mac SDK from A-oFoYGCf... to vPM5hitAH... (cla: yes, waiting for tree to go green)

29099 Roll Fuchsia Linux SDK from v8lv8TQuR... to QsO40jt0B... (cla: yes, waiting for tree to go green)

29100 Fix build flags for WinUWP (cla: yes, waiting for tree to go green, platform-windows)

29101 Roll Skia from 4e6353d3fedf to ac828b77f69a (1 revision) (cla: yes, waiting for tree to go green)

29102 Roll Fuchsia Mac SDK from vPM5hitAH... to kYysl-Ja9... (cla: yes, waiting for tree to go green)

29103 Roll Fuchsia Linux SDK from QsO40jt0B... to KjDL3k59m... (cla: yes, waiting for tree to go green)

29104 Roll Skia from ac828b77f69a to af2f73c1bbd3 (1 revision) (cla: yes, waiting for tree to go green)

29105 Roll Skia from af2f73c1bbd3 to cbaf52b37382 (4 revisions) (cla: yes, waiting for tree to go green)

29106 Roll Fuchsia Mac SDK from kYysl-Ja9... to XKmz7MquH... (cla: yes, waiting for tree to go green)

29107 Roll Fuchsia Linux SDK from KjDL3k59m... to DOvZT4ZBO... (cla: yes, waiting for tree to go green)

29108 [iOS] Using UIView container as text input superview for textinput plugin (platform-ios, cla: yes, waiting for tree to go green, needs tests)

29109 Roll Skia from cbaf52b37382 to eafb39fc7edd (1 revision) (cla: yes, waiting for tree to go green)

29110 Roll buildroot to 7c0186c5f3acaaea6c59b6cdf4502968722a565c (cla: yes, waiting for tree to go green)

29111 Roll Skia from eafb39fc7edd to 108cb0cfa375 (6 revisions) (cla: yes, waiting for tree to go green)

29112 Roll Skia from 108cb0cfa375 to 206c1f3f7e01 (1 revision) (cla: yes, waiting for tree to go green)

29113 [iOS] Fix duplicated keys when typing quickly on HW keyboard (platform-ios, cla: yes)

29114 Roll Skia from 206c1f3f7e01 to 90a66821f0ba (2 revisions) (cla: yes, waiting for tree to go green)

29115 Roll Skia from 90a66821f0ba to 3286a6962f38 (1 revision) (cla: yes, waiting for tree to go green)

29117 updated the docs for platform_message_callback (cla: yes, embedder)

29118 Roll Dart SDK from aea166168df4 to 7c0d67ae7fbc (3 revisions) (cla: yes, waiting for tree to go green)

29119 Roll Fuchsia Linux SDK from DOvZT4ZBO... to phhPbZu01... (cla: yes, waiting for tree to go green)

29122 Roll Dart SDK from 7c0d67ae7fbc to f5177b16c50b (7 revisions) (cla: yes, waiting for tree to go green)

29123 Roll Skia from 3286a6962f38 to 732e4ebd2098 (6 revisions) (cla: yes, waiting for tree to go green)

29124 Roll Skia from 732e4ebd2098 to e5a06afeaedd (1 revision) (cla: yes, waiting for tree to go green)

29125 Roll Fuchsia Mac SDK from XKmz7MquH... to uD1eZQkE9... (cla: yes, waiting for tree to go green)

29126 Roll Skia from e5a06afeaedd to bcda412af714 (3 revisions) (cla: yes, waiting for tree to go green)

29127 [iOS] Fixes key press related memory leaks (platform-ios, cla: yes, needs tests)

29128 Roll Skia from bcda412af714 to f32ad08ac4a7 (1 revision) (cla: yes, waiting for tree to go green)

29129 Roll Fuchsia Linux SDK from phhPbZu01... to ENEBlk0Vl... (cla: yes, waiting for tree to go green)

29130 Roll Skia from f32ad08ac4a7 to c9f160b8dd4f (2 revisions) (cla: yes, waiting for tree to go green)

29131 Calculate the frame target time based on targetTimestamp in VsyncWaiterIOS (platform-ios, cla: yes, needs tests)

29132 Roll Dart SDK from f5177b16c50b to 92f5de5ee852 (8 revisions) (cla: yes, waiting for tree to go green)

29133 Roll buildroot to 2610767168166f98e7e0656893fe1a550d5f6fab (cla: yes)

29134 Roll Skia from c9f160b8dd4f to 35a74eab5d48 (2 revisions) (cla: yes, waiting for tree to go green)

29135 Revert Fuchsia SDK rolls to version from 9/23 (cla: yes, waiting for tree to go green)

29136 Roll Skia from 35a74eab5d48 to 87a0078b8909 (3 revisions) (cla: yes, waiting for tree to go green)

29138 Cherry pick Fuchsia SDK revert (cla: yes)

29140 Roll Dart SDK from 92f5de5ee852 to 6597e49b6291 (6 revisions) (cla: yes, waiting for tree to go green)

29141 Roll Skia from 87a0078b8909 to dc6a9e3e128e (9 revisions) (cla: yes, waiting for tree to go green)

29142 [fuchsia] Create CF v2 Flutter runner. (cla: yes, waiting for tree to go green, platform-fuchsia)

29143 Roll Skia from dc6a9e3e128e to 77e24f3b2ba1 (4 revisions) (cla: yes, waiting for tree to go green)

29144 Roll Skia from 77e24f3b2ba1 to 5420cbcf657d (1 revision) (cla: yes, waiting for tree to go green)

29145 Do not serialize on UI/Raster threads for Shell::OnCreatePlatformView (cla: yes)

29146 Cancel IME composing on clear text input client (cla: yes, platform-windows)

29147 Android Background Platform Channels (platform-android, cla: yes, waiting for tree to go green)

29149 Roll Dart SDK from 6597e49b6291 to 5703908f6d10 (6 revisions) (cla: yes, waiting for tree to go green)

29150 Roll Skia from 5420cbcf657d to 734d7e2be408 (1 revision) (cla: yes, waiting for tree to go green)

29151 Disable iOS simulator flag when targeting mac (cla: yes)

29153 Roll Skia from 734d7e2be408 to 1da50bea27c3 (1 revision) (cla: yes, waiting for tree to go green)

29154 Roll Skia from 1da50bea27c3 to d27bb77aaeab (3 revisions) (cla: yes, waiting for tree to go green)

29156 [iOS] Fixes FlutterUIPressProxy leaks (platform-ios, cla: yes, needs tests)

29157 Roll Skia from d27bb77aaeab to abb6814cc75a (1 revision) (cla: yes, waiting for tree to go green)

29158 [web] Implement TextAlign.justify (cla: yes, platform-web)

29159 Roll Skia from abb6814cc75a to 76f61debc6fb (1 revision) (cla: yes, waiting for tree to go green)

29163 Roll Dart SDK from 5703908f6d10 to ba59e2c850b8 (3 revisions) (cla: yes, waiting for tree to go green)

29164 Correct file line-endings from CRLF to LF (cla: yes, waiting for tree to go green, platform-windows, needs tests)

29166 [web] Workaround iOS 15 Safari crash (cla: yes, platform-web)

29167 Roll Skia from 76f61debc6fb to 558aff92f98c (10 revisions) (cla: yes, waiting for tree to go green)

29168 [web] Add goldctl as a dependency in LUCI (cla: yes, platform-web)

29169 Roll Skia from 558aff92f98c to 9467361423e0 (6 revisions) (cla: yes, waiting for tree to go green)

29170 Roll Skia from 9467361423e0 to 37a6ec9e3ca0 (2 revisions) (cla: yes, waiting for tree to go green)

29173 Roll Skia from 37a6ec9e3ca0 to 4f7e0ad6b210 (1 revision) (cla: yes, waiting for tree to go green)

29174 Roll Dart SDK from ba59e2c850b8 to 081a57c06088 (6 revisions) (cla: yes)

29175 Roll Skia from 4f7e0ad6b210 to 21fe518fbb04 (1 revision) (cla: yes, waiting for tree to go green)

29177 Remove unused present method (cla: yes, platform-linux, needs tests)

29179 [web] use 'dart compile js' instead of 'dart2js' in web_ui and felt (cla: yes, waiting for tree to go green, platform-web, needs tests)

29180 Roll Skia from 21fe518fbb04 to 7779a70f8729 (1 revision) (cla: yes, waiting for tree to go green)

29182 Roll Skia from 7779a70f8729 to 5ff51fb2e3cd (3 revisions) (cla: yes, waiting for tree to go green)

29183 Roll Skia from 5ff51fb2e3cd to 237dd2d94d06 (2 revisions) (cla: yes, waiting for tree to go green)

29184 [fuchsia] Keep track of all child transforms in FlatlandExternalViewEmbedder (cla: yes, platform-fuchsia, needs tests)

29185 Roll Skia from 237dd2d94d06 to 8b0ba16043ae (1 revision) (cla: yes, waiting for tree to go green)

29186 Roll Skia from 8b0ba16043ae to f7d267364393 (6 revisions) (cla: yes, waiting for tree to go green)

29188 [flutter_releases] Flutter stable 2.5.3 Engine Cherrypicks (cla: yes)

29189 Roll Skia from f7d267364393 to ab19daec3b88 (2 revisions) (cla: yes, waiting for tree to go green)

29191 Roll Skia from ab19daec3b88 to d0c7f636453b (1 revision) (cla: yes, waiting for tree to go green)

29192 Ignore implicit_dynamic_function analyzer error for js_util generic methods (cla: yes, waiting for tree to go green, platform-web)

29194 Roll Skia from d0c7f636453b to aa9656d8caa6 (3 revisions) (cla: yes, waiting for tree to go green)

29195 Roll Dart SDK from 081a57c06088 to 82b0281cbcf3 (3 revisions) (cla: yes, waiting for tree to go green)

29196 Roll Skia from aa9656d8caa6 to 72602b668e22 (1 revision) (cla: yes, waiting for tree to go green)

29197 [ios key handling] Return the correct physical key when the keycode isn't mapped (platform-ios, cla: yes, waiting for tree to go green)

29198 Roll Dart SDK from 82b0281cbcf3 to aaca2ac128ae (1 revision) (cla: yes, waiting for tree to go green)

29199 Set the use_ios_simulator flag only on platforms where it is defined (iOS/Mac) (cla: yes, waiting for tree to go green)

29201 Roll Dart SDK from aaca2ac128ae to 9f3cd7a49814 (1 revision) (cla: yes, waiting for tree to go green)

29202 Roll Skia from 72602b668e22 to 012f7146067a (1 revision) (cla: yes, waiting for tree to go green)

29203 Roll Skia from 012f7146067a to b24bad31dc05 (3 revisions) (cla: yes, waiting for tree to go green)

29204 Roll Dart SDK from 9f3cd7a49814 to e8c02a935741 (1 revision) (cla: yes, waiting for tree to go green)

29205 Roll Dart SDK from e8c02a935741 to 42acd2ae8fa8 (1 revision) (cla: yes, waiting for tree to go green)

29206 Revert "Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility" (platform-android, cla: yes)

29207 Roll Skia from b24bad31dc05 to a750dfcce25c (1 revision) (cla: yes, waiting for tree to go green)

29209 Roll Skia from a750dfcce25c to 0e55a137ddaa (1 revision) (cla: yes, waiting for tree to go green)

29210 Roll Dart SDK from e8c02a935741 to 42acd2ae8fa8 (1 revision) (#29205) (cla: yes)

29211 Roll Dart SDK from 42acd2ae8fa8 to db761f01b501 (2 revisions) (cla: yes, waiting for tree to go green)

29212 Roll Skia from 0e55a137ddaa to 6a24fe4825b7 (2 revisions) (cla: yes, waiting for tree to go green)

29213 [ci.yaml] Disable framework tests on release branches (cla: yes, waiting for tree to go green)

29214 Roll Skia from 6a24fe4825b7 to 409bb0195f9e (1 revision) (cla: yes, waiting for tree to go green)

29219 Roll Skia from 409bb0195f9e to c41ac91167e3 (1 revision) (cla: yes, waiting for tree to go green)

29221 Roll Skia from c41ac91167e3 to 5bf1b51e61ce (2 revisions) (cla: yes, waiting for tree to go green)

29222 Roll Dart SDK from db761f01b501 to 715b701a3108 (1 revision) (cla: yes, waiting for tree to go green)

29223 [web] implement decodeImageFromPixels for CanvasKit (cla: yes, platform-web)

29224 Roll Skia from 5bf1b51e61ce to 4021b947f7b0 (1 revision) (cla: yes, waiting for tree to go green)

29226 Refactor FlutterViewTest with extracting common test code to methods (platform-android, cla: yes, waiting for tree to go green)

29227 Roll Skia from 4021b947f7b0 to a0c98f770f91 (1 revision) (cla: yes, waiting for tree to go green)

29228 Roll Skia from a0c98f770f91 to 835345aaa349 (1 revision) (cla: yes, waiting for tree to go green)

29230 Add traces to Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29231 Replace FragmentShader with FragmentShaderBuilder (cla: yes, waiting for tree to go green, platform-web)

29233 Remove Robolectric and add androidx.tracing to the android_embedding_dependencies package (cla: yes, waiting for tree to go green)

29234 [flutter_releases] Flutter beta 2.7.0-3.0.pre Engine Cherrypicks (cla: yes)

29238 Roll Clang Linux from FMLihg51s... to usfKkGnw0... (cla: yes, waiting for tree to go green)

29239 Update firebase_testlab.py (cla: yes)

29240 Roll Clang Mac from KP-N5ruFe... to HpW96jrB8... (cla: yes, waiting for tree to go green)

29241 Add FlutterPlayStoreSplitApplication to v2 embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29242 [macOS] Clearing overridden channel should not affect the latest channel (cla: yes, platform-macos)

29243 Roll Skia from 835345aaa349 to e1bfa18fc512 (33 revisions) (cla: yes, waiting for tree to go green)

29244 Roll Dart SDK from 715b701a3108 to 84c74548e30a (6 revisions) (cla: yes, waiting for tree to go green)

29245 Build a specialized snapshot for launching the service isolate in profile mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

29246 [web] Fix keyboard popping up unexpectedly on iOS (cla: yes, platform-web)

29247 Roll Skia from e1bfa18fc512 to 2fceb21cb7ce (2 revisions) (cla: yes, waiting for tree to go green)

29248 Deprecate android v1 embedding (platform-android, cla: yes, needs tests)

29249 Roll Skia from 2fceb21cb7ce to c9b917447577 (1 revision) (cla: yes, waiting for tree to go green)

29250 Roll Skia from c9b917447577 to 40b143c1743b (2 revisions) (cla: yes, waiting for tree to go green)

29252 Roll Skia from 40b143c1743b to d62b7ef97056 (4 revisions) (cla: yes, waiting for tree to go green)

29253 Roll Dart SDK from 84c74548e30a to 663d08ea8777 (1 revision) (cla: yes, waiting for tree to go green)

29254 Fix bug where ImageGenerator factories with the same priority get dropped in release mode (cla: yes)

29255 Roll Skia from d62b7ef97056 to 8582724780d8 (1 revision) (cla: yes, waiting for tree to go green)

29256 Revert "Roll Dart SDK from 84c74548e30a to 663d08ea8777 (1 revision)" (cla: yes)

29258 Roll Skia from 8582724780d8 to 0edd2c33d31e (2 revisions) (cla: yes, waiting for tree to go green)

29259 fuchsia: Add graph to FakeFlatland (affects: tests, cla: yes, platform-fuchsia)

29260 Roll Skia from 0edd2c33d31e to cb3c02005c97 (1 revision) (cla: yes, waiting for tree to go green)

29261 Roll Skia from cb3c02005c97 to dd07eb01c8dd (5 revisions) (cla: yes, waiting for tree to go green)

29263 Roll HarfBuzz (cla: yes)

29264 Roll Skia from dd07eb01c8dd to aaa70658c277 (2 revisions) (cla: yes, waiting for tree to go green)

29265 use nested op counts to determine picture complexity for raster cache (affects: engine, cla: yes, waiting for tree to go green, perf: speed)

29266 Update to match harfbuzz subsetting 3.0.0 api. (cla: yes, needs tests)

29267 Roll Skia from aaa70658c277 to 6dcb6b44e9d9 (3 revisions) (cla: yes, waiting for tree to go green)

29268 Adding missing snapshot to the fuchsia package in AOT builds (cla: yes)

29269 Win32: Enable semantics on accessibility query (cla: yes, platform-windows)

29270 Call rapidjson::ParseResult::IsError to check for JSON parsing errors (cla: yes, waiting for tree to go green, needs tests)

29271 Roll Skia from 6dcb6b44e9d9 to b19be6381025 (1 revision) (cla: yes, waiting for tree to go green)

29273 Remove stray log (cla: yes, waiting for tree to go green)

29274 Roll Skia from b19be6381025 to e3ff9b178358 (1 revision) (cla: yes, waiting for tree to go green)

29275 Use accessibility_config for accessibility/ax (cla: yes)

29277 Roll Skia from e3ff9b178358 to d252ff3f66f6 (1 revision) (cla: yes, waiting for tree to go green)

29278 Add FlutterWindowsEngine::DispatchSemanticsAction (cla: yes, platform-windows)

29279 Roll Skia from d252ff3f66f6 to 9cb20400599b (3 revisions) (cla: yes, waiting for tree to go green)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29282 [Win32, Keyboard] Fix toggled state synthesization misses up events (cla: yes, platform-windows)

29283 [macOS] Reset keyboard states on engine restart (platform-ios, cla: yes, platform-macos)

29285 Roll Skia from 9cb20400599b to 05ac1b86adbb (2 revisions) (cla: yes, waiting for tree to go green)

29287 VSyncWaiter on Fuchsia will defer firing until frame start time (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

29290 [fuchsia] Add missing protocols to V2 runner. (cla: yes, waiting for tree to go green, platform-fuchsia)

29291 Delay default font manager to run concurrently with isolate setup (cla: yes, waiting for tree to go green)

29292 Roll Dart SDK from 84c74548e30a to 64f7ed6aa45a (11 revisions) (cla: yes, waiting for tree to go green)

29297 Roll Dart SDK from 64f7ed6aa45a to 70c57ad7db0b (2 revisions) (cla: yes, waiting for tree to go green)

29298 add flow events to the timeline to track the lifecycle of cache images (cla: yes, waiting for tree to go green, needs tests)

29301 Roll Dart SDK from 70c57ad7db0b to ba3ccf09afa3 (1 revision) (cla: yes, waiting for tree to go green)

29302 Roll Dart SDK from ba3ccf09afa3 to 1dce95867df2 (1 revision) (cla: yes, waiting for tree to go green)

29304 Roll Skia from 05ac1b86adbb to 8dd1f50a65fd (26 revisions) (cla: yes, waiting for tree to go green)

29305 [fuchsia] fidl::InterfaceHandle-> THandle. (cla: yes, platform-fuchsia)

29306 Roll Skia from 8dd1f50a65fd to d8e8681c98c6 (1 revision) (cla: yes, waiting for tree to go green)

29307 Fix undefined symbol in firebase_testlab.py (cla: yes)

29308 Roll Skia from d8e8681c98c6 to 2b0935b71a47 (2 revisions) (cla: yes, waiting for tree to go green)

29309 Roll Dart SDK from 1dce95867df2 to 56fa1c638f3d (1 revision) (cla: yes, waiting for tree to go green)

29310 Roll Skia from 2b0935b71a47 to c00c888db123 (1 revision) (cla: yes, waiting for tree to go green)

29311 Roll Skia from c00c888db123 to 52aee23ded91 (1 revision) (cla: yes, waiting for tree to go green)

29312 Roll Dart SDK from 56fa1c638f3d to 6e43eba8b51e (1 revision) (cla: yes, waiting for tree to go green)

29313 Bump ICU to ece15d049f2d360721716089372e3749fb89e0f4 (cla: yes, platform-fuchsia)

29314 Roll Skia from 52aee23ded91 to 2e20e7674cc0 (1 revision) (cla: yes, waiting for tree to go green)

29315 Roll Skia from 2e20e7674cc0 to e167dda4244f (3 revisions) (cla: yes, waiting for tree to go green)

29317 ImageFilterLayer should adjust child layer bounds during diffing (cla: yes)

29319 Roll Dart SDK from 6e43eba8b51e to 2aad12948249 (1 revision) (cla: yes, waiting for tree to go green)

29320 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (platform-ios, platform-android, cla: yes, platform-macos, platform-linux, platform-fuchsia)

29322 Roll Skia from e167dda4244f to a21aacf7c76d (3 revisions) (cla: yes, waiting for tree to go green)

29323 ensure web_ui and ui have the same toString methods for StringAttributes (cla: yes, waiting for tree to go green, platform-web)

29325 [fuchsia] Remove unused SettingsManager protocol (cla: yes, platform-fuchsia)

29326 Update documentation links to point to main branch. (platform-android, cla: yes, waiting for tree to go green, platform-web, platform-windows, needs tests)

29327 Roll Skia from a21aacf7c76d to 0d3f184582ee (1 revision) (cla: yes, waiting for tree to go green)

29328 Roll Dart SDK from 2aad12948249 to 56c3e28096a6 (2 revisions) (cla: yes, waiting for tree to go green)

29330 [fuchsia] INTERNAL epitaph for non-zero return codes (cla: yes, platform-fuchsia, needs tests)

29332 Roll Skia from 0d3f184582ee to 643bd0fc8fd7 (3 revisions) (cla: yes, waiting for tree to go green)

29334 Roll Dart SDK from 56c3e28096a6 to 216e673af260 (1 revision) (cla: yes, waiting for tree to go green)

29335 Roll Skia from 643bd0fc8fd7 to f6fb3db1dc9e (7 revisions) (cla: yes, waiting for tree to go green)

29336 Make mirror GitHub workflow not run on forks (cla: yes, waiting for tree to go green)

29337 Add mac_ios staging builders to staging environment. (cla: yes, waiting for tree to go green)

29338 Roll Skia from f6fb3db1dc9e to 215b48dc23e6 (3 revisions) (cla: yes, waiting for tree to go green)

29339 Revert "Bump ICU to ece15d049f2d360721716089372e3749fb89e0f4. (#29313)" (cla: yes, platform-fuchsia)

29340 Bump ICU to ece15d049f2d360721716089372e3749fb89e0f4. (#29313) (cla: yes, platform-fuchsia)

29341 Roll Skia from 215b48dc23e6 to 97284f255bcc (3 revisions) (cla: yes, waiting for tree to go green)

29342 Roll Dart SDK from 216e673af260 to 7b67e7a70d36 (2 revisions) (cla: yes, waiting for tree to go green)

29343 Roll Skia from 97284f255bcc to cb04e3981f3f (1 revision) (cla: yes, waiting for tree to go green)

29344 Revert "Android Background Platform Channels" (platform-android, cla: yes)

29346 Reapply: Android background platform channels (platform-android, cla: yes, waiting for tree to go green)

29347 Set default profiling rate on iOS 32 bit devices to 500Hz (cla: yes, needs tests)

29348 Roll Skia from cb04e3981f3f to 14c328247b88 (2 revisions) (cla: yes, waiting for tree to go green)

29349 Roll Dart SDK from 7b67e7a70d36 to 1a591034bf53 (1 revision) (cla: yes, waiting for tree to go green)

29350 Roll Skia from 14c328247b88 to c75e0ef2b31d (1 revision) (cla: yes, waiting for tree to go green)

29351 Roll Dart SDK from 1a591034bf53 to 55adbde97e62 (1 revision) (cla: yes, waiting for tree to go green)

29353 Roll Skia from c75e0ef2b31d to 1ddf724e3707 (4 revisions) (cla: yes, waiting for tree to go green)

29355 Roll Dart SDK from 55adbde97e62 to 7da0596a2c6a (1 revision) (cla: yes, waiting for tree to go green)

29356 Roll Skia from 1ddf724e3707 to f44bc854bf4c (1 revision) (cla: yes, waiting for tree to go green)

29358 Roll Dart SDK from 7da0596a2c6a to e400664a1dde (1 revision) (cla: yes)

29359 Roll Skia from f44bc854bf4c to 8a2a020ef4bc (1 revision) (cla: yes, waiting for tree to go green)

29363 [flutter_releases] Flutter beta 2.7.0-3.1.pre Engine Cherrypicks (platform-ios, cla: yes)

29364 Roll Skia from 8a2a020ef4bc to 13fd52e587d2 (10 revisions) (cla: yes, waiting for tree to go green)

29365 Remove deprecated scripts from engine. (cla: yes, waiting for tree to go green)

29366 Roll Skia from 13fd52e587d2 to 6a02277fa2cf (1 revision) (cla: yes, waiting for tree to go green)

29368 Roll Skia from 6a02277fa2cf to 1fa2c28ee1aa (2 revisions) (cla: yes, waiting for tree to go green)

29369 only report cache entries with images for RasterCache metrics (cla: yes, waiting for tree to go green)

29372 Roll Skia from 1fa2c28ee1aa to 9fcc959b13a4 (1 revision) (cla: yes, waiting for tree to go green)

29373 Roll Skia from 9fcc959b13a4 to 2cddedd5f9d8 (2 revisions) (cla: yes, waiting for tree to go green)

29374 Disallow pasting non-text into FlutterTextInputPlugin (platform-ios, cla: yes, waiting for tree to go green)

29375 Roll Skia from 2cddedd5f9d8 to fc0be67d1869 (1 revision) (cla: yes, waiting for tree to go green)

29376 Roll Skia from fc0be67d1869 to 1c5186754095 (3 revisions) (cla: yes, waiting for tree to go green)

29378 Revert "Temporarily delete deprecated Android v1 embedding " (platform-android, cla: yes)

29380 Roll Skia from 1c5186754095 to 146cfcc042e6 (1 revision) (cla: yes, waiting for tree to go green)

29381 Roll Skia from 146cfcc042e6 to ecac4fedaff6 (1 revision) (cla: yes, waiting for tree to go green)

29382 Roll Skia from ecac4fedaff6 to 66485f926843 (4 revisions) (cla: yes, waiting for tree to go green)

29384 Roll Dart SDK from e400664a1dde to e482fa83cc97 (1 revision) (cla: yes, waiting for tree to go green)

29385 Roll Skia from 66485f926843 to f2d016f12e22 (3 revisions) (cla: yes, waiting for tree to go green)

29386 Roll Skia from f2d016f12e22 to af5049b0d712 (6 revisions) (cla: yes, waiting for tree to go green)

29387 Roll Skia from af5049b0d712 to 762a01fd999e (5 revisions) (cla: yes, waiting for tree to go green)

29388 Roll Dart SDK from e482fa83cc97 to 8bfe3bb5af14 (1 revision) (cla: yes, waiting for tree to go green)

29389 Migrate golds script to use main branch. (cla: yes, waiting for tree to go green, platform-web, needs tests)

29390 Roll Skia from 762a01fd999e to 721388ecdbbe (4 revisions) (cla: yes, waiting for tree to go green)

29392 Roll Skia from 721388ecdbbe to b5450fb9015b (2 revisions) (cla: yes, waiting for tree to go green)

29393 [fuchsia] Remove unused sdk_ext.gni. (cla: yes, waiting for tree to go green, platform-fuchsia)

29394 Roll Skia from b5450fb9015b to 9fc189f1cbdf (2 revisions) (cla: yes, waiting for tree to go green)

29395 Roll Dart SDK from 8bfe3bb5af14 to 46a60b9933cf (1 revision) (cla: yes, waiting for tree to go green)

29396 Add check for empty compose string (cla: yes, platform-windows, needs tests)

29398 [fuchsia] Remove remaining references to Topaz. (cla: yes, platform-fuchsia)

29401 Roll Skia from 9fc189f1cbdf to 5e4e56abe83f (3 revisions) (cla: yes, waiting for tree to go green)

29403 Reland "Set system bar appearance using WindowInsetsController" (platform-android, cla: yes, waiting for tree to go green)

29404 Roll Dart SDK from 46a60b9933cf to 8cf3f2b3ec46 (2 revisions) (cla: yes, waiting for tree to go green)

29406 Roll Skia from 5e4e56abe83f to b3ecd560a2ad (1 revision) (cla: yes, waiting for tree to go green)

29407 Roll Skia from b3ecd560a2ad to a143a37747b0 (3 revisions) (cla: yes, waiting for tree to go green)

29408 Embedder VsyncWaiter must schedule a frame for the right time (cla: yes, embedder)

29409 Roll Skia from a143a37747b0 to 378e4aecfe58 (1 revision) (cla: yes, waiting for tree to go green)

29410 Roll Dart SDK from 8cf3f2b3ec46 to 0647872b7242 (1 revision) (cla: yes, waiting for tree to go green)

29411 Roll Skia from 378e4aecfe58 to 1ea54a127fbe (4 revisions) (cla: yes, waiting for tree to go green)

29412 Revert "Update to match harfbuzz subsetting 3.0.0 api." (cla: yes, needs tests)

29413 Roll Skia from 1ea54a127fbe to 50add5af1a68 (1 revision) (cla: yes, waiting for tree to go green)

29414 fuchsia: Enable ASAN; add tests flag (affects: tests, cla: yes, platform-fuchsia)

29415 Roll Skia from 50add5af1a68 to d90e09b1ae09 (3 revisions) (cla: yes, waiting for tree to go green)

29416 Roll Dart SDK from 0647872b7242 to d84981bafae3 (1 revision) (cla: yes, waiting for tree to go green)

29417 Roll Skia from d90e09b1ae09 to 6bb17ab48dfa (1 revision) (cla: yes, waiting for tree to go green)

29418 Roll Skia from 6bb17ab48dfa to 9d24b02c2fdb (2 revisions) (cla: yes, waiting for tree to go green)

29420 Roll Dart SDK from d84981bafae3 to 3b11f88c96a5 (1 revision) (cla: yes, waiting for tree to go green)

29421 Roll Skia from 9d24b02c2fdb to 3828b4160b3d (1 revision) (cla: yes, waiting for tree to go green)

29422 Roll Skia from 3828b4160b3d to 9b9805959dc3 (1 revision) (cla: yes, waiting for tree to go green)

29423 Roll Skia from 9b9805959dc3 to 6ce94bbdefec (1 revision) (cla: yes, waiting for tree to go green)

29424 Roll Skia from 6ce94bbdefec to 30f1f34732fb (1 revision) (cla: yes, waiting for tree to go green)

29425 Roll Skia from 30f1f34732fb to 88b36ad61e80 (1 revision) (cla: yes, waiting for tree to go green)

29427 Cherry pick a revert on flutter-2.8-candidate.2 to unblock the internal roll. (cla: yes, needs tests)

29435 Roll Dart SDK from 3b11f88c96a5 to 976f160b547f (3 revisions) (cla: yes, waiting for tree to go green)

29436 Roll Dart SDK from 3b11f88c96a5 to 976f160b547f (3 revisions) (cla: yes, waiting for tree to go green)

29437 Roll Skia from 88b36ad61e80 to 2d76d7760f80 (3 revisions) (cla: yes, waiting for tree to go green)

29438 Roll Skia from 2d76d7760f80 to 259ad7844587 (1 revision) (cla: yes, waiting for tree to go green)

29439 Roll Skia from 259ad7844587 to 39eccabdc3e4 (1 revision) (cla: yes, waiting for tree to go green)

29440 Revert "Roll Dart SDK from 3b11f88c96a5 to 976f160b547f (3 revisions)" (cla: yes, waiting for tree to go green)

29441 Roll Skia from 39eccabdc3e4 to 81c86e8608c2 (3 revisions) (cla: yes, waiting for tree to go green)

29442 Roll Fuchsia Mac SDK from nblJjRFDA... to iK9xdlMLD... (cla: yes, waiting for tree to go green)

29445 Roll Skia from 81c86e8608c2 to c807847427a9 (1 revision) (cla: yes, waiting for tree to go green)

29449 Roll Skia from c807847427a9 to ccb459d57b26 (4 revisions) (cla: yes, waiting for tree to go green)

waiting for tree to go green - 905 pull request(s)

#

24756 Display Features support (Foldable and Cutout) (platform-android, cla: yes, waiting for tree to go green)

24916 Linux texture support (cla: yes, waiting for tree to go green)

26880 Migrated integration_flutter_test/embedder (scenic integration test) from fuchsia.git (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

27413 Bump Android version and add more info to create_sdk_cipd_package.sh (cla: yes, waiting for tree to go green)

27472 Remove dead localization code from the iOS embedder (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

27687 Fix a typo in https://github.com/flutter/engine/pull/27311 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

27749 hasStrings on Windows (cla: yes, waiting for tree to go green, platform-windows)

27757 Rename fl_get_length to fl_value_get_length (cla: yes, waiting for tree to go green, platform-linux)

27786 fix crash SemanticsObject dealloc and access the children (platform-ios, cla: yes, waiting for tree to go green, needs tests)

27849 [fuchsia] [ffi] Basic support for Channels and Handles (cla: yes, waiting for tree to go green, platform-fuchsia)

27854 Unskip iOS launch URL tests (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

27863 Windows: Add multi-touch support (cla: yes, waiting for tree to go green, platform-windows)

27874 Support iOS universal links route deep linking (platform-ios, cla: yes, waiting for tree to go green)

27878 Fix wrong EGL value in AndroidEnvironmentGL (platform-android, cla: yes, waiting for tree to go green, needs tests)

27884 Prevent a race between SurfaceTexture.release and attachToGLContext (platform-android, cla: yes, waiting for tree to go green, needs tests)

27892 Reland enable DisplayList by default (cla: yes, waiting for tree to go green)

27893 Adds semantics tooltip support (platform-android, cla: yes, waiting for tree to go green, platform-fuchsia, embedder)

27896 Roll Skia from f3868628f987 to b806da450199 (6 revisions) (cla: yes, waiting for tree to go green)

27897 fuchsia: Fix thread names + add test (cla: yes, waiting for tree to go green, platform-fuchsia)

27898 Roll buildroot (cla: yes, waiting for tree to go green)

27899 Embed OCMock and iOS tests into IosUnitTests app (platform-ios, cla: yes, waiting for tree to go green)

27900 Remove references to deprecated SkClipOps (cla: yes, waiting for tree to go green, needs tests)

27901 Roll Skia from b806da450199 to 36aef96fec47 (1 revision) (cla: yes, waiting for tree to go green)

27902 Roll Skia from 36aef96fec47 to 337e4848397d (1 revision) (cla: yes, waiting for tree to go green)

27903 Roll Dart SDK from 96fdaff98f48 to 5406f286f566 (5 revisions) (cla: yes, waiting for tree to go green)

27904 Roll Skia from 337e4848397d to 1f808360e586 (1 revision) (cla: yes, waiting for tree to go green)

27905 Roll Skia from 1f808360e586 to 100079422340 (2 revisions) (cla: yes, waiting for tree to go green)

27906 Roll Dart SDK from 5406f286f566 to 131d357297e2 (1 revision) (cla: yes, waiting for tree to go green)

27908 Roll Skia from 100079422340 to daa971741613 (3 revisions) (cla: yes, waiting for tree to go green)

27909 Roll Skia from daa971741613 to 8ba1e71a1f59 (2 revisions) (cla: yes, waiting for tree to go green)

27910 Roll Skia from 8ba1e71a1f59 to 7893d2d0862d (1 revision) (cla: yes, waiting for tree to go green)

27912 Roll Skia from 7893d2d0862d to c0bfdffe3d53 (1 revision) (cla: yes, waiting for tree to go green)

27913 Roll Dart SDK from 131d357297e2 to 6d96e6063edc (2 revisions) (cla: yes, waiting for tree to go green)

27915 Fix memory leak in PlatformViewsController (platform-android, cla: yes, waiting for tree to go green)

27916 Roll Skia from c0bfdffe3d53 to e53c721d781f (3 revisions) (cla: yes, waiting for tree to go green)

27917 Roll Skia from e53c721d781f to 134c5f7f690b (12 revisions) (cla: yes, waiting for tree to go green)

27918 Roll Skia from 134c5f7f690b to 462e18821630 (1 revision) (cla: yes, waiting for tree to go green)

27919 Roll Skia from 462e18821630 to aef5dc78f38a (1 revision) (cla: yes, waiting for tree to go green)

27922 [UWP] Remove 1px offset to make root widget fully shown (cla: yes, waiting for tree to go green, platform-windows)

27924 Fix the SurfaceTexture related crash by replacing the JNI weak global reference with WeakReference (platform-android, cla: yes, waiting for tree to go green, needs tests)

27926 Roll Skia from aef5dc78f38a to 94fcb37e5b4f (15 revisions) (cla: yes, waiting for tree to go green)

27929 added python version note to the luci script (cla: yes, waiting for tree to go green)

27934 Roll Fuchsia Mac SDK from rQOi2N8BM... to XuRmqkWX2... (cla: yes, waiting for tree to go green)

27935 Roll Dart SDK from 6d96e6063edc to cf20a69c75cf (2 revisions) (cla: yes, waiting for tree to go green)

27937 Roll Fuchsia Linux SDK from q6H_ZE5Bs... to wX-ifEGo5... (cla: yes, waiting for tree to go green)

27938 Roll Skia from 94fcb37e5b4f to ca13a3acc4b2 (10 revisions) (cla: yes, waiting for tree to go green)

27940 [ci.yaml] Remove deprecated builder field (cla: yes, waiting for tree to go green)

27942 Provide Open JDK 11 (platform-android, cla: yes, waiting for tree to go green)

27943 Roll Dart SDK from cf20a69c75cf to 749ee4e9e053 (1 revision) (cla: yes, waiting for tree to go green)

27944 Roll Fuchsia Mac SDK from XuRmqkWX2... to 6XsAe3sPr... (cla: yes, waiting for tree to go green)

27945 Roll Fuchsia Linux SDK from wX-ifEGo5... to yZ4KOzDE1... (cla: yes, waiting for tree to go green)

27946 Avoid crashing when FlutterImageView is resized to zero dimension (platform-android, cla: yes, waiting for tree to go green, needs tests)

27947 Roll Skia from ca13a3acc4b2 to 6bc126d24d1b (1 revision) (cla: yes, waiting for tree to go green)

27948 Roll Fuchsia Mac SDK from 6XsAe3sPr... to aDswwwLbx... (cla: yes, waiting for tree to go green)

27949 Roll Fuchsia Linux SDK from yZ4KOzDE1... to GBIahjoek... (cla: yes, waiting for tree to go green)

27951 Roll Skia from 6bc126d24d1b to a28795fd64a4 (2 revisions) (cla: yes, waiting for tree to go green)

27952 Roll Fuchsia Mac SDK from aDswwwLbx... to iVa6afHb7... (cla: yes, waiting for tree to go green)

27954 Roll Fuchsia Linux SDK from GBIahjoek... to TK8mj-iQr... (cla: yes, waiting for tree to go green)

27955 Roll Skia from a28795fd64a4 to d27a0d39cea2 (1 revision) (cla: yes, waiting for tree to go green)

27956 Roll Fuchsia Mac SDK from iVa6afHb7... to 0iDbdLRq3... (cla: yes, waiting for tree to go green)

27957 Roll Fuchsia Linux SDK from TK8mj-iQr... to D6VF_8x5s... (cla: yes, waiting for tree to go green)

27958 Roll Skia from d27a0d39cea2 to fdf7b3c41f8e (1 revision) (cla: yes, waiting for tree to go green)

27960 Roll Skia from fdf7b3c41f8e to 717ef9472b56 (1 revision) (cla: yes, waiting for tree to go green)

27962 Roll Skia from 717ef9472b56 to ad5944cf8dbb (7 revisions) (cla: yes, waiting for tree to go green)

27966 Roll Fuchsia Mac SDK from 0iDbdLRq3... to CYrOc5v2a... (cla: yes, waiting for tree to go green)

27968 Roll Fuchsia Linux SDK from D6VF_8x5s... to 78gBCb4IK... (cla: yes, waiting for tree to go green)

27976 Roll Dart SDK from 749ee4e9e053 to defd2ae02a3f (2 revisions) (cla: yes, waiting for tree to go green)

27978 Use runtime checks for arguments, out directory (cla: yes, waiting for tree to go green, needs tests)

27981 Roll Dart SDK from defd2ae02a3f to 2ca55ab863e9 (1 revision) (cla: yes, waiting for tree to go green)

27982 Roll Fuchsia Mac SDK from CYrOc5v2a... to 65ocmUBj5... (cla: yes, waiting for tree to go green)

27983 Roll Dart SDK from 2ca55ab863e9 to 0e1f5a68c69f (1 revision) (cla: yes, waiting for tree to go green)

27987 Roll Dart SDK from 0e1f5a68c69f to d68dff4d0820 (1 revision) (cla: yes, waiting for tree to go green)

27988 Roll Skia from ad5944cf8dbb to 23d8f9453581 (17 revisions) (cla: yes, waiting for tree to go green)

27991 Roll Skia from 23d8f9453581 to d89d445dea5e (10 revisions) (cla: yes, waiting for tree to go green)

27992 Sets focus before sending a11y focus event in Android (platform-android, cla: yes, waiting for tree to go green)

27995 [web] rename watcher.dart to pipeline.dart (cla: yes, waiting for tree to go green, platform-web, needs tests)

27996 GN build rules for tests using Fuchsia SDK Dart libraries and bindings (cla: yes, waiting for tree to go green, platform-fuchsia)

27998 Roll Dart SDK from d68dff4d0820 to 081dad8fea3e (1 revision) (cla: yes, waiting for tree to go green)

28000 Prevent potential leak of a closable render surface (platform-android, cla: yes, waiting for tree to go green)

28001 Roll Fuchsia Mac SDK from 65ocmUBj5... to KL3oDHUYH... (cla: yes, waiting for tree to go green)

28005 Roll Skia from d89d445dea5e to b5de6be2a85d (21 revisions) (cla: yes, waiting for tree to go green)

28006 Roll Dart SDK from 081dad8fea3e to 32238a66b5ca (1 revision) (cla: yes, waiting for tree to go green)

28013 Fully inplement TaskRunner for UWP (flutter/flutter#70890) (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28015 Roll Fuchsia Mac SDK from KL3oDHUYH... to Gou0gs-Pc... (cla: yes, waiting for tree to go green)

28018 Roll Skia from b5de6be2a85d to ae43303ce5fd (8 revisions) (cla: yes, waiting for tree to go green)

28023 Roll Skia from ae43303ce5fd to ed7b4f6a237d (12 revisions) (cla: yes, waiting for tree to go green)

28027 Roll Skia from ed7b4f6a237d to b65b4da55418 (2 revisions) (cla: yes, waiting for tree to go green)

28029 Roll Dart SDK from 32238a66b5ca to 624de6ea9e59 (4 revisions) (cla: yes, waiting for tree to go green)

28031 Roll Skia from b65b4da55418 to b7f2215bbb50 (7 revisions) (cla: yes, waiting for tree to go green)

28032 Roll Fuchsia Linux SDK from 78gBCb4IK... to DuaoKMSCx... (cla: yes, waiting for tree to go green)

28037 Roll Dart SDK from 624de6ea9e59 to 8e3be460559f (1 revision) (cla: yes, waiting for tree to go green)

28039 Roll Fuchsia Mac SDK from Gou0gs-Pc... to j0tWnUn2K... (cla: yes, waiting for tree to go green)

28041 Roll Fuchsia Linux SDK from DuaoKMSCx... to G1rAOfmj_... (cla: yes, waiting for tree to go green)

28042 Roll Skia from b7f2215bbb50 to ec07af1279ec (8 revisions) (cla: yes, waiting for tree to go green)

28045 Fix some warnings seen after the migration to JDK 11 (platform-android, cla: yes, waiting for tree to go green, needs tests)

28048 Roll Skia from ec07af1279ec to 1fc789943486 (8 revisions) (cla: yes, waiting for tree to go green)

28049 Roll Dart SDK from 8e3be460559f to 7b142a990f2b (2 revisions) (cla: yes, waiting for tree to go green)

28051 Roll Skia from 1fc789943486 to c01225114a00 (1 revision) (cla: yes, waiting for tree to go green)

28054 Roll Skia from c01225114a00 to ab005016f9aa (2 revisions) (cla: yes, waiting for tree to go green)

28055 Roll Dart SDK from 7b142a990f2b to 3272e5c97914 (2 revisions) (cla: yes, waiting for tree to go green)

28059 Fix memory leak in FlutterDarwinExternalTextureMetal (cla: yes, waiting for tree to go green, needs tests)

28061 Roll Fuchsia Linux SDK from G1rAOfmj_... to aRsjkcQxJ... (cla: yes, waiting for tree to go green)

28062 Roll Skia from ab005016f9aa to 801e5f7eb9b7 (2 revisions) (cla: yes, waiting for tree to go green)

28063 Roll Skia from 801e5f7eb9b7 to 35371bd92f10 (2 revisions) (cla: yes, waiting for tree to go green)

28064 [UWP] Implement clipboard. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28065 Fix memory leak in FlutterSwitchSemanticsObject (platform-ios, cla: yes, waiting for tree to go green, needs tests)

28066 Roll Fuchsia Mac SDK from j0tWnUn2K... to qyqXnccT8... (cla: yes, waiting for tree to go green)

28068 Roll Dart SDK from 3272e5c97914 to eb7661b63527 (1 revision) (cla: yes, waiting for tree to go green)

28070 Roll Skia from 35371bd92f10 to 68e4e20fae84 (6 revisions) (cla: yes, waiting for tree to go green)

28071 Build dart:zircon and dart:zircon_ffi (cla: yes, waiting for tree to go green, platform-fuchsia)

28072 [ci.yaml] Add default properties and dimensions (cla: yes, waiting for tree to go green)

28074 Roll Dart SDK from eb7661b63527 to 481bdbce9a92 (1 revision) (cla: yes, waiting for tree to go green)

28075 Roll Skia from 68e4e20fae84 to 9032cc61bbe2 (6 revisions) (cla: yes, waiting for tree to go green)

28076 Roll Fuchsia Linux SDK from aRsjkcQxJ... to WoiEzs7XB... (cla: yes, waiting for tree to go green)

28078 Roll Skia from 9032cc61bbe2 to 73339ada9d13 (1 revision) (cla: yes, waiting for tree to go green)

28080 Roll Skia from 73339ada9d13 to 364ea352b002 (3 revisions) (cla: yes, waiting for tree to go green)

28081 Roll Fuchsia Mac SDK from qyqXnccT8... to DV0pzjjZ4... (cla: yes, waiting for tree to go green)

28083 Roll Dart SDK from 481bdbce9a92 to 3e8633bcbf8f (2 revisions) (cla: yes, waiting for tree to go green)

28084 Run the Android Robolectric tests using Gradle (platform-android, cla: yes, waiting for tree to go green)

28085 Roll Skia from 364ea352b002 to 1049d8206120 (3 revisions) (cla: yes, waiting for tree to go green)

28089 Roll Dart SDK from 3e8633bcbf8f to bedc39b7a80b (1 revision) (cla: yes, waiting for tree to go green)

28090 Roll Skia from 1049d8206120 to abe39f5cb932 (6 revisions) (cla: yes, waiting for tree to go green)

28091 Revert "Enable Dart compressed pointers for 64-bit mobile targets" (cla: yes, waiting for tree to go green)

28093 Roll Fuchsia Linux SDK from WoiEzs7XB... to 54i7Z2kLS... (cla: yes, waiting for tree to go green)

28094 Roll Fuchsia Mac SDK from DV0pzjjZ4... to a27NGktH6... (cla: yes, waiting for tree to go green)

28095 Roll Skia from abe39f5cb932 to 72171b75ed20 (1 revision) (cla: yes, waiting for tree to go green)

28096 Roll Skia from 72171b75ed20 to b1f34bf3c2cb (1 revision) (cla: yes, waiting for tree to go green)

28098 [UWP] Implement setting cursor icon. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28100 [UWP] Add all mouse buttons support (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28101 Roll Skia from b1f34bf3c2cb to 6b9c7bb81419 (1 revision) (cla: yes, waiting for tree to go green)

28102 Roll Skia from 6b9c7bb81419 to fc3bee1232fa (1 revision) (cla: yes, waiting for tree to go green)

28103 Roll Skia from fc3bee1232fa to 7b2af606d352 (1 revision) (cla: yes, waiting for tree to go green)

28104 Roll Skia from 7b2af606d352 to 55ca4e692d8f (1 revision) (cla: yes, waiting for tree to go green)

28105 Roll Skia from 55ca4e692d8f to 9a6f3990aff7 (6 revisions) (cla: yes, waiting for tree to go green)

28109 Roll Skia from 9a6f3990aff7 to 7f4abe85a6d4 (1 revision) (cla: yes, waiting for tree to go green)

28110 Makes scrollable to use main screen if the flutter view is not attached (platform-ios, cla: yes, waiting for tree to go green)

28111 Remove unused python_binary build artifacts (cla: yes, waiting for tree to go green)

28112 Roll Skia from 7f4abe85a6d4 to 7d99ba2503e1 (2 revisions) (cla: yes, waiting for tree to go green)

28114 Roll Skia from 7d99ba2503e1 to bd40fb55bb11 (1 revision) (cla: yes, waiting for tree to go green)

28117 Issues/79528 reland (platform-android, cla: yes, waiting for tree to go green)

28118 Roll Fuchsia Mac SDK from a27NGktH6... to ZRdfbSetp... (cla: yes, waiting for tree to go green)

28119 Roll Skia from bd40fb55bb11 to 9ded59bbadb3 (2 revisions) (cla: yes, waiting for tree to go green)

28121 Roll Fuchsia Linux SDK from 54i7Z2kLS... to ctNKhIDQX... (cla: yes, waiting for tree to go green)

28122 [ci.yam] Enable roller dry on presubmit (cla: yes, waiting for tree to go green)

28123 Roll Dart SDK from d39206fb4e25 to 7bd8eb1d95e7 (1 revision) (cla: yes, waiting for tree to go green)

28127 Roll Fuchsia Mac SDK from ZRdfbSetp... to n7ocDhOf_... (cla: yes, waiting for tree to go green)

28129 Roll Fuchsia Linux SDK from ctNKhIDQX... to FJeJwYM81... (cla: yes, waiting for tree to go green)

28130 Roll Skia from 9ded59bbadb3 to 059798f40eac (12 revisions) (cla: yes, waiting for tree to go green)

28132 Roll Dart SDK from 7bd8eb1d95e7 to 17c9a00cce20 (3 revisions) (cla: yes, waiting for tree to go green)

28133 Roll Skia from 059798f40eac to 17dc658f29e5 (1 revision) (cla: yes, waiting for tree to go green)

28134 [ci.yaml] Promote roller to blocking (cla: yes, waiting for tree to go green)

28135 Roll Skia from 17dc658f29e5 to 957ed75731e0 (4 revisions) (cla: yes, waiting for tree to go green)

28136 macOS: Do not swap surface if nothing was painted (cla: yes, waiting for tree to go green, platform-macos, needs tests)

28139 fuchsia: Improve FakeSession & add tests (affects: tests, cla: yes, waiting for tree to go green, platform-fuchsia, tech-debt)

28142 Roll Dart SDK from 17c9a00cce20 to fecde133832e (1 revision) (cla: yes, waiting for tree to go green)

28143 Revert "[ci.yaml] Promote roller to blocking" (cla: yes, waiting for tree to go green)

28145 Roll Skia from 957ed75731e0 to 7020699e3835 (7 revisions) (cla: yes, waiting for tree to go green)

28146 Fix Libtxt unit test errors found by ASAN (cla: yes, waiting for tree to go green)

28148 Roll Skia from 7020699e3835 to fdcf153f6caa (3 revisions) (cla: yes, waiting for tree to go green)

28149 Roll Fuchsia Mac SDK from n7ocDhOf_... to kAQ_HmUN5... (cla: yes, waiting for tree to go green)

28150 Roll Skia from fdcf153f6caa to b0697081b529 (2 revisions) (cla: yes, waiting for tree to go green)

28151 Roll Dart SDK from fecde133832e to ba50855227b3 (1 revision) (cla: yes, waiting for tree to go green)

28152 Roll Skia from b0697081b529 to db857ce628ff (1 revision) (cla: yes, waiting for tree to go green)

28153 Use Android linter from cmdline-tools (platform-android, cla: yes, waiting for tree to go green)

28154 Roll Dart SDK from ba50855227b3 to f2b0d387684d (1 revision) (cla: yes, waiting for tree to go green)

28155 Roll Fuchsia Linux SDK from FJeJwYM81... to 7UO7XyLyk... (cla: yes, waiting for tree to go green)

28156 Roll Skia from db857ce628ff to df62189fe5df (1 revision) (cla: yes, waiting for tree to go green)

28157 Roll Skia from df62189fe5df to f61ec43f84dd (1 revision) (cla: yes, waiting for tree to go green)

28158 fix leak of DisplayList storage (cla: yes, waiting for tree to go green, needs tests)

28160 Roll Dart SDK from f2b0d387684d to 14549cfda2ea (1 revision) (cla: yes, waiting for tree to go green)

28161 Correct the return value of the method RunInIsolateScope (cla: yes, waiting for tree to go green, needs tests)

28162 Roll Fuchsia Mac SDK from kAQ_HmUN5... to mAEnhH7c-... (cla: yes, waiting for tree to go green)

28163 Roll Skia from f61ec43f84dd to a7ea66372d82 (1 revision) (cla: yes, waiting for tree to go green)

28164 Roll Skia from a7ea66372d82 to 3cb09c09047b (8 revisions) (cla: yes, waiting for tree to go green)

28167 Roll Skia from 3cb09c09047b to 0733d484289f (1 revision) (cla: yes, waiting for tree to go green)

28168 Add a comment in the FlutterEngineGroup's constructor to avoid using the activity's context (platform-android, cla: yes, waiting for tree to go green, needs tests)

28169 Roll Dart SDK from 14549cfda2ea to 051994cd182f (2 revisions) (cla: yes, waiting for tree to go green)

28172 Roll Fuchsia Linux SDK from 7UO7XyLyk... to ZSqn1OAt7... (cla: yes, waiting for tree to go green)

28178 Roll Dart SDK from 051994cd182f to 0050849aff4e (1 revision) (cla: yes, waiting for tree to go green)

28181 Roll Skia from 0733d484289f to cbbe23da20ea (8 revisions) (cla: yes, waiting for tree to go green)

28182 Roll Dart SDK from 0050849aff4e to 217d0a4c4ad4 (1 revision) (cla: yes, waiting for tree to go green)

28184 Roll Fuchsia Mac SDK from mAEnhH7c-... to 9xK8HkMEI... (cla: yes, waiting for tree to go green)

28188 Roll Dart SDK from 217d0a4c4ad4 to cbbe9b6f08c8 (1 revision) (cla: yes, waiting for tree to go green)

28189 Roll Skia from cbbe23da20ea to 85108183bc04 (3 revisions) (cla: yes, waiting for tree to go green)

28191 Roll Dart SDK from cbbe9b6f08c8 to 0bfe86dce459 (1 revision) (cla: yes, waiting for tree to go green)

28198 Roll Skia from 85108183bc04 to eb0195e5b4d5 (11 revisions) (cla: yes, waiting for tree to go green)

28199 Roll Dart SDK from 0bfe86dce459 to bc7cf49acc5c (1 revision) (cla: yes, waiting for tree to go green)

28200 Roll Fuchsia Mac SDK from 9xK8HkMEI... to EZSVwdQoz... (cla: yes, waiting for tree to go green)

28201 Roll Fuchsia Linux SDK from ZSqn1OAt7... to czYvw1Rk3... (cla: yes, waiting for tree to go green)

28203 Roll Skia from eb0195e5b4d5 to cd2c1beb1e4e (2 revisions) (cla: yes, waiting for tree to go green)

28205 Roll Skia from cd2c1beb1e4e to e453fa063da5 (2 revisions) (cla: yes, waiting for tree to go green)

28206 Fix regression in system UI colors (platform-android, bug (regression), cla: yes, waiting for tree to go green)

28210 Roll Dart SDK from bc7cf49acc5c to 0f5cc29e104b (1 revision) (cla: yes, waiting for tree to go green)

28211 Issues/86577 reland (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-fuchsia, embedder)

28212 Roll Skia from e453fa063da5 to fbb736b0dccb (2 revisions) (cla: yes, waiting for tree to go green)

28218 Roll Dart SDK from 0f5cc29e104b to 690efd37fbcf (2 revisions) (cla: yes, waiting for tree to go green)

28219 Roll Skia from fbb736b0dccb to 2fadbede910d (3 revisions) (cla: yes, waiting for tree to go green)

28223 Roll Skia from 2fadbede910d to 55dc5c8325b6 (1 revision) (cla: yes, waiting for tree to go green)

28224 Avoid deadlock while creating platform views with multiple engines. (cla: yes, waiting for tree to go green)

28225 Roll Skia from 55dc5c8325b6 to 890f3b37f634 (2 revisions) (cla: yes, waiting for tree to go green)

28227 Roll Dart SDK from 690efd37fbcf to 9665bccced0a (1 revision) (cla: yes, waiting for tree to go green)

28229 Makes empty scrollable not focusable in Talkback (platform-android, cla: yes, waiting for tree to go green)

28231 Roll Skia from 890f3b37f634 to 95c9734bac87 (2 revisions) (cla: yes, waiting for tree to go green)

28241 Roll Dart SDK from 9665bccced0a to ee5b5dc4d910 (1 revision) (cla: yes, waiting for tree to go green)

28242 fuchsia.ui.pointer.TouchSource implementation for fuchsia platform view (cla: yes, waiting for tree to go green, platform-fuchsia)

28243 Roll Skia from 95c9734bac87 to 51e33b51542b (4 revisions) (cla: yes, waiting for tree to go green)

28244 Roll Dart SDK from ee5b5dc4d910 to 64d00fee8462 (1 revision) (cla: yes, waiting for tree to go green)

28245 Roll Dart SDK from 64d00fee8462 to c20ef394e132 (1 revision) (cla: yes, waiting for tree to go green)

28247 Roll Dart SDK from c20ef394e132 to c17fd9df122a (1 revision) (cla: yes, waiting for tree to go green)

28251 Roll Skia from 51e33b51542b to 6b335c53e8c2 (2 revisions) (cla: yes, waiting for tree to go green)

28252 Add browser_launcher and webkit_inspection_protocol packages (cla: yes, waiting for tree to go green)

28253 Enable repeat for desktop embedder tests (cla: yes, waiting for tree to go green, embedder)

28254 Roll Dart SDK from c17fd9df122a to 2b84af1e5f1a (1 revision) (cla: yes, waiting for tree to go green)

28256 Roll Skia from 6b335c53e8c2 to 2f0debc807d1 (2 revisions) (cla: yes, waiting for tree to go green)

28258 Roll Skia from 2f0debc807d1 to e312532442d1 (2 revisions) (cla: yes, waiting for tree to go green)

28259 Roll Dart SDK from 2b84af1e5f1a to abecc4bc4521 (1 revision) (cla: yes, waiting for tree to go green)

28263 Manual roll of Clang for Linux and Mac (cla: yes, waiting for tree to go green)

28265 Roll Skia from e312532442d1 to e12730470004 (9 revisions) (cla: yes, waiting for tree to go green)

28271 [ci.yaml] Add gradle cache (cla: yes, waiting for tree to go green)

28274 Symbolize ASan traces when using run_tests.py (cla: yes, waiting for tree to go green, embedder)

28278 Roll Skia from e12730470004 to 0f36d11c1dcf (13 revisions) (cla: yes, waiting for tree to go green)

28279 Roll Dart SDK from abecc4bc4521 to 72f462ed2d34 (6 revisions) (cla: yes, waiting for tree to go green)

28280 Roll Skia from 0f36d11c1dcf to 6f90c702e6c8 (4 revisions) (cla: yes, waiting for tree to go green)

28282 Roll Skia from 6f90c702e6c8 to 877858a19502 (2 revisions) (cla: yes, waiting for tree to go green)

28283 Roll Skia from 877858a19502 to e43714f490ec (6 revisions) (cla: yes, waiting for tree to go green)

28284 Roll Dart SDK from 72f462ed2d34 to 35c81c55d91f (1 revision) (cla: yes, waiting for tree to go green)

28285 Roll Skia from e43714f490ec to 7b3edfa65923 (1 revision) (cla: yes, waiting for tree to go green)

28286 Roll buildroot to 14b15b2e8adf3365e5e924c9186f5d65d1d65b99 (cla: yes, waiting for tree to go green)

28287 ensure op counts match between DisplayList and SkPicture (cla: yes, waiting for tree to go green)

28288 Roll Clang Mac from T2LfgbJBs... to XvHmkqWWH... (cla: yes, waiting for tree to go green)

28289 Roll Clang Linux from cIFYQ49sp... to dO8igrHyL... (cla: yes, waiting for tree to go green)

28290 Roll Skia from 7b3edfa65923 to 80fc31bc61a9 (2 revisions) (cla: yes, waiting for tree to go green)

28291 Roll Dart SDK from 35c81c55d91f to 4c4bf41da092 (1 revision) (cla: yes, waiting for tree to go green)

28292 Roll Skia from 80fc31bc61a9 to 9155b338bb9c (1 revision) (cla: yes, waiting for tree to go green)

28293 Support raw straight RGBA format in Image.toByteData() (cla: yes, waiting for tree to go green)

28294 Roll Dart SDK from 4c4bf41da092 to 0507607e1380 (1 revision) (cla: yes, waiting for tree to go green)

28295 Roll Skia from 9155b338bb9c to 02c7dac0be64 (1 revision) (cla: yes, waiting for tree to go green)

28296 Roll Skia from 02c7dac0be64 to 0305e86ee48c (1 revision) (cla: yes, waiting for tree to go green)

28297 Roll Dart SDK from 0507607e1380 to 2a693f47e303 (1 revision) (cla: yes, waiting for tree to go green)

28298 Windows: FlutterDesktopPixelBuffer: Add optional release callback (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28300 Roll Skia from 0305e86ee48c to 1e16937f4734 (2 revisions) (cla: yes, waiting for tree to go green)

28301 Roll Dart SDK from 2a693f47e303 to 6fecad447467 (1 revision) (cla: yes, waiting for tree to go green)

28303 Roll Skia from 1e16937f4734 to d34406abf959 (1 revision) (cla: yes, waiting for tree to go green)

28304 Ensure that unregisterTexture is called when forget to call SurfaceTextureEntry.release (platform-android, cla: yes, waiting for tree to go green)

28305 Roll Skia from d34406abf959 to b61014d31064 (5 revisions) (cla: yes, waiting for tree to go green)

28306 Roll Skia from b61014d31064 to ad326ae032ee (6 revisions) (cla: yes, waiting for tree to go green)

28308 Revert "Reland enable DisplayList by default" (cla: yes, waiting for tree to go green)

28315 Ensure that Skia persistent cache filenames do not exceed the maximum allowed length (cla: yes, waiting for tree to go green)

28316 Roll Skia from ad326ae032ee to 7c94cf95fece (8 revisions) (cla: yes, waiting for tree to go green)

28320 Roll Skia from 7c94cf95fece to a3a8cba62e66 (1 revision) (cla: yes, waiting for tree to go green)

28321 Roll Skia from a3a8cba62e66 to c1727fc217a4 (1 revision) (cla: yes, waiting for tree to go green)

28322 Roll Skia from c1727fc217a4 to 3c0c185e0e3e (2 revisions) (cla: yes, waiting for tree to go green)

28323 Roll Skia from 3c0c185e0e3e to 62bd633b1c8c (1 revision) (cla: yes, waiting for tree to go green)

28324 Roll Fuchsia Mac SDK from 9xK8HkMEI... to 4p8By4CDl... (cla: yes, waiting for tree to go green)

28325 Roll Fuchsia Linux SDK from ZSqn1OAt7... to F0f_c0zno... (cla: yes, waiting for tree to go green)

28328 Fix a bug in the Base32 encoder that can cause improper encoding of the first byte (cla: yes, waiting for tree to go green)

28331 Roll Skia from 62bd633b1c8c to cb547586c7e6 (9 revisions) (cla: yes, waiting for tree to go green)

28332 Roll Skia from cb547586c7e6 to 31012fa353c8 (1 revision) (cla: yes, waiting for tree to go green)

28333 [TextInput] enroll in autofill by default (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web)

28334 Fix typo in a comment in #28098 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28335 Roll Skia from 31012fa353c8 to 2e3126dd22a6 (1 revision) (cla: yes, waiting for tree to go green)

28336 Roll Dart SDK from 2a693f47e303 to a0275f1d040d (9 revisions) (cla: yes, waiting for tree to go green)

28337 Roll Skia from 2e3126dd22a6 to 43a157cf27b6 (1 revision) (cla: yes, waiting for tree to go green)

28338 Roll Dart SDK from a0275f1d040d to 8e1a55ce1580 (1 revision) (cla: yes, waiting for tree to go green)

28339 [web] Support raw straight RGBA format in Image.toByteData() in CanvasKit (cla: yes, waiting for tree to go green, platform-web)

28340 Roll Skia from 43a157cf27b6 to bb8cf5804c83 (1 revision) (cla: yes, waiting for tree to go green)

28341 Macos external texture metal support yuv (cla: yes, waiting for tree to go green, platform-macos)

28342 Roll Dart SDK from 8e1a55ce1580 to 654a078603ea (1 revision) (cla: yes, waiting for tree to go green)

28344 Roll Skia from bb8cf5804c83 to c26cf6c2f589 (5 revisions) (cla: yes, waiting for tree to go green)

28345 organize snapshot/BUILD.gn targets and fix create_arm_gen_snapshot (cla: yes, waiting for tree to go green)

28347 Roll Dart SDK from 654a078603ea to 87900c1affc8 (1 revision) (cla: yes, waiting for tree to go green)

28349 Roll Skia from c26cf6c2f589 to c7774a779fac (4 revisions) (cla: yes, waiting for tree to go green)

28350 Roll Skia from c7774a779fac to 7bd3f1cc7822 (1 revision) (cla: yes, waiting for tree to go green)

28351 Roll Skia from 7bd3f1cc7822 to b42c3834afed (1 revision) (cla: yes, waiting for tree to go green)

28354 Roll Skia from b42c3834afed to 494eb3e877e6 (1 revision) (cla: yes, waiting for tree to go green)

28356 Correct outdated weak_ptr docs (cla: yes, waiting for tree to go green)

28357 [web] Support raw straight RGBA format in Image.toByteData() in Html (cla: yes, waiting for tree to go green, platform-web)

28358 Support passing existing SurfaceTexture to TextureRegistry (platform-android, cla: yes, waiting for tree to go green)

28360 Roll Skia from 494eb3e877e6 to f8a96584b64a (2 revisions) (cla: yes, waiting for tree to go green)

28361 Don't use Dart's application_snapshot() rule (cla: yes, waiting for tree to go green, platform-fuchsia)

28362 Roll Skia from f8a96584b64a to 5c4463ee0e27 (1 revision) (cla: yes, waiting for tree to go green)

28363 Roll Skia from 5c4463ee0e27 to 09e533b744ea (1 revision) (cla: yes, waiting for tree to go green)

28364 Roll Skia from 09e533b744ea to 91b781e7f670 (1 revision) (cla: yes, waiting for tree to go green)

28365 Roll Dart SDK from 87900c1affc8 to a81fbf00dde7 (1 revision) (cla: yes, waiting for tree to go green)

28366 Roll Skia from 91b781e7f670 to 2145390fbef1 (1 revision) (cla: yes, waiting for tree to go green)

28367 Roll Skia from 2145390fbef1 to a85560a9a396 (3 revisions) (cla: yes, waiting for tree to go green)

28369 Prevent app from accessing the GPU in the background in EncodeImage (cla: yes, waiting for tree to go green)

28370 Roll Fuchsia Mac SDK from 9xK8HkMEI... to _HYADWCi9... (cla: yes, waiting for tree to go green)

28371 Roll Fuchsia Linux SDK from ZSqn1OAt7... to KGgVwQrhW... (cla: yes, waiting for tree to go green)

28373 Roll Skia from a85560a9a396 to e5d07787f0f1 (5 revisions) (cla: yes, waiting for tree to go green)

28374 Roll Skia from e5d07787f0f1 to cadd5dbded4c (5 revisions) (cla: yes, waiting for tree to go green)

28375 Drop unneded kotlin dep (cla: yes, waiting for tree to go green)

28376 Add missing result for the TextInput.setEditableSizeAndTransform method handler on Android (platform-android, cla: yes, waiting for tree to go green)

28378 Roll Skia from cadd5dbded4c to 2303f7c4a918 (2 revisions) (cla: yes, waiting for tree to go green)

28379 Roll Skia from 2303f7c4a918 to f182b8d05046 (1 revision) (cla: yes, waiting for tree to go green)

28380 Delay matrix call in Preroll of picture layer (cla: yes, waiting for tree to go green)

28381 Roll Skia from f182b8d05046 to 78a00998f8d0 (1 revision) (cla: yes, waiting for tree to go green)

28384 Roll Fuchsia Mac SDK from _HYADWCi9... to PBsQu7H2x... (cla: yes, waiting for tree to go green)

28385 Roll Skia from 78a00998f8d0 to 262713dc652a (2 revisions) (cla: yes, waiting for tree to go green)

28386 Roll Fuchsia Linux SDK from KGgVwQrhW... to FQnJKIHw7... (cla: yes, waiting for tree to go green)

28387 Roll Skia from 262713dc652a to 772061e83674 (11 revisions) (cla: yes, waiting for tree to go green)

28389 Roll Skia from 772061e83674 to a8b897bfc13d (6 revisions) (cla: yes, waiting for tree to go green)

28390 Roll Skia from a8b897bfc13d to 3b2048987253 (7 revisions) (cla: yes, waiting for tree to go green)

28391 Make the LocalizationPluginTest package declaration match the source file path (platform-android, cla: yes, waiting for tree to go green)

28392 merge accounting of the picture and dl cache entries in reported statistics (cla: yes, waiting for tree to go green)

28393 Roll Skia from 3b2048987253 to 51b4b86da645 (4 revisions) (cla: yes, waiting for tree to go green)

28394 Roll Skia from 51b4b86da645 to 44b7568c8a4e (1 revision) (cla: yes, waiting for tree to go green)

28396 Roll Fuchsia Mac SDK from PBsQu7H2x... to mBQmFpqqI... (cla: yes, waiting for tree to go green)

28397 Roll Fuchsia Linux SDK from FQnJKIHw7... to qywu-XJBK... (cla: yes, waiting for tree to go green)

28398 Roll Skia from 44b7568c8a4e to 4d6344c81d6d (1 revision) (cla: yes, waiting for tree to go green)

28399 Roll Skia from 4d6344c81d6d to e42508875792 (1 revision) (cla: yes, waiting for tree to go green)

28402 Roll Dart SDK from a81fbf00dde7 to 81c5961865cf (1 revision) (cla: yes, waiting for tree to go green)

28403 Remove fuchsia.net.NameLookup (cla: yes, waiting for tree to go green, platform-fuchsia)

28405 Revert "Turn compressed pointers on Android for 64 bit architectures." (cla: yes, waiting for tree to go green)

28406 Roll Skia from e42508875792 to ad284fe277bf (6 revisions) (cla: yes, waiting for tree to go green)

28408 Roll Fuchsia Mac SDK from mBQmFpqqI... to l8aXovOpe... (cla: yes, waiting for tree to go green)

28409 Roll Fuchsia Linux SDK from qywu-XJBK... to 2KDbYfNb6... (cla: yes, waiting for tree to go green)

28410 Roll Dart SDK from 81c5961865cf to fad8e8989ab6 (1 revision) (cla: yes, waiting for tree to go green)

28412 Roll Skia from ad284fe277bf to 2af13c135b9c (3 revisions) (cla: yes, waiting for tree to go green)

28413 Fix building Dart Fuchsia components and packages (cla: yes, waiting for tree to go green, platform-fuchsia)

28414 Roll Skia from 2af13c135b9c to 0459a9373476 (5 revisions) (cla: yes, waiting for tree to go green)

28416 Roll Dart SDK from fad8e8989ab6 to 3e5ab8e22dc3 (1 revision) (cla: yes, waiting for tree to go green)

28418 TextEditingDelta support for iOS (platform-ios, cla: yes, waiting for tree to go green)

28419 Roll Fuchsia Mac SDK from l8aXovOpe... to YOSL2lcaL... (cla: yes, waiting for tree to go green)

28420 Roll Fuchsia Linux SDK from 2KDbYfNb6... to qhNUfwDZ6... (cla: yes, waiting for tree to go green)

28421 Roll Skia from 0459a9373476 to 517f4ffb12ca (15 revisions) (cla: yes, waiting for tree to go green)

28423 Roll Fuchsia Mac SDK from YOSL2lcaL... to VbLDH0aNK... (cla: yes, waiting for tree to go green)

28426 Roll Dart SDK from 3e5ab8e22dc3 to edf2936a5e06 (4 revisions) (cla: yes, waiting for tree to go green)

28427 Roll Clang Mac from XvHmkqWWH... to xdUzo8i18... (cla: yes, waiting for tree to go green)

28429 Roll Fuchsia Linux SDK from qhNUfwDZ6... to pypCKSnUc... (cla: yes, waiting for tree to go green)

28439 Add RasterCache metrics to the FrameTimings (cla: yes, waiting for tree to go green, platform-web)

28441 Roll Fuchsia Mac SDK from VbLDH0aNK... to igx6EXsq_... (cla: yes, waiting for tree to go green)

28443 Roll Clang Mac from xdUzo8i18... to XvHmkqWWH... (cla: yes, waiting for tree to go green)

28444 Roll Fuchsia Linux SDK from pypCKSnUc... to 8CGViPqZj... (cla: yes, waiting for tree to go green)

28448 Roll Dart SDK from 3e5ab8e22dc3 to 9ad577b3a3e4 (9 revisions) (cla: yes, waiting for tree to go green)

28451 Roll Skia from 517f4ffb12ca to 678ec7187a33 (29 revisions) (cla: yes, waiting for tree to go green)

28452 Roll Skia from 678ec7187a33 to 0ed278b42de3 (1 revision) (cla: yes, waiting for tree to go green)

28454 Roll Fuchsia Mac SDK from igx6EXsq_... to c0W6I_W1n... (cla: yes, waiting for tree to go green)

28455 Roll Dart SDK from 9ad577b3a3e4 to 7b3ede5086e0 (2 revisions) (cla: yes, waiting for tree to go green)

28456 Roll Skia from 0ed278b42de3 to 360db877be35 (4 revisions) (cla: yes, waiting for tree to go green)

28458 Roll Dart SDK from 7b3ede5086e0 to 238108dd9c6f (1 revision) (cla: yes, waiting for tree to go green)

28459 Roll Fuchsia Linux SDK from 8CGViPqZj... to oSxtpYn84... (cla: yes, waiting for tree to go green)

28460 Roll Fuchsia Mac SDK from c0W6I_W1n... to CYEiDwUB9... (cla: yes, waiting for tree to go green)

28461 Roll Dart SDK from 238108dd9c6f to d6fa0d686082 (1 revision) (cla: yes, waiting for tree to go green)

28463 Roll Fuchsia Linux SDK from oSxtpYn84... to DzxXYKzlk... (cla: yes, waiting for tree to go green)

28464 Roll Fuchsia Mac SDK from CYEiDwUB9... to lOgxSvrjd... (cla: yes, waiting for tree to go green)

28466 Roll Fuchsia Linux SDK from DzxXYKzlk... to GpAkjCJKU... (cla: yes, waiting for tree to go green)

28467 Factor out a task synchronization help function for unit tests (cla: yes, waiting for tree to go green)

28468 Roll Skia from 360db877be35 to f65cd9be7330 (1 revision) (cla: yes, waiting for tree to go green)

28470 Roll Fuchsia Mac SDK from lOgxSvrjd... to 7OyGTsKNy... (cla: yes, waiting for tree to go green)

28471 Roll Fuchsia Linux SDK from GpAkjCJKU... to eYuGUghZ1... (cla: yes, waiting for tree to go green)

28472 Roll Fuchsia Mac SDK from 7OyGTsKNy... to bmShnqcSD... (cla: yes, waiting for tree to go green)

28473 Roll Skia from f65cd9be7330 to fc5efe32b404 (1 revision) (cla: yes, waiting for tree to go green)

28474 Discard the resubmitted layer tree of the wrong size instead of rendering it (cla: yes, waiting for tree to go green)

28475 Roll Skia from fc5efe32b404 to 48bb9a59e063 (1 revision) (cla: yes, waiting for tree to go green)

28476 Roll Fuchsia Linux SDK from eYuGUghZ1... to ExKaxwFai... (cla: yes, waiting for tree to go green)

28477 Roll Fuchsia Mac SDK from bmShnqcSD... to 8tsd1ptRi... (cla: yes, waiting for tree to go green)

28482 Roll Fuchsia Mac SDK from 8tsd1ptRi... to rP-YL86e_... (cla: yes, waiting for tree to go green)

28484 Roll Fuchsia Linux SDK from ExKaxwFai... to F3B5fctvV... (cla: yes, waiting for tree to go green)

28486 Roll Skia from 48bb9a59e063 to 10fa1c84b4b2 (1 revision) (cla: yes, waiting for tree to go green)

28489 Roll Skia from 10fa1c84b4b2 to ca5d31e4592c (14 revisions) (cla: yes, waiting for tree to go green)

28492 Add benchmarks to measure dart -> native time (cla: yes, waiting for tree to go green)

28493 Roll Skia from ca5d31e4592c to a2c76c77c496 (9 revisions) (cla: yes, waiting for tree to go green)

28494 [Web text input] Make placeholder text invisible (cla: yes, waiting for tree to go green, platform-web)

28495 Fixes accessibility issue that bridge fails to clean up FlutterScrollableSemanticsObject (platform-ios, cla: yes, waiting for tree to go green)

28500 backdrop_filter_layer only pushes to the leaf_nodes_canvas (platform-ios, cla: yes, waiting for tree to go green)

28501 Roll Skia from a2c76c77c496 to 72fe2e5e5d8e (7 revisions) (cla: yes, waiting for tree to go green)

28502 Roll Fuchsia Linux SDK from F3B5fctvV... to j7aYNNbVt... (cla: yes, waiting for tree to go green)

28503 Roll Skia from 72fe2e5e5d8e to 5ccad8aa4ee5 (3 revisions) (cla: yes, waiting for tree to go green)

28504 Roll Fuchsia Mac SDK from rP-YL86e_... to cDn94pEla... (cla: yes, waiting for tree to go green)

28505 Roll Skia from 5ccad8aa4ee5 to 30f8611655b4 (1 revision) (cla: yes, waiting for tree to go green)

28507 Roll Skia from 30f8611655b4 to a0d61eb56199 (8 revisions) (cla: yes, waiting for tree to go green)

28510 Reland "Add benchmarks to measure dart -> native time (#28492)" (cla: yes, waiting for tree to go green)

28512 Roll Fuchsia Linux SDK from j7aYNNbVt... to BP1AUqX5m... (cla: yes, waiting for tree to go green)

28515 Roll Skia from a0d61eb56199 to 51f95129285f (5 revisions) (cla: yes, waiting for tree to go green)

28517 Roll Fuchsia Mac SDK from cDn94pEla... to YnuT0nBZG... (cla: yes, waiting for tree to go green)

28521 Roll Clang Linux from dO8igrHyL... to KK8UQefBW... (cla: yes, waiting for tree to go green)

28522 Roll Clang Mac from XvHmkqWWH... to OWP5QAE8i... (cla: yes, waiting for tree to go green)

28523 Roll Skia from 51f95129285f to b6981fb6a4c1 (1 revision) (cla: yes, waiting for tree to go green)

28524 Roll Skia from b6981fb6a4c1 to f4f2f7542d5d (3 revisions) (cla: yes, waiting for tree to go green)

28526 Roll Fuchsia Linux SDK from BP1AUqX5m... to Y6zuLOGqK... (cla: yes, waiting for tree to go green)

28528 Roll Fuchsia Mac SDK from YnuT0nBZG... to 5hlfN-425... (cla: yes, waiting for tree to go green)

28529 Roll Skia from f4f2f7542d5d to 9605042e8eb2 (1 revision) (cla: yes, waiting for tree to go green)

28530 Roll Dart SDK from d6fa0d686082 to 45b4f2d77247 (9 revisions) (cla: yes, waiting for tree to go green)

28531 Roll Skia from 9605042e8eb2 to db2b44e01f9a (1 revision) (cla: yes, waiting for tree to go green)

28534 Roll Skia from db2b44e01f9a to 2c704669fb7b (3 revisions) (cla: yes, waiting for tree to go green)

28537 Roll Dart SDK from 45b4f2d77247 to c1f80cf5fde6 (1 revision) (cla: yes, waiting for tree to go green)

28538 Roll Fuchsia Linux SDK from Y6zuLOGqK... to 7rmb7v6Rn... (cla: yes, waiting for tree to go green)

28539 Roll Skia from 2c704669fb7b to f17e4008a89b (11 revisions) (cla: yes, waiting for tree to go green)

28540 Roll Fuchsia Mac SDK from 5hlfN-425... to crjfjPXZN... (cla: yes, waiting for tree to go green)

28541 Roll Dart SDK from c1f80cf5fde6 to 5171a2583ace (1 revision) (cla: yes, waiting for tree to go green)

28544 Roll Skia from f17e4008a89b to 9292c806e97d (1 revision) (cla: yes, waiting for tree to go green)

28545 Roll Dart SDK from 5171a2583ace to e92d1fb9117c (1 revision) (cla: yes, waiting for tree to go green)

28546 Roll Skia from 9292c806e97d to c96f97938462 (2 revisions) (cla: yes, waiting for tree to go green)

28547 Roll Dart SDK from e92d1fb9117c to 39f81c50c2e1 (1 revision) (cla: yes, waiting for tree to go green)

28548 Roll Fuchsia Linux SDK from 7rmb7v6Rn... to E-2zyKFAo... (cla: yes, waiting for tree to go green)

28549 Roll Skia from c96f97938462 to 588dcc093d81 (1 revision) (cla: yes, waiting for tree to go green)

28551 Roll Dart SDK from 39f81c50c2e1 to 8ed0a66c8802 (1 revision) (cla: yes, waiting for tree to go green)

28552 Roll Fuchsia Mac SDK from crjfjPXZN... to TXPmKCwBR... (cla: yes, waiting for tree to go green)

28553 Roll Skia from 588dcc093d81 to c7ffd5e6809e (5 revisions) (cla: yes, waiting for tree to go green)

28554 Roll Skia from c7ffd5e6809e to c9d65f0b8ab6 (1 revision) (cla: yes, waiting for tree to go green)

28555 Roll Skia from c9d65f0b8ab6 to 2b868d6b9aa3 (5 revisions) (cla: yes, waiting for tree to go green)

28557 Roll Skia from 2b868d6b9aa3 to 9a1f92e4fff5 (2 revisions) (cla: yes, waiting for tree to go green)

28559 Roll Skia from 9a1f92e4fff5 to b13f36944ca7 (5 revisions) (cla: yes, waiting for tree to go green)

28562 Roll Fuchsia Linux SDK from E-2zyKFAo... to rYYCP4o1F... (cla: yes, waiting for tree to go green)

28563 Roll Dart SDK from 8ed0a66c8802 to 86bd94a5b8dd (2 revisions) (cla: yes, waiting for tree to go green)

28565 Roll Fuchsia Mac SDK from TXPmKCwBR... to N5vbbACOm... (cla: yes, waiting for tree to go green)

28566 Delete is_background_view from FlutterJNI (platform-android, cla: yes, waiting for tree to go green)

28568 Roll Skia from b13f36944ca7 to 2e4dc863da04 (1 revision) (cla: yes, waiting for tree to go green)

28570 Roll Fuchsia Linux SDK from rYYCP4o1F... to evxB7Rykf... (cla: yes, waiting for tree to go green)

28572 Roll buildroot to drop support for iOS 8.0. (cla: yes, waiting for tree to go green)

28576 Call _isLoopback as a last resort (cla: yes, waiting for tree to go green, needs tests)

28577 Roll Skia from 2e4dc863da04 to 56efcf2d5bc1 (5 revisions) (cla: yes, waiting for tree to go green)

28580 Roll Skia from 56efcf2d5bc1 to ec7b63a74585 (4 revisions) (cla: yes, waiting for tree to go green)

28582 Roll Dart SDK from 86bd94a5b8dd to 904ca10d48a7 (1 revision) (cla: yes, waiting for tree to go green)

28584 Renew cirrus gcp credentials (cla: yes, waiting for tree to go green)

28585 Roll Fuchsia Mac SDK from N5vbbACOm... to 7JrylIRbJ... (cla: yes, waiting for tree to go green)

28586 Parse the benchmarks on presubmit jobs (cla: yes, waiting for tree to go green, needs tests)

28587 Roll Fuchsia Linux SDK from evxB7Rykf... to 90jKZc0CF... (cla: yes, waiting for tree to go green)

28588 Roll Skia from ec7b63a74585 to 7591d4b5ef28 (4 revisions) (cla: yes, waiting for tree to go green)

28589 [web] fix the last matrix element in CkPath.shift (cla: yes, waiting for tree to go green, platform-web)

28590 Roll Skia from 7591d4b5ef28 to 92f1bc0083bf (1 revision) (cla: yes, waiting for tree to go green)

28591 Roll Dart SDK from 904ca10d48a7 to 6d30f47da59b (2 revisions) (cla: yes, waiting for tree to go green)

28596 prepare drawPoints MaskFilter test for Skia bug fix (cla: yes, waiting for tree to go green)

28598 Roll Dart SDK from 6d30f47da59b to 73e8595bcba1 (1 revision) (cla: yes, waiting for tree to go green)

28600 Roll Skia from 92f1bc0083bf to c3e7cadc1015 (7 revisions) (cla: yes, waiting for tree to go green)

28601 Roll Skia from c3e7cadc1015 to a31021db2b54 (3 revisions) (cla: yes, waiting for tree to go green)

28602 Roll Fuchsia Linux SDK from 90jKZc0CF... to 2eVinpLwx... (cla: yes, waiting for tree to go green)

28603 Roll Fuchsia Mac SDK from 7JrylIRbJ... to iychQeTRD... (cla: yes, waiting for tree to go green)

28604 Roll Dart SDK from 73e8595bcba1 to 1101a7e8c0e6 (1 revision) (cla: yes, waiting for tree to go green)

28605 Roll Skia from a31021db2b54 to 7d19065eefe4 (1 revision) (cla: yes, waiting for tree to go green)

28607 Roll Skia from 7d19065eefe4 to 8d9e313db8a3 (7 revisions) (cla: yes, waiting for tree to go green)

28608 Roll Skia from 8d9e313db8a3 to 4ff44eff1cb4 (3 revisions) (cla: yes, waiting for tree to go green)

28610 Roll Skia from 4ff44eff1cb4 to 143e85023798 (1 revision) (cla: yes, waiting for tree to go green)

28614 Roll Skia from 143e85023798 to b701fa0ac070 (2 revisions) (cla: yes, waiting for tree to go green)

28617 Roll Fuchsia Linux SDK from 2eVinpLwx... to JOJ3jjqpt... (cla: yes, waiting for tree to go green)

28618 Roll Skia from b701fa0ac070 to 7e33d95f4f88 (4 revisions) (cla: yes, waiting for tree to go green)

28620 Roll Fuchsia Mac SDK from iychQeTRD... to njsyK4m3B... (cla: yes, waiting for tree to go green)

28621 Roll Dart SDK from 1101a7e8c0e6 to cee6ac3df70e (1 revision) (cla: yes, waiting for tree to go green)

28622 [licenses] Ignore .ccls-cache folder when generating engine licenses. (cla: yes, waiting for tree to go green, needs tests)

28624 Roll Skia from 7e33d95f4f88 to b51994990bb4 (1 revision) (cla: yes, waiting for tree to go green)

28626 Roll Dart SDK from cee6ac3df70e to 65ae60047c2b (1 revision) (cla: yes, waiting for tree to go green)

28629 Roll Skia from b51994990bb4 to 9680fed583ca (2 revisions) (cla: yes, waiting for tree to go green)

28630 Roll Dart SDK from 65ae60047c2b to 25f8064d7387 (2 revisions) (cla: yes, waiting for tree to go green)

28631 Roll Fuchsia Linux SDK from JOJ3jjqpt... to vM2cIvcGj... (cla: yes, waiting for tree to go green)

28632 Roll Fuchsia Mac SDK from njsyK4m3B... to OVVg7oNPI... (cla: yes, waiting for tree to go green)

28634 Roll Skia from 9680fed583ca to 720674e1190d (1 revision) (cla: yes, waiting for tree to go green)

28635 Roll Dart SDK from 25f8064d7387 to 05661056d153 (1 revision) (cla: yes, waiting for tree to go green)

28637 Roll Skia from 720674e1190d to 0c5b05c3ab53 (2 revisions) (cla: yes, waiting for tree to go green)

28638 Roll Skia from 0c5b05c3ab53 to 398ef4487b2a (7 revisions) (cla: yes, waiting for tree to go green)

28641 Roll Skia from 398ef4487b2a to a047e8bf4d49 (2 revisions) (cla: yes, waiting for tree to go green)

28642 [web] Multiple fixes to text layout and line breaks (cla: yes, waiting for tree to go green, platform-web)

28643 Roll Dart SDK from 05661056d153 to 41e5c7114f9c (2 revisions) (cla: yes, waiting for tree to go green)

28644 Roll Skia from a047e8bf4d49 to 81b7060ef036 (5 revisions) (cla: yes, waiting for tree to go green)

28645 Roll Skia from 81b7060ef036 to e1bb73ede418 (3 revisions) (cla: yes, waiting for tree to go green)

28647 Roll Skia from e1bb73ede418 to c915da9b2070 (3 revisions) (cla: yes, waiting for tree to go green)

28649 Roll Dart SDK from 41e5c7114f9c to 9e15d1a2afb5 (1 revision) (cla: yes, waiting for tree to go green)

28650 Roll Fuchsia Linux SDK from vM2cIvcGj... to aSzZz6T3u... (cla: yes, waiting for tree to go green)

28651 Roll Fuchsia Mac SDK from OVVg7oNPI... to 0XCXzG3BW... (cla: yes, waiting for tree to go green)

28652 Roll Skia from c915da9b2070 to 3e7cd00126b8 (2 revisions) (cla: yes, waiting for tree to go green)

28653 Roll Skia from 3e7cd00126b8 to 25868511fd05 (2 revisions) (cla: yes, waiting for tree to go green)

28656 Improve DisplayList bounds calculations (cla: yes, waiting for tree to go green)

28658 [shared_engine] Avoid the method surfaceUpdated is called many times when multiple FlutterViewController shared one engine (platform-ios, cla: yes, waiting for tree to go green)

28659 Roll Dart SDK from 9e15d1a2afb5 to b3da4b661c48 (2 revisions) (cla: yes, waiting for tree to go green)

28661 Roll Fuchsia Mac SDK from 0XCXzG3BW... to ejEFL6p3B... (cla: yes, waiting for tree to go green)

28662 Roll Fuchsia Linux SDK from aSzZz6T3u... to x3PP_nSNw... (cla: yes, waiting for tree to go green)

28664 Roll Skia from 25868511fd05 to db285de24756 (9 revisions) (cla: yes, waiting for tree to go green)

28667 Don't use Build.VERSION_CODES.S in test (platform-android, cla: yes, waiting for tree to go green)

28668 Roll Skia from db285de24756 to 4f3ca106c9d8 (1 revision) (cla: yes, waiting for tree to go green)

28669 Roll Dart SDK from b3da4b661c48 to 4aff633d5ef2 (3 revisions) (cla: yes, waiting for tree to go green)

28670 Fix GLFW embedder example for current flutter libs/Dart SDK (cla: yes, waiting for tree to go green)

28674 Roll Skia from 4f3ca106c9d8 to 941812fdcc84 (4 revisions) (cla: yes, waiting for tree to go green)

28678 Roll Dart SDK from 4aff633d5ef2 to 1874cf447307 (2 revisions) (cla: yes, waiting for tree to go green)

28679 hold DisplayList objects in SkiaGPUObject wrappers (cla: yes, waiting for tree to go green)

28680 Roll Skia from 941812fdcc84 to cd334839a74b (1 revision) (cla: yes, waiting for tree to go green)

28681 Roll Fuchsia Mac SDK from ejEFL6p3B... to bLXO_leTc... (cla: yes, waiting for tree to go green)

28682 Roll Fuchsia Linux SDK from x3PP_nSNw... to HtSlIxjFq... (cla: yes, waiting for tree to go green)

28684 Roll Skia from cd334839a74b to 149156550e75 (2 revisions) (cla: yes, waiting for tree to go green)

28685 Roll Skia from 149156550e75 to 7cece5e053ab (1 revision) (cla: yes, waiting for tree to go green)

28686 Roll Dart SDK from 1874cf447307 to 70186deed4f2 (1 revision) (cla: yes, waiting for tree to go green)

28687 Roll Skia from 7cece5e053ab to 56cab7f9cb1a (1 revision) (cla: yes, waiting for tree to go green)

28688 Roll Skia from 56cab7f9cb1a to cd0b01cf18cc (5 revisions) (cla: yes, waiting for tree to go green)

28689 Roll Skia from cd0b01cf18cc to 14cc21fd99a3 (4 revisions) (cla: yes, waiting for tree to go green)

28690 Roll Skia from 14cc21fd99a3 to 40e5f545b2ab (4 revisions) (cla: yes, waiting for tree to go green)

28691 Roll Dart SDK from 70186deed4f2 to acc4a3e2b78b (1 revision) (cla: yes, waiting for tree to go green)

28692 Roll Fuchsia Linux SDK from HtSlIxjFq... to oSwtt3qS9... (cla: yes, waiting for tree to go green)

28694 Do not share the GrDirectContext across engine instances on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28695 Roll Skia from 40e5f545b2ab to 6694a36a7f14 (2 revisions) (cla: yes, waiting for tree to go green)

28696 Roll Fuchsia Mac SDK from bLXO_leTc... to ig96PZ9uu... (cla: yes, waiting for tree to go green)

28697 Roll Skia from 6694a36a7f14 to 3299eb7febaf (2 revisions) (cla: yes, waiting for tree to go green)

28698 Wrap ImageShader::sk_image_ with a SkiaGPUObject (cla: yes, waiting for tree to go green, needs tests)

28699 Roll Skia from 3299eb7febaf to dcfa824c3830 (1 revision) (cla: yes, waiting for tree to go green)

28700 Use Gradle cache (cla: yes, waiting for tree to go green)

28701 Roll Skia from dcfa824c3830 to 6aac1193a7b6 (1 revision) (cla: yes, waiting for tree to go green)

28702 Roll Skia from 6aac1193a7b6 to ccef63db2666 (2 revisions) (cla: yes, waiting for tree to go green)

28703 Roll Dart SDK from acc4a3e2b78b to 347d212e6369 (2 revisions) (cla: yes, waiting for tree to go green)

28704 Roll Fuchsia Linux SDK from oSwtt3qS9... to cPLPB2qhF... (cla: yes, waiting for tree to go green)

28706 Roll Fuchsia Mac SDK from ig96PZ9uu... to CcH9sMEUb... (cla: yes, waiting for tree to go green)

28707 Fix duplicated documentation (cla: yes, waiting for tree to go green, needs tests)

28709 Roll Skia from ccef63db2666 to 2f7ee02577ef (1 revision) (cla: yes, waiting for tree to go green)

28711 Roll Dart SDK from 347d212e6369 to d5a092696895 (1 revision) (cla: yes, waiting for tree to go green)

28712 Roll Fuchsia Mac SDK from CcH9sMEUb... to 9EIecNJDs... (cla: yes, waiting for tree to go green)

28713 Roll Fuchsia Linux SDK from cPLPB2qhF... to CW7NYvI5U... (cla: yes, waiting for tree to go green)

28714 Roll Skia from 2f7ee02577ef to 68a09699e942 (1 revision) (cla: yes, waiting for tree to go green)

28715 Roll Fuchsia Mac SDK from 9EIecNJDs... to aPxJXWrBJ... (cla: yes, waiting for tree to go green)

28716 Roll Fuchsia Linux SDK from CW7NYvI5U... to i6udvN3jP... (cla: yes, waiting for tree to go green)

28718 Roll Dart SDK from d5a092696895 to cdf1e48ee9cb (1 revision) (cla: yes, waiting for tree to go green)

28719 Roll Skia from 68a09699e942 to bec01c6add58 (1 revision) (cla: yes, waiting for tree to go green)

28720 Roll Dart SDK from cdf1e48ee9cb to aa8455aced77 (1 revision) (cla: yes, waiting for tree to go green)

28721 Roll Skia from bec01c6add58 to 06f3ea1e0a5c (1 revision) (cla: yes, waiting for tree to go green)

28722 Roll Fuchsia Mac SDK from aPxJXWrBJ... to YGOXMJb8s... (cla: yes, waiting for tree to go green)

28723 Roll Fuchsia Linux SDK from i6udvN3jP... to a-fOk8gAq... (cla: yes, waiting for tree to go green)

28725 Roll Dart SDK from aa8455aced77 to 61f539dc7b50 (1 revision) (cla: yes, waiting for tree to go green)

28726 Reland "Add benchmarks to measure dart -> native time (#28492)" (cla: yes, waiting for tree to go green)

28727 Roll Skia from 06f3ea1e0a5c to 64be3c5867af (1 revision) (cla: yes, waiting for tree to go green)

28729 Roll Skia from 64be3c5867af to 14a9b089b6bf (6 revisions) (cla: yes, waiting for tree to go green)

28731 Roll Skia from 14a9b089b6bf to 498bfa4a8590 (2 revisions) (cla: yes, waiting for tree to go green)

28732 Remove obsolete instructions from scenario_app readme, pass depfile correctly. (cla: yes, waiting for tree to go green)

28735 Roll Dart SDK from 61f539dc7b50 to a0243abd09e3 (1 revision) (cla: yes, waiting for tree to go green)

28736 Make benchmark parsing pre-submit non-bringup (cla: yes, waiting for tree to go green)

28737 Roll Skia from 498bfa4a8590 to f62934b85a49 (2 revisions) (cla: yes, waiting for tree to go green)

28743 Set MinimumOSVersion in iOS Info.plist based on buildroot setting (platform-ios, cla: yes, waiting for tree to go green, platform-macos, embedder)

28753 adjust naming of DisplayList methods, fields and parameters to match style guide (cla: yes, waiting for tree to go green)

28768 Roll Skia from f62934b85a49 to b8f1651f9b67 (15 revisions) (cla: yes, waiting for tree to go green)

28769 Roll Fuchsia Mac SDK from YGOXMJb8s... to 3k3-vCrm5... (cla: yes, waiting for tree to go green)

28770 Roll Fuchsia Linux SDK from a-fOk8gAq... to JD40LpEJO... (cla: yes, waiting for tree to go green)

28771 Roll Skia from b8f1651f9b67 to e32309d771ee (3 revisions) (cla: yes, waiting for tree to go green)

28774 Fix Android T deprecated WindowManager INCORRECT_CONTEXT_USAGE (platform-android, cla: yes, waiting for tree to go green, needs tests)

28775 Remove outdated unused element suppressions (cla: yes, waiting for tree to go green)

28777 Replace jcenter() for mavenCentral() (platform-android, cla: yes, waiting for tree to go green)

28779 Roll Dart SDK from a0243abd09e3 to 86a21d182523 (6 revisions) (cla: yes, waiting for tree to go green)

28782 Roll Skia from e32309d771ee to a48e7b0186b3 (10 revisions) (cla: yes, waiting for tree to go green)

28783 Set MinimumOSVersion to iOS 9 in Info.plist (platform-ios, cla: yes, waiting for tree to go green)

28789 Roll Dart SDK from 86a21d182523 to c2429dee845e (1 revision) (cla: yes, waiting for tree to go green)

28791 Roll Skia from a48e7b0186b3 to bb30fc16e1be (1 revision) (cla: yes, waiting for tree to go green)

28792 Roll Fuchsia Mac SDK from 3k3-vCrm5... to NM9FaaYay... (cla: yes, waiting for tree to go green)

28793 Roll Fuchsia Linux SDK from JD40LpEJO... to bWZcp2jnx... (cla: yes, waiting for tree to go green)

28794 Roll Skia from bb30fc16e1be to 5527735121f5 (1 revision) (cla: yes, waiting for tree to go green)

28795 Roll Dart SDK from c2429dee845e to 715a98df1828 (1 revision) (cla: yes, waiting for tree to go green)

28796 Roll Skia from 5527735121f5 to cb25d566c21d (3 revisions) (cla: yes, waiting for tree to go green)

28797 Roll Dart SDK from 715a98df1828 to 4e396689de4f (1 revision) (cla: yes, waiting for tree to go green)

28800 Roll Dart SDK from 4e396689de4f to 6e17953f4e7e (1 revision) (cla: yes, waiting for tree to go green)

28803 Roll Fuchsia Mac SDK from NM9FaaYay... to nblJjRFDA... (cla: yes, waiting for tree to go green)

28804 Roll Fuchsia Linux SDK from bWZcp2jnx... to tBL8VjITE... (cla: yes, waiting for tree to go green)

28806 Make DartExecutor.IsolateServiceIdListener public (platform-android, cla: yes, waiting for tree to go green, needs tests)

28807 Roll Dart SDK from 6e17953f4e7e to ba343ec30c69 (1 revision) (cla: yes, waiting for tree to go green)

28810 Roll Dart SDK from ba343ec30c69 to ec4a8ac89fe5 (1 revision) (cla: yes, waiting for tree to go green)

28811 fuchsia: Add child views to flatland engine (cla: yes, waiting for tree to go green, platform-fuchsia)

28813 Roll Fuchsia Mac SDK from nblJjRFDA... to c3_45l-Rd... (cla: yes, waiting for tree to go green)

28814 Roll Fuchsia Linux SDK from tBL8VjITE... to vUHzQsB3f... (cla: yes, waiting for tree to go green)

28815 Roll Dart SDK from ec4a8ac89fe5 to eba0c93d96de (1 revision) (cla: yes, waiting for tree to go green)

28817 vsync_waiter_fallback should schedule firecallback for future (cla: yes, waiting for tree to go green, needs tests)

28818 Roll Dart SDK from eba0c93d96de to 1d7f47bf04d8 (1 revision) (cla: yes, waiting for tree to go green)

28821 [Fuchsia] Notify Shell when memory becomes low. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28823 [fuchsia] Small shell scripts for workflow. (cla: yes, waiting for tree to go green)

28825 Roll Fuchsia Mac SDK from c3_45l-Rd... to lD33hO1tW... (cla: yes, waiting for tree to go green)

28826 Roll Dart SDK from 1d7f47bf04d8 to 6aa8a4aef43a (1 revision) (cla: yes, waiting for tree to go green)

28827 Roll Fuchsia Linux SDK from vUHzQsB3f... to tdrdF1Sz9... (cla: yes, waiting for tree to go green)

28829 Roll Dart SDK from 6aa8a4aef43a to 7e8e12d4d296 (2 revisions) (cla: yes, waiting for tree to go green)

28830 Add src/third_party/dart/third_party/yaml_edit to DEPS (cla: yes, waiting for tree to go green)

28838 Roll Fuchsia Linux SDK from tdrdF1Sz9... to Jo9QY1R3C... (cla: yes, waiting for tree to go green)

28842 Roll Skia from cb25d566c21d to 12732e4ad804 (55 revisions) (cla: yes, waiting for tree to go green)

28843 Roll Fuchsia Mac SDK from lD33hO1tW... to AaBCvnaBN... (cla: yes, waiting for tree to go green)

28845 Roll Skia from 12732e4ad804 to a909dd6b8d8d (4 revisions) (cla: yes, waiting for tree to go green)

28847 Use a relative path for the output when building a Dart kernel (cla: yes, waiting for tree to go green)

28849 Specify the root directory for Dart frontend server sources (cla: yes, waiting for tree to go green)

28851 Roll Dart SDK from 7e8e12d4d296 to 1a4db5ddd0ea (3 revisions) (cla: yes, waiting for tree to go green)

28853 Roll Skia from a909dd6b8d8d to 6e6bceeeea1e (7 revisions) (cla: yes, waiting for tree to go green)

28854 Roll Skia from 6e6bceeeea1e to 31fe2c51452a (3 revisions) (cla: yes, waiting for tree to go green)

28856 use all 16 matrix entries in Canvas.transform() to enable 3D matrix concatenation (cla: yes, waiting for tree to go green, platform-web)

28857 Roll Dart SDK from 1a4db5ddd0ea to 9e2228a0e880 (2 revisions) (cla: yes, waiting for tree to go green)

28859 Roll Fuchsia Mac SDK from AaBCvnaBN... to OPoARlWlE... (cla: yes, waiting for tree to go green)

28863 [fuchsia] Remove unused deps on fidl optional.h. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28868 [iOSTextInput] remove floating cursor asserts (platform-ios, cla: yes, waiting for tree to go green)

28874 Roll Dart SDK from 9e2228a0e880 to 0cddaa9859a5 (1 revision) (cla: yes, waiting for tree to go green)

28875 Roll Fuchsia Linux SDK from Jo9QY1R3C... to UUcoJDQho... (cla: yes, waiting for tree to go green)

28878 [Linux] Fix crash when a method channel is reassigned (cla: yes, waiting for tree to go green, platform-linux)

28879 Roll Skia from 31fe2c51452a to 496b89cb74b3 (4 revisions) (cla: yes, waiting for tree to go green)

28880 Roll Fuchsia Mac SDK from OPoARlWlE... to NxbeZ1Uke... (cla: yes, waiting for tree to go green)

28881 Roll Skia from 496b89cb74b3 to e96e066d538d (1 revision) (cla: yes, waiting for tree to go green)

28882 Roll Fuchsia Linux SDK from UUcoJDQho... to sFMn4Ory_... (cla: yes, waiting for tree to go green)

28883 Roll Dart SDK from 0cddaa9859a5 to 893000264e3c (1 revision) (cla: yes, waiting for tree to go green)

28886 Bump maximum supported sdk to 30 for Robolectric (platform-android, cla: yes, waiting for tree to go green)

28888 Roll Fuchsia Mac SDK from NxbeZ1Uke... to 3pvmnxd8-... (cla: yes, waiting for tree to go green)

28889 Roll Skia from e96e066d538d to b9982f492896 (9 revisions) (cla: yes, waiting for tree to go green)

28892 Roll Skia from b9982f492896 to ef96fa9e83c2 (4 revisions) (cla: yes, waiting for tree to go green)

28893 Roll Dart SDK from 893000264e3c to 06093fe5921e (2 revisions) (cla: yes, waiting for tree to go green)

28894 Destroy overlay surfaces when the rasterizer is torn down (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-fuchsia)

28896 Mirror master to main branch. (cla: yes, waiting for tree to go green)

28897 Roll Skia from ef96fa9e83c2 to 0bfac0127c5e (9 revisions) (cla: yes, waiting for tree to go green)

28898 Enable main branch. (cla: yes, waiting for tree to go green)

28899 Roll Dart SDK from 06093fe5921e to 1998f61b08f7 (1 revision) (cla: yes, waiting for tree to go green)

28900 Roll Fuchsia Linux SDK from sFMn4Ory_... to fvDpNa7Tc... (cla: yes, waiting for tree to go green)

28902 Roll Fuchsia Mac SDK from 3pvmnxd8-... to zIn8c0_Am... (cla: yes, waiting for tree to go green)

28903 Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28904 Roll Skia from 0bfac0127c5e to f2fb26d162b9 (4 revisions) (cla: yes, waiting for tree to go green)

28906 Roll Dart SDK from 1998f61b08f7 to f452a6585cbd (2 revisions) (cla: yes, waiting for tree to go green)

28908 Roll Skia from f2fb26d162b9 to 43264640f256 (2 revisions) (cla: yes, waiting for tree to go green)

28909 Roll Skia from 43264640f256 to 791c0d36a6f6 (2 revisions) (cla: yes, waiting for tree to go green)

28910 Roll Dart SDK from f452a6585cbd to 280a0c3efb21 (1 revision) (cla: yes, waiting for tree to go green)

28911 Roll Skia from 791c0d36a6f6 to 0f124cd7cd60 (2 revisions) (cla: yes, waiting for tree to go green)

28913 Roll Skia from 0f124cd7cd60 to aaa81ab61e43 (1 revision) (cla: yes, waiting for tree to go green)

28914 Roll Fuchsia Linux SDK from fvDpNa7Tc... to eEt3ktTjq... (cla: yes, waiting for tree to go green)

28915 Roll Fuchsia Mac SDK from zIn8c0_Am... to Lx_DI2yrc... (cla: yes, waiting for tree to go green)

28916 Roll Skia from aaa81ab61e43 to 2dc9c5d98f72 (3 revisions) (cla: yes, waiting for tree to go green)

28925 made android unit tests not require the host engine variant to exist (cla: yes, waiting for tree to go green)

28932 Roll Fuchsia Mac SDK from Lx_DI2yrc... to owSIykHxQ... (cla: yes, waiting for tree to go green)

28933 Roll Fuchsia Linux SDK from eEt3ktTjq... to BlL9tK7aj... (cla: yes, waiting for tree to go green)

28934 Roll Skia from 2dc9c5d98f72 to 31a94580b700 (13 revisions) (cla: yes, waiting for tree to go green)

28935 Roll Dart SDK from 280a0c3efb21 to d9092e3505ed (5 revisions) (cla: yes, waiting for tree to go green)

28938 fixed android unit tests (rotted before CI is running) (platform-android, cla: yes, waiting for tree to go green)

28939 Roll Skia from 31a94580b700 to 501e8e1a2c9f (5 revisions) (cla: yes, waiting for tree to go green)

28941 Roll Skia from 501e8e1a2c9f to d034db791d67 (2 revisions) (cla: yes, waiting for tree to go green)

28942 Roll Skia from d034db791d67 to a20c60d9e5d5 (2 revisions) (cla: yes, waiting for tree to go green)

28943 Roll Dart SDK from d9092e3505ed to 48283a35397d (1 revision) (cla: yes, waiting for tree to go green)

28946 enable DisplayList by default (cla: yes, waiting for tree to go green)

28947 Roll Skia from a20c60d9e5d5 to 58014fa9a6a0 (3 revisions) (cla: yes, waiting for tree to go green)

28948 Roll Dart SDK from 48283a35397d to acbcdc91a2c8 (1 revision) (cla: yes, waiting for tree to go green)

28950 Fix typos in spirv README (cla: yes, waiting for tree to go green)

28951 [fuchsia] Pass WeakPtrs to GfxConnection FIDL fns. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28952 Roll Skia from 58014fa9a6a0 to ddbb97d741ff (1 revision) (cla: yes, waiting for tree to go green)

28953 Roll Dart SDK from acbcdc91a2c8 to 54d42054bcb1 (1 revision) (cla: yes, waiting for tree to go green)

28954 Roll Fuchsia Mac SDK from owSIykHxQ... to Fo7RBTco3... (cla: yes, waiting for tree to go green)

28955 Roll Skia from ddbb97d741ff to 4b6421f9474f (3 revisions) (cla: yes, waiting for tree to go green)

28956 Roll Fuchsia Linux SDK from BlL9tK7aj... to wGBwwbbE-... (cla: yes, waiting for tree to go green)

28957 Roll Dart SDK from 54d42054bcb1 to a35443bce002 (1 revision) (cla: yes, waiting for tree to go green)

28958 Roll Skia from 4b6421f9474f to c076abe32ab5 (1 revision) (cla: yes, waiting for tree to go green)

28959 Roll Skia from c076abe32ab5 to 4ae3fd33cfaa (2 revisions) (cla: yes, waiting for tree to go green)

28961 Roll Dart SDK from a35443bce002 to 4a4c1361ad7b (1 revision) (cla: yes, waiting for tree to go green)

28962 Roll Skia from 4ae3fd33cfaa to 9c0b84417309 (5 revisions) (cla: yes, waiting for tree to go green)

28963 Revert Fuchsia SDK to version from 9/23 (cla: yes, waiting for tree to go green)

28964 Roll Skia from 9c0b84417309 to f69f21e601f9 (4 revisions) (cla: yes, waiting for tree to go green)

28966 Add web support for tooltip (cla: yes, waiting for tree to go green, platform-web)

28968 include nested Picture stats in DisplayList byte and op counts (cla: yes, waiting for tree to go green)

28975 made it so you can specify which adb to use for android tests (cla: yes, waiting for tree to go green)

28976 Roll Skia from f69f21e601f9 to 7bb0ff05cec5 (7 revisions) (cla: yes, waiting for tree to go green)

28977 Remove some deprecated APIs from the Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

28979 Roll Dart SDK from 4a4c1361ad7b to 4fa07f3ccd43 (1 revision) (cla: yes, waiting for tree to go green)

28981 Roll Skia from 7bb0ff05cec5 to b011afc82fde (1 revision) (cla: yes, waiting for tree to go green)

28984 Roll Dart SDK from 4fa07f3ccd43 to cea2ea76fc66 (2 revisions) (cla: yes, waiting for tree to go green)

28986 Roll Skia from b011afc82fde to 8e29caf4c130 (6 revisions) (cla: yes, waiting for tree to go green)

28987 Defer setup of the default font manager if the embedding prefetched the font manager (platform-android, cla: yes, waiting for tree to go green, needs tests)

28988 Roll Dart SDK from cea2ea76fc66 to d50eacfa4fcd (2 revisions) (cla: yes, waiting for tree to go green)

28989 Roll Skia from 8e29caf4c130 to 906e9eb53841 (6 revisions) (cla: yes, waiting for tree to go green)

28993 [fuchsia] publish dart runner v2 protocol (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28994 Roll Dart SDK from d50eacfa4fcd to 8c385be2c663 (2 revisions) (cla: yes, waiting for tree to go green)

28995 Roll Dart SDK from 8c385be2c663 to f440a20ff15f (2 revisions) (cla: yes, waiting for tree to go green)

28996 Roll Skia from 906e9eb53841 to ce22e059ffeb (1 revision) (cla: yes, waiting for tree to go green)

28997 make dart_runner cmx files have valid json (cla: yes, waiting for tree to go green, platform-fuchsia)

28999 Roll Skia from ce22e059ffeb to 23a66f7fb915 (1 revision) (cla: yes, waiting for tree to go green)

29000 Roll Skia from 23a66f7fb915 to f843d5cf7212 (1 revision) (cla: yes, waiting for tree to go green)

29001 Take SUPPORT_FRACTIONAL_TRANSLATION into account when diffing layers (cla: yes, waiting for tree to go green)

29002 Roll Dart SDK from f440a20ff15f to 7fe995e95e37 (1 revision) (cla: yes, waiting for tree to go green)

29003 Roll Skia from f843d5cf7212 to 03dd6a47a67b (1 revision) (cla: yes, waiting for tree to go green)

29004 Roll Skia from 03dd6a47a67b to 816d9179b3ca (3 revisions) (cla: yes, waiting for tree to go green)

29005 Roll Dart SDK from 7fe995e95e37 to aea166168df4 (1 revision) (cla: yes, waiting for tree to go green)

29006 Roll Skia from 816d9179b3ca to 923d83bf1875 (1 revision) (cla: yes, waiting for tree to go green)

29007 Start animator paused (cla: yes, waiting for tree to go green)

29013 Expose updateSystemUiOverlays in FlutterActivity and FlutterFragment (platform-android, cla: yes, waiting for tree to go green)

29022 Roll Skia from 923d83bf1875 to a6d7296948d4 (33 revisions) (cla: yes, waiting for tree to go green)

29024 Roll Skia from a6d7296948d4 to 52d162904845 (2 revisions) (cla: yes, waiting for tree to go green)

29026 Roll Skia from 52d162904845 to 237c22adb8a1 (1 revision) (cla: yes, waiting for tree to go green)

29030 Roll Skia from 237c22adb8a1 to fd4dc2347dd4 (4 revisions) (cla: yes, waiting for tree to go green)

29032 Roll Skia from fd4dc2347dd4 to d4ca5e11a157 (1 revision) (cla: yes, waiting for tree to go green)

29035 fuchsia: fix build (cla: yes, waiting for tree to go green, platform-fuchsia)

29037 Roll Skia from d4ca5e11a157 to ff5bb37b72b2 (1 revision) (cla: yes, waiting for tree to go green)

29039 Roll Skia from ff5bb37b72b2 to 98eb297750e6 (1 revision) (cla: yes, waiting for tree to go green)

29040 Roll Skia from 98eb297750e6 to 7e03a9adf21b (1 revision) (cla: yes, waiting for tree to go green)

29041 Roll Skia from 7e03a9adf21b to 0c18d7f33227 (3 revisions) (cla: yes, waiting for tree to go green)

29044 Roll Skia from 0c18d7f33227 to fbc64be80620 (2 revisions) (cla: yes, waiting for tree to go green)

29045 Roll Skia from fbc64be80620 to 47da0ac577aa (3 revisions) (cla: yes, waiting for tree to go green)

29047 Roll Skia from 47da0ac577aa to 6d0234673a40 (4 revisions) (cla: yes, waiting for tree to go green)

29049 Roll Skia from 6d0234673a40 to a1b44b72eb47 (3 revisions) (cla: yes, waiting for tree to go green)

29051 Roll Skia from a1b44b72eb47 to 1190301c3dba (2 revisions) (cla: yes, waiting for tree to go green)

29052 Fixed flutter_shell_native_unittests so they are built by default. (cla: yes, waiting for tree to go green)

29054 Roll Skia from 1190301c3dba to 1347e1334fe0 (7 revisions) (cla: yes, waiting for tree to go green)

29055 Update contrast enforcement for null values (platform-android, cla: yes, waiting for tree to go green)

29058 Roll Skia from 1347e1334fe0 to 29eed809a315 (1 revision) (cla: yes, waiting for tree to go green)

29059 Roll Skia from 29eed809a315 to 96713facd789 (3 revisions) (cla: yes, waiting for tree to go green)

29060 Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility (platform-android, cla: yes, waiting for tree to go green, needs tests)

29062 [ci.yaml] Migrate engine_staging_config.star to ci.yaml (cla: yes, waiting for tree to go green)

29065 Roll Skia from 96713facd789 to 637275224b4c (12 revisions) (cla: yes, waiting for tree to go green)

29066 Roll Skia from 637275224b4c to 59b5f5258ba4 (1 revision) (cla: yes, waiting for tree to go green)

29067 Roll Skia from 59b5f5258ba4 to 1ab7ff6abf82 (1 revision) (cla: yes, waiting for tree to go green)

29068 Roll Skia from 1ab7ff6abf82 to 01b02956c75c (1 revision) (cla: yes, waiting for tree to go green)

29073 Roll Skia from 01b02956c75c to ae39340d247d (1 revision) (cla: yes, waiting for tree to go green)

29074 Roll Skia from ae39340d247d to 3156f4408b83 (3 revisions) (cla: yes, waiting for tree to go green)

29080 Reland Android systrace (platform-android, cla: yes, waiting for tree to go green, needs tests)

29082 Roll Skia from 3156f4408b83 to 8fa6dbffff50 (8 revisions) (cla: yes, waiting for tree to go green)

29083 Roll Fuchsia Mac SDK from nblJjRFDA... to A-oFoYGCf... (cla: yes, waiting for tree to go green)

29084 Roll Fuchsia Linux SDK from tBL8VjITE... to v8lv8TQuR... (cla: yes, waiting for tree to go green)

29085 Roll Skia from 8fa6dbffff50 to cd2f207a2e3f (1 revision) (cla: yes, waiting for tree to go green)

29087 Roll Skia from cd2f207a2e3f to 89457e9237fc (1 revision) (cla: yes, waiting for tree to go green)

29089 Roll Skia from 89457e9237fc to 6030e0a2c5bd (1 revision) (cla: yes, waiting for tree to go green)

29090 Always increment response_id for Android platform messages (platform-android, cla: yes, waiting for tree to go green, needs tests)

29091 [fuchsia] Add Launcher & Resolver to Dart JIT CMX. (cla: yes, waiting for tree to go green, platform-fuchsia)

29092 Roll Skia from 6030e0a2c5bd to c63e913f574a (1 revision) (cla: yes, waiting for tree to go green)

29093 Map the Android VsyncWaiter frame start time to the clock used by fml::TimePoint (platform-android, cla: yes, waiting for tree to go green, needs tests)

29094 Roll Skia from c63e913f574a to 4e6353d3fedf (1 revision) (cla: yes, waiting for tree to go green)

29098 Roll Fuchsia Mac SDK from A-oFoYGCf... to vPM5hitAH... (cla: yes, waiting for tree to go green)

29099 Roll Fuchsia Linux SDK from v8lv8TQuR... to QsO40jt0B... (cla: yes, waiting for tree to go green)

29100 Fix build flags for WinUWP (cla: yes, waiting for tree to go green, platform-windows)

29101 Roll Skia from 4e6353d3fedf to ac828b77f69a (1 revision) (cla: yes, waiting for tree to go green)

29102 Roll Fuchsia Mac SDK from vPM5hitAH... to kYysl-Ja9... (cla: yes, waiting for tree to go green)

29103 Roll Fuchsia Linux SDK from QsO40jt0B... to KjDL3k59m... (cla: yes, waiting for tree to go green)

29104 Roll Skia from ac828b77f69a to af2f73c1bbd3 (1 revision) (cla: yes, waiting for tree to go green)

29105 Roll Skia from af2f73c1bbd3 to cbaf52b37382 (4 revisions) (cla: yes, waiting for tree to go green)

29106 Roll Fuchsia Mac SDK from kYysl-Ja9... to XKmz7MquH... (cla: yes, waiting for tree to go green)

29107 Roll Fuchsia Linux SDK from KjDL3k59m... to DOvZT4ZBO... (cla: yes, waiting for tree to go green)

29108 [iOS] Using UIView container as text input superview for textinput plugin (platform-ios, cla: yes, waiting for tree to go green, needs tests)

29109 Roll Skia from cbaf52b37382 to eafb39fc7edd (1 revision) (cla: yes, waiting for tree to go green)

29110 Roll buildroot to 7c0186c5f3acaaea6c59b6cdf4502968722a565c (cla: yes, waiting for tree to go green)

29111 Roll Skia from eafb39fc7edd to 108cb0cfa375 (6 revisions) (cla: yes, waiting for tree to go green)

29112 Roll Skia from 108cb0cfa375 to 206c1f3f7e01 (1 revision) (cla: yes, waiting for tree to go green)

29114 Roll Skia from 206c1f3f7e01 to 90a66821f0ba (2 revisions) (cla: yes, waiting for tree to go green)

29115 Roll Skia from 90a66821f0ba to 3286a6962f38 (1 revision) (cla: yes, waiting for tree to go green)

29118 Roll Dart SDK from aea166168df4 to 7c0d67ae7fbc (3 revisions) (cla: yes, waiting for tree to go green)

29119 Roll Fuchsia Linux SDK from DOvZT4ZBO... to phhPbZu01... (cla: yes, waiting for tree to go green)

29122 Roll Dart SDK from 7c0d67ae7fbc to f5177b16c50b (7 revisions) (cla: yes, waiting for tree to go green)

29123 Roll Skia from 3286a6962f38 to 732e4ebd2098 (6 revisions) (cla: yes, waiting for tree to go green)

29124 Roll Skia from 732e4ebd2098 to e5a06afeaedd (1 revision) (cla: yes, waiting for tree to go green)

29125 Roll Fuchsia Mac SDK from XKmz7MquH... to uD1eZQkE9... (cla: yes, waiting for tree to go green)

29126 Roll Skia from e5a06afeaedd to bcda412af714 (3 revisions) (cla: yes, waiting for tree to go green)

29128 Roll Skia from bcda412af714 to f32ad08ac4a7 (1 revision) (cla: yes, waiting for tree to go green)

29129 Roll Fuchsia Linux SDK from phhPbZu01... to ENEBlk0Vl... (cla: yes, waiting for tree to go green)

29130 Roll Skia from f32ad08ac4a7 to c9f160b8dd4f (2 revisions) (cla: yes, waiting for tree to go green)

29132 Roll Dart SDK from f5177b16c50b to 92f5de5ee852 (8 revisions) (cla: yes, waiting for tree to go green)

29134 Roll Skia from c9f160b8dd4f to 35a74eab5d48 (2 revisions) (cla: yes, waiting for tree to go green)

29135 Revert Fuchsia SDK rolls to version from 9/23 (cla: yes, waiting for tree to go green)

29136 Roll Skia from 35a74eab5d48 to 87a0078b8909 (3 revisions) (cla: yes, waiting for tree to go green)

29140 Roll Dart SDK from 92f5de5ee852 to 6597e49b6291 (6 revisions) (cla: yes, waiting for tree to go green)

29141 Roll Skia from 87a0078b8909 to dc6a9e3e128e (9 revisions) (cla: yes, waiting for tree to go green)

29142 [fuchsia] Create CF v2 Flutter runner. (cla: yes, waiting for tree to go green, platform-fuchsia)

29143 Roll Skia from dc6a9e3e128e to 77e24f3b2ba1 (4 revisions) (cla: yes, waiting for tree to go green)

29144 Roll Skia from 77e24f3b2ba1 to 5420cbcf657d (1 revision) (cla: yes, waiting for tree to go green)

29147 Android Background Platform Channels (platform-android, cla: yes, waiting for tree to go green)

29149 Roll Dart SDK from 6597e49b6291 to 5703908f6d10 (6 revisions) (cla: yes, waiting for tree to go green)

29150 Roll Skia from 5420cbcf657d to 734d7e2be408 (1 revision) (cla: yes, waiting for tree to go green)

29153 Roll Skia from 734d7e2be408 to 1da50bea27c3 (1 revision) (cla: yes, waiting for tree to go green)

29154 Roll Skia from 1da50bea27c3 to d27bb77aaeab (3 revisions) (cla: yes, waiting for tree to go green)

29157 Roll Skia from d27bb77aaeab to abb6814cc75a (1 revision) (cla: yes, waiting for tree to go green)

29159 Roll Skia from abb6814cc75a to 76f61debc6fb (1 revision) (cla: yes, waiting for tree to go green)

29163 Roll Dart SDK from 5703908f6d10 to ba59e2c850b8 (3 revisions) (cla: yes, waiting for tree to go green)

29164 Correct file line-endings from CRLF to LF (cla: yes, waiting for tree to go green, platform-windows, needs tests)

29167 Roll Skia from 76f61debc6fb to 558aff92f98c (10 revisions) (cla: yes, waiting for tree to go green)

29169 Roll Skia from 558aff92f98c to 9467361423e0 (6 revisions) (cla: yes, waiting for tree to go green)

29170 Roll Skia from 9467361423e0 to 37a6ec9e3ca0 (2 revisions) (cla: yes, waiting for tree to go green)

29173 Roll Skia from 37a6ec9e3ca0 to 4f7e0ad6b210 (1 revision) (cla: yes, waiting for tree to go green)

29175 Roll Skia from 4f7e0ad6b210 to 21fe518fbb04 (1 revision) (cla: yes, waiting for tree to go green)

29179 [web] use 'dart compile js' instead of 'dart2js' in web_ui and felt (cla: yes, waiting for tree to go green, platform-web, needs tests)

29180 Roll Skia from 21fe518fbb04 to 7779a70f8729 (1 revision) (cla: yes, waiting for tree to go green)

29182 Roll Skia from 7779a70f8729 to 5ff51fb2e3cd (3 revisions) (cla: yes, waiting for tree to go green)

29183 Roll Skia from 5ff51fb2e3cd to 237dd2d94d06 (2 revisions) (cla: yes, waiting for tree to go green)

29185 Roll Skia from 237dd2d94d06 to 8b0ba16043ae (1 revision) (cla: yes, waiting for tree to go green)

29186 Roll Skia from 8b0ba16043ae to f7d267364393 (6 revisions) (cla: yes, waiting for tree to go green)

29189 Roll Skia from f7d267364393 to ab19daec3b88 (2 revisions) (cla: yes, waiting for tree to go green)

29191 Roll Skia from ab19daec3b88 to d0c7f636453b (1 revision) (cla: yes, waiting for tree to go green)

29192 Ignore implicit_dynamic_function analyzer error for js_util generic methods (cla: yes, waiting for tree to go green, platform-web)

29194 Roll Skia from d0c7f636453b to aa9656d8caa6 (3 revisions) (cla: yes, waiting for tree to go green)

29195 Roll Dart SDK from 081a57c06088 to 82b0281cbcf3 (3 revisions) (cla: yes, waiting for tree to go green)

29196 Roll Skia from aa9656d8caa6 to 72602b668e22 (1 revision) (cla: yes, waiting for tree to go green)

29197 [ios key handling] Return the correct physical key when the keycode isn't mapped (platform-ios, cla: yes, waiting for tree to go green)

29198 Roll Dart SDK from 82b0281cbcf3 to aaca2ac128ae (1 revision) (cla: yes, waiting for tree to go green)

29199 Set the use_ios_simulator flag only on platforms where it is defined (iOS/Mac) (cla: yes, waiting for tree to go green)

29201 Roll Dart SDK from aaca2ac128ae to 9f3cd7a49814 (1 revision) (cla: yes, waiting for tree to go green)

29202 Roll Skia from 72602b668e22 to 012f7146067a (1 revision) (cla: yes, waiting for tree to go green)

29203 Roll Skia from 012f7146067a to b24bad31dc05 (3 revisions) (cla: yes, waiting for tree to go green)

29204 Roll Dart SDK from 9f3cd7a49814 to e8c02a935741 (1 revision) (cla: yes, waiting for tree to go green)

29205 Roll Dart SDK from e8c02a935741 to 42acd2ae8fa8 (1 revision) (cla: yes, waiting for tree to go green)

29207 Roll Skia from b24bad31dc05 to a750dfcce25c (1 revision) (cla: yes, waiting for tree to go green)

29209 Roll Skia from a750dfcce25c to 0e55a137ddaa (1 revision) (cla: yes, waiting for tree to go green)

29211 Roll Dart SDK from 42acd2ae8fa8 to db761f01b501 (2 revisions) (cla: yes, waiting for tree to go green)

29212 Roll Skia from 0e55a137ddaa to 6a24fe4825b7 (2 revisions) (cla: yes, waiting for tree to go green)

29213 [ci.yaml] Disable framework tests on release branches (cla: yes, waiting for tree to go green)

29214 Roll Skia from 6a24fe4825b7 to 409bb0195f9e (1 revision) (cla: yes, waiting for tree to go green)

29219 Roll Skia from 409bb0195f9e to c41ac91167e3 (1 revision) (cla: yes, waiting for tree to go green)

29221 Roll Skia from c41ac91167e3 to 5bf1b51e61ce (2 revisions) (cla: yes, waiting for tree to go green)

29222 Roll Dart SDK from db761f01b501 to 715b701a3108 (1 revision) (cla: yes, waiting for tree to go green)

29224 Roll Skia from 5bf1b51e61ce to 4021b947f7b0 (1 revision) (cla: yes, waiting for tree to go green)

29226 Refactor FlutterViewTest with extracting common test code to methods (platform-android, cla: yes, waiting for tree to go green)

29227 Roll Skia from 4021b947f7b0 to a0c98f770f91 (1 revision) (cla: yes, waiting for tree to go green)

29228 Roll Skia from a0c98f770f91 to 835345aaa349 (1 revision) (cla: yes, waiting for tree to go green)

29230 Add traces to Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29231 Replace FragmentShader with FragmentShaderBuilder (cla: yes, waiting for tree to go green, platform-web)

29233 Remove Robolectric and add androidx.tracing to the android_embedding_dependencies package (cla: yes, waiting for tree to go green)

29238 Roll Clang Linux from FMLihg51s... to usfKkGnw0... (cla: yes, waiting for tree to go green)

29240 Roll Clang Mac from KP-N5ruFe... to HpW96jrB8... (cla: yes, waiting for tree to go green)

29241 Add FlutterPlayStoreSplitApplication to v2 embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29243 Roll Skia from 835345aaa349 to e1bfa18fc512 (33 revisions) (cla: yes, waiting for tree to go green)

29244 Roll Dart SDK from 715b701a3108 to 84c74548e30a (6 revisions) (cla: yes, waiting for tree to go green)

29245 Build a specialized snapshot for launching the service isolate in profile mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

29247 Roll Skia from e1bfa18fc512 to 2fceb21cb7ce (2 revisions) (cla: yes, waiting for tree to go green)

29249 Roll Skia from 2fceb21cb7ce to c9b917447577 (1 revision) (cla: yes, waiting for tree to go green)

29250 Roll Skia from c9b917447577 to 40b143c1743b (2 revisions) (cla: yes, waiting for tree to go green)

29252 Roll Skia from 40b143c1743b to d62b7ef97056 (4 revisions) (cla: yes, waiting for tree to go green)

29253 Roll Dart SDK from 84c74548e30a to 663d08ea8777 (1 revision) (cla: yes, waiting for tree to go green)

29255 Roll Skia from d62b7ef97056 to 8582724780d8 (1 revision) (cla: yes, waiting for tree to go green)

29258 Roll Skia from 8582724780d8 to 0edd2c33d31e (2 revisions) (cla: yes, waiting for tree to go green)

29260 Roll Skia from 0edd2c33d31e to cb3c02005c97 (1 revision) (cla: yes, waiting for tree to go green)

29261 Roll Skia from cb3c02005c97 to dd07eb01c8dd (5 revisions) (cla: yes, waiting for tree to go green)

29264 Roll Skia from dd07eb01c8dd to aaa70658c277 (2 revisions) (cla: yes, waiting for tree to go green)

29265 use nested op counts to determine picture complexity for raster cache (affects: engine, cla: yes, waiting for tree to go green, perf: speed)

29267 Roll Skia from aaa70658c277 to 6dcb6b44e9d9 (3 revisions) (cla: yes, waiting for tree to go green)

29270 Call rapidjson::ParseResult::IsError to check for JSON parsing errors (cla: yes, waiting for tree to go green, needs tests)

29271 Roll Skia from 6dcb6b44e9d9 to b19be6381025 (1 revision) (cla: yes, waiting for tree to go green)

29273 Remove stray log (cla: yes, waiting for tree to go green)

29274 Roll Skia from b19be6381025 to e3ff9b178358 (1 revision) (cla: yes, waiting for tree to go green)

29277 Roll Skia from e3ff9b178358 to d252ff3f66f6 (1 revision) (cla: yes, waiting for tree to go green)

29279 Roll Skia from d252ff3f66f6 to 9cb20400599b (3 revisions) (cla: yes, waiting for tree to go green)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29285 Roll Skia from 9cb20400599b to 05ac1b86adbb (2 revisions) (cla: yes, waiting for tree to go green)

29287 VSyncWaiter on Fuchsia will defer firing until frame start time (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

29290 [fuchsia] Add missing protocols to V2 runner. (cla: yes, waiting for tree to go green, platform-fuchsia)

29291 Delay default font manager to run concurrently with isolate setup (cla: yes, waiting for tree to go green)

29292 Roll Dart SDK from 84c74548e30a to 64f7ed6aa45a (11 revisions) (cla: yes, waiting for tree to go green)

29297 Roll Dart SDK from 64f7ed6aa45a to 70c57ad7db0b (2 revisions) (cla: yes, waiting for tree to go green)

29298 add flow events to the timeline to track the lifecycle of cache images (cla: yes, waiting for tree to go green, needs tests)

29301 Roll Dart SDK from 70c57ad7db0b to ba3ccf09afa3 (1 revision) (cla: yes, waiting for tree to go green)

29302 Roll Dart SDK from ba3ccf09afa3 to 1dce95867df2 (1 revision) (cla: yes, waiting for tree to go green)

29304 Roll Skia from 05ac1b86adbb to 8dd1f50a65fd (26 revisions) (cla: yes, waiting for tree to go green)

29306 Roll Skia from 8dd1f50a65fd to d8e8681c98c6 (1 revision) (cla: yes, waiting for tree to go green)

29308 Roll Skia from d8e8681c98c6 to 2b0935b71a47 (2 revisions) (cla: yes, waiting for tree to go green)

29309 Roll Dart SDK from 1dce95867df2 to 56fa1c638f3d (1 revision) (cla: yes, waiting for tree to go green)

29310 Roll Skia from 2b0935b71a47 to c00c888db123 (1 revision) (cla: yes, waiting for tree to go green)

29311 Roll Skia from c00c888db123 to 52aee23ded91 (1 revision) (cla: yes, waiting for tree to go green)

29312 Roll Dart SDK from 56fa1c638f3d to 6e43eba8b51e (1 revision) (cla: yes, waiting for tree to go green)

29314 Roll Skia from 52aee23ded91 to 2e20e7674cc0 (1 revision) (cla: yes, waiting for tree to go green)

29315 Roll Skia from 2e20e7674cc0 to e167dda4244f (3 revisions) (cla: yes, waiting for tree to go green)

29319 Roll Dart SDK from 6e43eba8b51e to 2aad12948249 (1 revision) (cla: yes, waiting for tree to go green)

29322 Roll Skia from e167dda4244f to a21aacf7c76d (3 revisions) (cla: yes, waiting for tree to go green)

29323 ensure web_ui and ui have the same toString methods for StringAttributes (cla: yes, waiting for tree to go green, platform-web)

29326 Update documentation links to point to main branch. (platform-android, cla: yes, waiting for tree to go green, platform-web, platform-windows, needs tests)

29327 Roll Skia from a21aacf7c76d to 0d3f184582ee (1 revision) (cla: yes, waiting for tree to go green)

29328 Roll Dart SDK from 2aad12948249 to 56c3e28096a6 (2 revisions) (cla: yes, waiting for tree to go green)

29332 Roll Skia from 0d3f184582ee to 643bd0fc8fd7 (3 revisions) (cla: yes, waiting for tree to go green)

29334 Roll Dart SDK from 56c3e28096a6 to 216e673af260 (1 revision) (cla: yes, waiting for tree to go green)

29335 Roll Skia from 643bd0fc8fd7 to f6fb3db1dc9e (7 revisions) (cla: yes, waiting for tree to go green)

29336 Make mirror GitHub workflow not run on forks (cla: yes, waiting for tree to go green)

29337 Add mac_ios staging builders to staging environment. (cla: yes, waiting for tree to go green)

29338 Roll Skia from f6fb3db1dc9e to 215b48dc23e6 (3 revisions) (cla: yes, waiting for tree to go green)

29341 Roll Skia from 215b48dc23e6 to 97284f255bcc (3 revisions) (cla: yes, waiting for tree to go green)

29342 Roll Dart SDK from 216e673af260 to 7b67e7a70d36 (2 revisions) (cla: yes, waiting for tree to go green)

29343 Roll Skia from 97284f255bcc to cb04e3981f3f (1 revision) (cla: yes, waiting for tree to go green)

29346 Reapply: Android background platform channels (platform-android, cla: yes, waiting for tree to go green)

29348 Roll Skia from cb04e3981f3f to 14c328247b88 (2 revisions) (cla: yes, waiting for tree to go green)

29349 Roll Dart SDK from 7b67e7a70d36 to 1a591034bf53 (1 revision) (cla: yes, waiting for tree to go green)

29350 Roll Skia from 14c328247b88 to c75e0ef2b31d (1 revision) (cla: yes, waiting for tree to go green)

29351 Roll Dart SDK from 1a591034bf53 to 55adbde97e62 (1 revision) (cla: yes, waiting for tree to go green)

29353 Roll Skia from c75e0ef2b31d to 1ddf724e3707 (4 revisions) (cla: yes, waiting for tree to go green)

29355 Roll Dart SDK from 55adbde97e62 to 7da0596a2c6a (1 revision) (cla: yes, waiting for tree to go green)

29356 Roll Skia from 1ddf724e3707 to f44bc854bf4c (1 revision) (cla: yes, waiting for tree to go green)

29359 Roll Skia from f44bc854bf4c to 8a2a020ef4bc (1 revision) (cla: yes, waiting for tree to go green)

29364 Roll Skia from 8a2a020ef4bc to 13fd52e587d2 (10 revisions) (cla: yes, waiting for tree to go green)

29365 Remove deprecated scripts from engine. (cla: yes, waiting for tree to go green)

29366 Roll Skia from 13fd52e587d2 to 6a02277fa2cf (1 revision) (cla: yes, waiting for tree to go green)

29368 Roll Skia from 6a02277fa2cf to 1fa2c28ee1aa (2 revisions) (cla: yes, waiting for tree to go green)

29369 only report cache entries with images for RasterCache metrics (cla: yes, waiting for tree to go green)

29372 Roll Skia from 1fa2c28ee1aa to 9fcc959b13a4 (1 revision) (cla: yes, waiting for tree to go green)

29373 Roll Skia from 9fcc959b13a4 to 2cddedd5f9d8 (2 revisions) (cla: yes, waiting for tree to go green)

29374 Disallow pasting non-text into FlutterTextInputPlugin (platform-ios, cla: yes, waiting for tree to go green)

29375 Roll Skia from 2cddedd5f9d8 to fc0be67d1869 (1 revision) (cla: yes, waiting for tree to go green)

29376 Roll Skia from fc0be67d1869 to 1c5186754095 (3 revisions) (cla: yes, waiting for tree to go green)

29380 Roll Skia from 1c5186754095 to 146cfcc042e6 (1 revision) (cla: yes, waiting for tree to go green)

29381 Roll Skia from 146cfcc042e6 to ecac4fedaff6 (1 revision) (cla: yes, waiting for tree to go green)

29382 Roll Skia from ecac4fedaff6 to 66485f926843 (4 revisions) (cla: yes, waiting for tree to go green)

29384 Roll Dart SDK from e400664a1dde to e482fa83cc97 (1 revision) (cla: yes, waiting for tree to go green)

29385 Roll Skia from 66485f926843 to f2d016f12e22 (3 revisions) (cla: yes, waiting for tree to go green)

29386 Roll Skia from f2d016f12e22 to af5049b0d712 (6 revisions) (cla: yes, waiting for tree to go green)

29387 Roll Skia from af5049b0d712 to 762a01fd999e (5 revisions) (cla: yes, waiting for tree to go green)

29388 Roll Dart SDK from e482fa83cc97 to 8bfe3bb5af14 (1 revision) (cla: yes, waiting for tree to go green)

29389 Migrate golds script to use main branch. (cla: yes, waiting for tree to go green, platform-web, needs tests)

29390 Roll Skia from 762a01fd999e to 721388ecdbbe (4 revisions) (cla: yes, waiting for tree to go green)

29392 Roll Skia from 721388ecdbbe to b5450fb9015b (2 revisions) (cla: yes, waiting for tree to go green)

29393 [fuchsia] Remove unused sdk_ext.gni. (cla: yes, waiting for tree to go green, platform-fuchsia)

29394 Roll Skia from b5450fb9015b to 9fc189f1cbdf (2 revisions) (cla: yes, waiting for tree to go green)

29395 Roll Dart SDK from 8bfe3bb5af14 to 46a60b9933cf (1 revision) (cla: yes, waiting for tree to go green)

29401 Roll Skia from 9fc189f1cbdf to 5e4e56abe83f (3 revisions) (cla: yes, waiting for tree to go green)

29403 Reland "Set system bar appearance using WindowInsetsController" (platform-android, cla: yes, waiting for tree to go green)

29404 Roll Dart SDK from 46a60b9933cf to 8cf3f2b3ec46 (2 revisions) (cla: yes, waiting for tree to go green)

29406 Roll Skia from 5e4e56abe83f to b3ecd560a2ad (1 revision) (cla: yes, waiting for tree to go green)

29407 Roll Skia from b3ecd560a2ad to a143a37747b0 (3 revisions) (cla: yes, waiting for tree to go green)

29409 Roll Skia from a143a37747b0 to 378e4aecfe58 (1 revision) (cla: yes, waiting for tree to go green)

29410 Roll Dart SDK from 8cf3f2b3ec46 to 0647872b7242 (1 revision) (cla: yes, waiting for tree to go green)

29411 Roll Skia from 378e4aecfe58 to 1ea54a127fbe (4 revisions) (cla: yes, waiting for tree to go green)

29413 Roll Skia from 1ea54a127fbe to 50add5af1a68 (1 revision) (cla: yes, waiting for tree to go green)

29415 Roll Skia from 50add5af1a68 to d90e09b1ae09 (3 revisions) (cla: yes, waiting for tree to go green)

29416 Roll Dart SDK from 0647872b7242 to d84981bafae3 (1 revision) (cla: yes, waiting for tree to go green)

29417 Roll Skia from d90e09b1ae09 to 6bb17ab48dfa (1 revision) (cla: yes, waiting for tree to go green)

29418 Roll Skia from 6bb17ab48dfa to 9d24b02c2fdb (2 revisions) (cla: yes, waiting for tree to go green)

29420 Roll Dart SDK from d84981bafae3 to 3b11f88c96a5 (1 revision) (cla: yes, waiting for tree to go green)

29421 Roll Skia from 9d24b02c2fdb to 3828b4160b3d (1 revision) (cla: yes, waiting for tree to go green)

29422 Roll Skia from 3828b4160b3d to 9b9805959dc3 (1 revision) (cla: yes, waiting for tree to go green)

29423 Roll Skia from 9b9805959dc3 to 6ce94bbdefec (1 revision) (cla: yes, waiting for tree to go green)

29424 Roll Skia from 6ce94bbdefec to 30f1f34732fb (1 revision) (cla: yes, waiting for tree to go green)

29425 Roll Skia from 30f1f34732fb to 88b36ad61e80 (1 revision) (cla: yes, waiting for tree to go green)

29435 Roll Dart SDK from 3b11f88c96a5 to 976f160b547f (3 revisions) (cla: yes, waiting for tree to go green)

29436 Roll Dart SDK from 3b11f88c96a5 to 976f160b547f (3 revisions) (cla: yes, waiting for tree to go green)

29437 Roll Skia from 88b36ad61e80 to 2d76d7760f80 (3 revisions) (cla: yes, waiting for tree to go green)

29438 Roll Skia from 2d76d7760f80 to 259ad7844587 (1 revision) (cla: yes, waiting for tree to go green)

29439 Roll Skia from 259ad7844587 to 39eccabdc3e4 (1 revision) (cla: yes, waiting for tree to go green)

29440 Revert "Roll Dart SDK from 3b11f88c96a5 to 976f160b547f (3 revisions)" (cla: yes, waiting for tree to go green)

29441 Roll Skia from 39eccabdc3e4 to 81c86e8608c2 (3 revisions) (cla: yes, waiting for tree to go green)

29442 Roll Fuchsia Mac SDK from nblJjRFDA... to iK9xdlMLD... (cla: yes, waiting for tree to go green)

29445 Roll Skia from 81c86e8608c2 to c807847427a9 (1 revision) (cla: yes, waiting for tree to go green)

29449 Roll Skia from c807847427a9 to ccb459d57b26 (4 revisions) (cla: yes, waiting for tree to go green)

needs tests - 111 pull request(s)

#

26880 Migrated integration_flutter_test/embedder (scenic integration test) from fuchsia.git (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

27687 Fix a typo in https://github.com/flutter/engine/pull/27311 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

27694 UWP: Fix uwptools that does not uninstall package (cla: yes, platform-windows, needs tests)

27760 Do not call CoreWindow::Visible from raster thread (cla: yes, platform-windows, needs tests)

27786 fix crash SemanticsObject dealloc and access the children (platform-ios, cla: yes, waiting for tree to go green, needs tests)

27872 [web] Don't reset history on hot restart (cla: yes, platform-web, needs tests, cp: 2.5)

27878 Fix wrong EGL value in AndroidEnvironmentGL (platform-android, cla: yes, waiting for tree to go green, needs tests)

27884 Prevent a race between SurfaceTexture.release and attachToGLContext (platform-android, cla: yes, waiting for tree to go green, needs tests)

27900 Remove references to deprecated SkClipOps (cla: yes, waiting for tree to go green, needs tests)

27911 [web] Fix types of some event listeners (cla: yes, platform-web, needs tests)

27924 Fix the SurfaceTexture related crash by replacing the JNI weak global reference with WeakReference (platform-android, cla: yes, waiting for tree to go green, needs tests)

27941 Fix sample analyzer errors in text.dart (cla: yes, needs tests)

27946 Avoid crashing when FlutterImageView is resized to zero dimension (platform-android, cla: yes, waiting for tree to go green, needs tests)

27974 added log statement to timerfd_settime failure (cla: yes, needs tests)

27978 Use runtime checks for arguments, out directory (cla: yes, waiting for tree to go green, needs tests)

27995 [web] rename watcher.dart to pipeline.dart (cla: yes, waiting for tree to go green, platform-web, needs tests)

28013 Fully inplement TaskRunner for UWP (flutter/flutter#70890) (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28026 Add feature detection to automatically use new subsetting api. (cla: yes, needs tests)

28036 Revert '[fuchsia] Make dart_runner work with cfv2 (#27226)' (cla: yes, platform-fuchsia, needs tests)

28045 Fix some warnings seen after the migration to JDK 11 (platform-android, cla: yes, waiting for tree to go green, needs tests)

28056 [web] add CanvasKit to CIPD; make it a DEPS dependency; add a manual roller script (cla: yes, platform-web, needs tests)

28059 Fix memory leak in FlutterDarwinExternalTextureMetal (cla: yes, waiting for tree to go green, needs tests)

28064 [UWP] Implement clipboard. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28065 Fix memory leak in FlutterSwitchSemanticsObject (platform-ios, cla: yes, waiting for tree to go green, needs tests)

28098 [UWP] Implement setting cursor icon. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28100 [UWP] Add all mouse buttons support (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28124 Fix SkXfermode doc link in lib/ui/painting.dart (cla: yes, needs tests)

28128 Revert "Add bundletool to DEPS and remove outdated header comment" (cla: yes, needs tests)

28136 macOS: Do not swap surface if nothing was painted (cla: yes, waiting for tree to go green, platform-macos, needs tests)

28158 fix leak of DisplayList storage (cla: yes, waiting for tree to go green, needs tests)

28161 Correct the return value of the method RunInIsolateScope (cla: yes, waiting for tree to go green, needs tests)

28168 Add a comment in the FlutterEngineGroup's constructor to avoid using the activity's context (platform-android, cla: yes, waiting for tree to go green, needs tests)

28239 Eliminate Android-specific Vulkan support (platform-android, cla: yes, Work in progress (WIP), platform-fuchsia, needs tests)

28277 [android] Fix black and blank screen issues on the platform view page. (platform-android, cla: yes, needs tests)

28281 Eliminate unnecessary null check in fixture (cla: yes, needs tests, embedder)

28298 Windows: FlutterDesktopPixelBuffer: Add optional release callback (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28312 Add flag to disable overlays (cla: yes, platform-web, needs tests)

28334 Fix typo in a comment in #28098 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28355 fuchsia: Fix renderer destructor (cla: yes, platform-fuchsia, needs tests)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28514 RTM must acquire lock before called IsMergedUnsafe (cla: yes, needs tests)

28533 Revert "RTM must to acquire lock before called IsMergedUnsafe (#28514)" (cla: yes, needs tests)

28573 Linux mock interfaces (cla: yes, platform-linux, needs tests)

28576 Call _isLoopback as a last resort (cla: yes, waiting for tree to go green, needs tests)

28581 Reland "RTM must to acquire lock before called IsMergedUnsafe (#28514)" (cla: yes, needs tests)

28586 Parse the benchmarks on presubmit jobs (cla: yes, waiting for tree to go green, needs tests)

28597 [canvaskit] Don't assign overlays when overlays are disabled (cla: yes, platform-web, needs tests)

28613 [fuchsia] Create DartComponentController for CFv2. (cla: yes, platform-fuchsia, needs tests)

28622 [licenses] Ignore .ccls-cache folder when generating engine licenses. (cla: yes, waiting for tree to go green, needs tests)

28675 [web] clear surfaces on hot restart (cla: yes, platform-web, needs tests)

28683 fuchsia: Use buffer_collection_x extension (cla: yes, platform-fuchsia, needs tests)

28694 Do not share the GrDirectContext across engine instances on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28698 Wrap ImageShader::sk_image_ with a SkiaGPUObject (cla: yes, waiting for tree to go green, needs tests)

28707 Fix duplicated documentation (cla: yes, waiting for tree to go green, needs tests)

28724 [UWP] Add modifier keys support (cla: yes, platform-windows, needs tests)

28734 [fuchsia] Fix missing function in V2 dart runner. (cla: yes, platform-fuchsia, needs tests)

28774 Fix Android T deprecated WindowManager INCORRECT_CONTEXT_USAGE (platform-android, cla: yes, waiting for tree to go green, needs tests)

28780 Revert "Replace flutter_runner::Thread with fml::Thread (#26783)" (cla: yes, platform-fuchsia, needs tests)

28787 Eliminate unnecessary canvaskit imports (cla: yes, platform-web, needs tests)

28806 Make DartExecutor.IsolateServiceIdListener public (platform-android, cla: yes, waiting for tree to go green, needs tests)

28817 vsync_waiter_fallback should schedule firecallback for future (cla: yes, waiting for tree to go green, needs tests)

28821 [Fuchsia] Notify Shell when memory becomes low. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28846 Fixes FlutterSemanticsScrollView to not implement accessibility conta… (platform-ios, cla: yes, needs tests)

28850 fuchsia: Change flatland present's release fence logic (cla: yes, platform-fuchsia, needs tests)

28863 [fuchsia] Remove unused deps on fidl optional.h. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28903 Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28921 Deprecate SplashScreenProvider (platform-android, cla: yes, needs tests)

28923 [fuchsia] Dart Runner for CF v2 components. (cla: yes, platform-fuchsia, needs tests)

28936 [web] reuse browser instance across screenshot tests (cla: yes, platform-web, needs tests)

28937 Cherry-pick #28846 and #28743 into flutter-2.6-candidate.11 (platform-ios, platform-android, cla: yes, needs tests, embedder)

28951 [fuchsia] Pass WeakPtrs to GfxConnection FIDL fns. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28965 Roll CanvasKit to 0.30 (cla: yes, platform-web, needs tests)

28970 [Windows] Add restart hooks, and reset keyboard (cla: yes, platform-windows, needs tests)

28977 Remove some deprecated APIs from the Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

28987 Defer setup of the default font manager if the embedding prefetched the font manager (platform-android, cla: yes, waiting for tree to go green, needs tests)

28993 [fuchsia] publish dart runner v2 protocol (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28998 Pass argmuent list to dart_runner v2 main invocation. (cla: yes, platform-fuchsia, needs tests)

29011 [web] remove platform initialization timeout (cla: yes, platform-web, needs tests)

29019 fuchsia: Implement WakeUp using zx::timer (cla: yes, platform-fuchsia, needs tests)

29038 [web] force WebGL 1 on iOS (cla: yes, platform-web, needs tests)

29042 Revert "Guard task queue id for fuchsia" (cla: yes, platform-fuchsia, needs tests)

29060 Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility (platform-android, cla: yes, waiting for tree to go green, needs tests)

29071 Revert "Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android" (platform-android, cla: yes, needs tests)

29080 Reland Android systrace (platform-android, cla: yes, waiting for tree to go green, needs tests)

29088 Unzip Chrome to the correct location when testing locally on Linux (cla: yes, platform-web, needs tests)

29090 Always increment response_id for Android platform messages (platform-android, cla: yes, waiting for tree to go green, needs tests)

29093 Map the Android VsyncWaiter frame start time to the clock used by fml::TimePoint (platform-android, cla: yes, waiting for tree to go green, needs tests)

29108 [iOS] Using UIView container as text input superview for textinput plugin (platform-ios, cla: yes, waiting for tree to go green, needs tests)

29127 [iOS] Fixes key press related memory leaks (platform-ios, cla: yes, needs tests)

29131 Calculate the frame target time based on targetTimestamp in VsyncWaiterIOS (platform-ios, cla: yes, needs tests)

29156 [iOS] Fixes FlutterUIPressProxy leaks (platform-ios, cla: yes, needs tests)

29164 Correct file line-endings from CRLF to LF (cla: yes, waiting for tree to go green, platform-windows, needs tests)

29177 Remove unused present method (cla: yes, platform-linux, needs tests)

29179 [web] use 'dart compile js' instead of 'dart2js' in web_ui and felt (cla: yes, waiting for tree to go green, platform-web, needs tests)

29184 [fuchsia] Keep track of all child transforms in FlatlandExternalViewEmbedder (cla: yes, platform-fuchsia, needs tests)

29230 Add traces to Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29241 Add FlutterPlayStoreSplitApplication to v2 embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29245 Build a specialized snapshot for launching the service isolate in profile mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

29248 Deprecate android v1 embedding (platform-android, cla: yes, needs tests)

29266 Update to match harfbuzz subsetting 3.0.0 api. (cla: yes, needs tests)

29270 Call rapidjson::ParseResult::IsError to check for JSON parsing errors (cla: yes, waiting for tree to go green, needs tests)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29287 VSyncWaiter on Fuchsia will defer firing until frame start time (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

29298 add flow events to the timeline to track the lifecycle of cache images (cla: yes, waiting for tree to go green, needs tests)

29326 Update documentation links to point to main branch. (platform-android, cla: yes, waiting for tree to go green, platform-web, platform-windows, needs tests)

29330 [fuchsia] INTERNAL epitaph for non-zero return codes (cla: yes, platform-fuchsia, needs tests)

29347 Set default profiling rate on iOS 32 bit devices to 500Hz (cla: yes, needs tests)

29389 Migrate golds script to use main branch. (cla: yes, waiting for tree to go green, platform-web, needs tests)

29396 Add check for empty compose string (cla: yes, platform-windows, needs tests)

29412 Revert "Update to match harfbuzz subsetting 3.0.0 api." (cla: yes, needs tests)

29427 Cherry pick a revert on flutter-2.8-candidate.2 to unblock the internal roll. (cla: yes, needs tests)

platform-fuchsia - 81 pull request(s)

#

26880 Migrated integration_flutter_test/embedder (scenic integration test) from fuchsia.git (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

26996 Add SPIR-V FragmentShader API to painting.dart (platform-android, cla: yes, platform-web, platform-fuchsia)

27423 fuchsia: Add scaffolding and basic implementation for flatland migration (cla: yes, platform-fuchsia)

27849 [fuchsia] [ffi] Basic support for Channels and Handles (cla: yes, waiting for tree to go green, platform-fuchsia)

27893 Adds semantics tooltip support (platform-android, cla: yes, waiting for tree to go green, platform-fuchsia, embedder)

27897 fuchsia: Fix thread names + add test (cla: yes, waiting for tree to go green, platform-fuchsia)

27996 GN build rules for tests using Fuchsia SDK Dart libraries and bindings (cla: yes, waiting for tree to go green, platform-fuchsia)

28036 Revert '[fuchsia] Make dart_runner work with cfv2 (#27226)' (cla: yes, platform-fuchsia, needs tests)

28071 Build dart:zircon and dart:zircon_ffi (cla: yes, waiting for tree to go green, platform-fuchsia)

28139 fuchsia: Improve FakeSession & add tests (affects: tests, cla: yes, waiting for tree to go green, platform-fuchsia, tech-debt)

28144 fuchsia: Add FuchsiaExternalViewEmbedder tests (affects: tests, cla: yes, platform-fuchsia, tech-debt)

28202 Revert "Add SPIR-V FragmentShader API to painting.dart" (cla: yes, platform-web, platform-fuchsia)

28207 Revert "Adds semantics tooltip support" (platform-ios, platform-android, cla: yes, platform-web, platform-fuchsia, embedder)

28208 [Re-land] Add SPIR-V FragmentShader API to painting.dart (cla: yes, platform-web, platform-fuchsia)

28211 Issues/86577 reland (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-fuchsia, embedder)

28239 Eliminate Android-specific Vulkan support (platform-android, cla: yes, Work in progress (WIP), platform-fuchsia, needs tests)

28242 fuchsia.ui.pointer.TouchSource implementation for fuchsia platform view (cla: yes, waiting for tree to go green, platform-fuchsia)

28313 Revert "Build dart:zircon and dart:zircon_ffi (#28071)" (cla: yes, platform-fuchsia)

28355 fuchsia: Fix renderer destructor (cla: yes, platform-fuchsia, needs tests)

28361 Don't use Dart's application_snapshot() rule (cla: yes, waiting for tree to go green, platform-fuchsia)

28383 Started providing the GPU sync switch to Rasterizer.DrawToSurface() (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28403 Remove fuchsia.net.NameLookup (cla: yes, waiting for tree to go green, platform-fuchsia)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28413 Fix building Dart Fuchsia components and packages (cla: yes, waiting for tree to go green, platform-fuchsia)

28447 Revert "Display Features support (Foldable and Cutout)" (platform-android, cla: yes, platform-web, platform-fuchsia)

28491 [fuchsia] Add CML files for dart_runner on CFv2. (cla: yes, platform-fuchsia)

28520 [flutter_releases] apply patches to flutter-2.5-candidate.8 (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28535 [flutter_releases] flutter-2.6-candidate.3 Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28613 [fuchsia] Create DartComponentController for CFv2. (cla: yes, platform-fuchsia, needs tests)

28615 Cherry-pick #28230 to fuchsia_f6 (cla: yes, platform-fuchsia)

28673 Implement a default font manager for Fuchsia. (cla: yes, platform-fuchsia)

28676 fuchsia: Convert vulkan headers to DEPS (cla: yes, platform-fuchsia)

28683 fuchsia: Use buffer_collection_x extension (cla: yes, platform-fuchsia, needs tests)

28734 [fuchsia] Fix missing function in V2 dart runner. (cla: yes, platform-fuchsia, needs tests)

28780 Revert "Replace flutter_runner::Thread with fml::Thread (#26783)" (cla: yes, platform-fuchsia, needs tests)

28781 Revert "Replace flutter_runner::Thread with fml::Thread (#26783)" and friends (cla: yes, platform-fuchsia)

28811 fuchsia: Add child views to flatland engine (cla: yes, waiting for tree to go green, platform-fuchsia)

28820 [fuchsia] Rename FuchsiaExternalViewEmbedder to GfxExternalViewEmbedder (cla: yes, platform-fuchsia)

28821 [Fuchsia] Notify Shell when memory becomes low. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28850 fuchsia: Change flatland present's release fence logic (cla: yes, platform-fuchsia, needs tests)

28852 Flatland endpoints hookup (cla: yes, platform-fuchsia)

28863 [fuchsia] Remove unused deps on fidl optional.h. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28894 Destroy overlay surfaces when the rasterizer is torn down (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-fuchsia)

28905 fuchsia: Use runner services (cla: yes, platform-fuchsia)

28923 [fuchsia] Dart Runner for CF v2 components. (cla: yes, platform-fuchsia, needs tests)

28926 fuchsia: Add FakeFlatland and tests (affects: tests, cla: yes, platform-fuchsia)

28951 [fuchsia] Pass WeakPtrs to GfxConnection FIDL fns. (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28980 [fuchsia][flatland] Fix for AwaitVsync race (cla: yes, platform-fuchsia)

28982 [fuchsia] CML files for Flutter runner CF v2. (cla: yes, platform-fuchsia)

28993 [fuchsia] publish dart runner v2 protocol (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

28997 make dart_runner cmx files have valid json (cla: yes, waiting for tree to go green, platform-fuchsia)

28998 Pass argmuent list to dart_runner v2 main invocation. (cla: yes, platform-fuchsia, needs tests)

29019 fuchsia: Implement WakeUp using zx::timer (cla: yes, platform-fuchsia, needs tests)

29025 Attempt to bump to Flutter 2.5 builders. (cla: yes, platform-fuchsia)

29027 Revert "Attempt to bump to Flutter 2.5 builders. (#29025)" (cla: yes, platform-fuchsia)

29029 Kick Builds (cla: yes, platform-fuchsia)

29031 Update gcp credentials for fuchsia_f5. (cla: yes, platform-fuchsia)

29033 Kick builds. (cla: yes, platform-fuchsia)

29034 [fuchsia] Implement fuchsia.ui.pointer.MouseSource (cla: yes, platform-fuchsia)

29035 fuchsia: fix build (cla: yes, waiting for tree to go green, platform-fuchsia)

29042 Revert "Guard task queue id for fuchsia" (cla: yes, platform-fuchsia, needs tests)

29048 fuchsia: Enable AOT builds of Dart test packages (affects: tests, cla: yes, platform-fuchsia)

29057 [fuchsia][flatland] Correct present credit accounting in FlatlandConnection (cla: yes, platform-fuchsia)

29072 [fuchsia] Rename, move some CF v1 runner code. (cla: yes, platform-fuchsia)

29091 [fuchsia] Add Launcher & Resolver to Dart JIT CMX. (cla: yes, waiting for tree to go green, platform-fuchsia)

29142 [fuchsia] Create CF v2 Flutter runner. (cla: yes, waiting for tree to go green, platform-fuchsia)

29184 [fuchsia] Keep track of all child transforms in FlatlandExternalViewEmbedder (cla: yes, platform-fuchsia, needs tests)

29259 fuchsia: Add graph to FakeFlatland (affects: tests, cla: yes, platform-fuchsia)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29287 VSyncWaiter on Fuchsia will defer firing until frame start time (cla: yes, waiting for tree to go green, platform-fuchsia, needs tests)

29290 [fuchsia] Add missing protocols to V2 runner. (cla: yes, waiting for tree to go green, platform-fuchsia)

29305 [fuchsia] fidl::InterfaceHandle-> THandle. (cla: yes, platform-fuchsia)

29313 Bump ICU to ece15d049f2d360721716089372e3749fb89e0f4 (cla: yes, platform-fuchsia)

29320 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (platform-ios, platform-android, cla: yes, platform-macos, platform-linux, platform-fuchsia)

29325 [fuchsia] Remove unused SettingsManager protocol (cla: yes, platform-fuchsia)

29330 [fuchsia] INTERNAL epitaph for non-zero return codes (cla: yes, platform-fuchsia, needs tests)

29339 Revert "Bump ICU to ece15d049f2d360721716089372e3749fb89e0f4. (#29313)" (cla: yes, platform-fuchsia)

29340 Bump ICU to ece15d049f2d360721716089372e3749fb89e0f4. (#29313) (cla: yes, platform-fuchsia)

29393 [fuchsia] Remove unused sdk_ext.gni. (cla: yes, waiting for tree to go green, platform-fuchsia)

29398 [fuchsia] Remove remaining references to Topaz. (cla: yes, platform-fuchsia)

29414 fuchsia: Enable ASAN; add tests flag (affects: tests, cla: yes, platform-fuchsia)

platform-android - 80 pull request(s)

#

24756 Display Features support (Foldable and Cutout) (platform-android, cla: yes, waiting for tree to go green)

26996 Add SPIR-V FragmentShader API to painting.dart (platform-android, cla: yes, platform-web, platform-fuchsia)

27662 Implementation of two or more threads merging for multiple platform views (platform-android, cla: yes)

27878 Fix wrong EGL value in AndroidEnvironmentGL (platform-android, cla: yes, waiting for tree to go green, needs tests)

27884 Prevent a race between SurfaceTexture.release and attachToGLContext (platform-android, cla: yes, waiting for tree to go green, needs tests)

27893 Adds semantics tooltip support (platform-android, cla: yes, waiting for tree to go green, platform-fuchsia, embedder)

27915 Fix memory leak in PlatformViewsController (platform-android, cla: yes, waiting for tree to go green)

27924 Fix the SurfaceTexture related crash by replacing the JNI weak global reference with WeakReference (platform-android, cla: yes, waiting for tree to go green, needs tests)

27942 Provide Open JDK 11 (platform-android, cla: yes, waiting for tree to go green)

27946 Avoid crashing when FlutterImageView is resized to zero dimension (platform-android, cla: yes, waiting for tree to go green, needs tests)

27992 Sets focus before sending a11y focus event in Android (platform-android, cla: yes, waiting for tree to go green)

28000 Prevent potential leak of a closable render surface (platform-android, cla: yes, waiting for tree to go green)

28045 Fix some warnings seen after the migration to JDK 11 (platform-android, cla: yes, waiting for tree to go green, needs tests)

28084 Run the Android Robolectric tests using Gradle (platform-android, cla: yes, waiting for tree to go green)

28092 Revert "Sets focus before sending a11y focus event in Android" (platform-android, cla: yes)

28117 Issues/79528 reland (platform-android, cla: yes, waiting for tree to go green)

28153 Use Android linter from cmdline-tools (platform-android, cla: yes, waiting for tree to go green)

28168 Add a comment in the FlutterEngineGroup's constructor to avoid using the activity's context (platform-android, cla: yes, waiting for tree to go green, needs tests)

28175 TextEditingDelta support for Android (platform-android, cla: yes)

28206 Fix regression in system UI colors (platform-android, bug (regression), cla: yes, waiting for tree to go green)

28207 Revert "Adds semantics tooltip support" (platform-ios, platform-android, cla: yes, platform-web, platform-fuchsia, embedder)

28211 Issues/86577 reland (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-fuchsia, embedder)

28229 Makes empty scrollable not focusable in Talkback (platform-android, cla: yes, waiting for tree to go green)

28239 Eliminate Android-specific Vulkan support (platform-android, cla: yes, Work in progress (WIP), platform-fuchsia, needs tests)

28277 [android] Fix black and blank screen issues on the platform view page. (platform-android, cla: yes, needs tests)

28304 Ensure that unregisterTexture is called when forget to call SurfaceTextureEntry.release (platform-android, cla: yes, waiting for tree to go green)

28333 [TextInput] enroll in autofill by default (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web)

28358 Support passing existing SurfaceTexture to TextureRegistry (platform-android, cla: yes, waiting for tree to go green)

28376 Add missing result for the TextInput.setEditableSizeAndTransform method handler on Android (platform-android, cla: yes, waiting for tree to go green)

28383 Started providing the GPU sync switch to Rasterizer.DrawToSurface() (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28391 Make the LocalizationPluginTest package declaration match the source file path (platform-android, cla: yes, waiting for tree to go green)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28415 [flutter_releases] Flutter beta 2.5.0-5.3.pre Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-web)

28447 Revert "Display Features support (Foldable and Cutout)" (platform-android, cla: yes, platform-web, platform-fuchsia)

28520 [flutter_releases] apply patches to flutter-2.5-candidate.8 (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28535 [flutter_releases] flutter-2.6-candidate.3 Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28543 Allow injection of ExecutorService (platform-android, cla: yes)

28566 Delete is_background_view from FlutterJNI (platform-android, cla: yes, waiting for tree to go green)

28593 Don't use rFD in pre-Q versions (platform-android, cla: yes)

28594 Roll buildroot to 480e54b791ebb136fbac15f2e1e9bc081b52653a (platform-android, cla: yes)

28616 Update API availability of edge to edge mode (platform-android, cla: yes)

28625 Flip on leak detector and suppress or fix remaining leak traces (platform-android, cla: yes, platform-linux, embedder)

28665 [flutter_releases] Flutter stable 2.5.1 Engine Cherrypicks (platform-android, cla: yes)

28667 Don't use Build.VERSION_CODES.S in test (platform-android, cla: yes, waiting for tree to go green)

28694 Do not share the GrDirectContext across engine instances on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28774 Fix Android T deprecated WindowManager INCORRECT_CONTEXT_USAGE (platform-android, cla: yes, waiting for tree to go green, needs tests)

28777 Replace jcenter() for mavenCentral() (platform-android, cla: yes, waiting for tree to go green)

28784 added unit tests for the android embedder that run on android devices (platform-android, cla: yes)

28806 Make DartExecutor.IsolateServiceIdListener public (platform-android, cla: yes, waiting for tree to go green, needs tests)

28884 Make FlutterEngineGroup support initialRoute (platform-ios, platform-android, cla: yes)

28886 Bump maximum supported sdk to 30 for Robolectric (platform-android, cla: yes, waiting for tree to go green)

28891 Avoid GCing aggressively during startup, and forward trim messages beyond low to application (platform-android, cla: yes)

28894 Destroy overlay surfaces when the rasterizer is torn down (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-fuchsia)

28903 Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

28921 Deprecate SplashScreenProvider (platform-android, cla: yes, needs tests)

28937 Cherry-pick #28846 and #28743 into flutter-2.6-candidate.11 (platform-ios, platform-android, cla: yes, needs tests, embedder)

28938 fixed android unit tests (rotted before CI is running) (platform-android, cla: yes, waiting for tree to go green)

28977 Remove some deprecated APIs from the Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

28987 Defer setup of the default font manager if the embedding prefetched the font manager (platform-android, cla: yes, waiting for tree to go green, needs tests)

29013 Expose updateSystemUiOverlays in FlutterActivity and FlutterFragment (platform-android, cla: yes, waiting for tree to go green)

29055 Update contrast enforcement for null values (platform-android, cla: yes, waiting for tree to go green)

29060 Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility (platform-android, cla: yes, waiting for tree to go green, needs tests)

29071 Revert "Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android" (platform-android, cla: yes, needs tests)

29080 Reland Android systrace (platform-android, cla: yes, waiting for tree to go green, needs tests)

29090 Always increment response_id for Android platform messages (platform-android, cla: yes, waiting for tree to go green, needs tests)

29093 Map the Android VsyncWaiter frame start time to the clock used by fml::TimePoint (platform-android, cla: yes, waiting for tree to go green, needs tests)

29147 Android Background Platform Channels (platform-android, cla: yes, waiting for tree to go green)

29206 Revert "Set system bar appearance using WindowInsetsControllerCompat instead of the deprecated View#setSystemUiVisibility" (platform-android, cla: yes)

29226 Refactor FlutterViewTest with extracting common test code to methods (platform-android, cla: yes, waiting for tree to go green)

29230 Add traces to Android embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29241 Add FlutterPlayStoreSplitApplication to v2 embedding (platform-android, cla: yes, waiting for tree to go green, needs tests)

29245 Build a specialized snapshot for launching the service isolate in profile mode on Android (platform-android, cla: yes, waiting for tree to go green, needs tests)

29248 Deprecate android v1 embedding (platform-android, cla: yes, needs tests)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29320 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (platform-ios, platform-android, cla: yes, platform-macos, platform-linux, platform-fuchsia)

29326 Update documentation links to point to main branch. (platform-android, cla: yes, waiting for tree to go green, platform-web, platform-windows, needs tests)

29344 Revert "Android Background Platform Channels" (platform-android, cla: yes)

29346 Reapply: Android background platform channels (platform-android, cla: yes, waiting for tree to go green)

29378 Revert "Temporarily delete deprecated Android v1 embedding " (platform-android, cla: yes)

29403 Reland "Set system bar appearance using WindowInsetsController" (platform-android, cla: yes, waiting for tree to go green)

platform-web - 63 pull request(s)

#

26996 Add SPIR-V FragmentShader API to painting.dart (platform-android, cla: yes, platform-web, platform-fuchsia)

27872 [web] Don't reset history on hot restart (cla: yes, platform-web, needs tests, cp: 2.5)

27882 [web] remove implicit casts and implicit dynamic (cla: yes, platform-web)

27911 [web] Fix types of some event listeners (cla: yes, platform-web, needs tests)

27932 Fix routerinformationupdate can take complex json (cla: yes, platform-web)

27972 Fix: modifier keys not recognized on macOS Web (cla: yes, platform-web, cp: 2.5)

27977 [canvaskit] Release overlays to the cache once they have been used (cla: yes, platform-web)

27985 [web_ui] Fixed aria-live attribute on web (cla: yes, platform-web)

27995 [web] rename watcher.dart to pipeline.dart (cla: yes, waiting for tree to go green, platform-web, needs tests)

28007 ui.KeyData.toString (cla: yes, platform-web)

28025 [flutter_releases] Flutter beta 2.5.0-5.1.pre Engine Cherrypicks (cla: yes, platform-web)

28050 [web] Clean up legacy Paragraph implementation (cla: yes, platform-web)

28056 [web] add CanvasKit to CIPD; make it a DEPS dependency; add a manual roller script (cla: yes, platform-web, needs tests)

28057 Define WEB_UI_DIR using ENGINE_PATH. (cla: yes, platform-web)

28087 [canvaskit] Optimize CanvasKit platform views in special cases (cla: yes, platform-web)

28202 Revert "Add SPIR-V FragmentShader API to painting.dart" (cla: yes, platform-web, platform-fuchsia)

28207 Revert "Adds semantics tooltip support" (platform-ios, platform-android, cla: yes, platform-web, platform-fuchsia, embedder)

28208 [Re-land] Add SPIR-V FragmentShader API to painting.dart (cla: yes, platform-web, platform-fuchsia)

28211 Issues/86577 reland (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-fuchsia, embedder)

28312 Add flag to disable overlays (cla: yes, platform-web, needs tests)

28333 [TextInput] enroll in autofill by default (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web)

28339 [web] Support raw straight RGBA format in Image.toByteData() in CanvasKit (cla: yes, waiting for tree to go green, platform-web)

28348 [canvaskit] Implement invertColors (cla: yes, platform-web)

28357 [web] Support raw straight RGBA format in Image.toByteData() in Html (cla: yes, waiting for tree to go green, platform-web)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28415 [flutter_releases] Flutter beta 2.5.0-5.3.pre Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-web)

28439 Add RasterCache metrics to the FrameTimings (cla: yes, waiting for tree to go green, platform-web)

28447 Revert "Display Features support (Foldable and Cutout)" (platform-android, cla: yes, platform-web, platform-fuchsia)

28494 [Web text input] Make placeholder text invisible (cla: yes, waiting for tree to go green, platform-web)

28589 [web] fix the last matrix element in CkPath.shift (cla: yes, waiting for tree to go green, platform-web)

28597 [canvaskit] Don't assign overlays when overlays are disabled (cla: yes, platform-web, needs tests)

28611 Fix UNNECESSARY_TYPE_CHECK_TRUE (cla: yes, platform-web)

28619 [canvaskit] Handle case where platform view is prerolled but not composited (cla: yes, platform-web)

28642 [web] Multiple fixes to text layout and line breaks (cla: yes, waiting for tree to go green, platform-web)

28648 Keyboard guarantee non empty events (cla: yes, platform-web, platform-macos, platform-linux, platform-windows)

28675 [web] clear surfaces on hot restart (cla: yes, platform-web, needs tests)

28787 Eliminate unnecessary canvaskit imports (cla: yes, platform-web, needs tests)

28790 [canvaskit] Fix bug when overlays are disabled (cla: yes, platform-web)

28805 [web] Fix disposal of browser history on hot restart (cla: yes, platform-web)

28856 use all 16 matrix entries in Canvas.transform() to enable 3D matrix concatenation (cla: yes, waiting for tree to go green, platform-web)

28936 [web] reuse browser instance across screenshot tests (cla: yes, platform-web, needs tests)

28965 Roll CanvasKit to 0.30 (cla: yes, platform-web, needs tests)

28966 Add web support for tooltip (cla: yes, waiting for tree to go green, platform-web)

28990 Roll Chrome to major version 96 (cla: yes, platform-web)

29011 [web] remove platform initialization timeout (cla: yes, platform-web, needs tests)

29028 [web] Add support for textScaleFactor (cla: yes, platform-web)

29038 [web] force WebGL 1 on iOS (cla: yes, platform-web, needs tests)

29050 [canvaskit] Fix bug when platform views are reused when overlays are disabled. (cla: yes, platform-web)

29056 [web] add FlutterConfiguration, use it to supply local CanvasKit files (cla: yes, platform-web)

29063 [web] Dart-format a file (cla: yes, platform-web)

29088 Unzip Chrome to the correct location when testing locally on Linux (cla: yes, platform-web, needs tests)

29158 [web] Implement TextAlign.justify (cla: yes, platform-web)

29166 [web] Workaround iOS 15 Safari crash (cla: yes, platform-web)

29168 [web] Add goldctl as a dependency in LUCI (cla: yes, platform-web)

29179 [web] use 'dart compile js' instead of 'dart2js' in web_ui and felt (cla: yes, waiting for tree to go green, platform-web, needs tests)

29192 Ignore implicit_dynamic_function analyzer error for js_util generic methods (cla: yes, waiting for tree to go green, platform-web)

29223 [web] implement decodeImageFromPixels for CanvasKit (cla: yes, platform-web)

29231 Replace FragmentShader with FragmentShaderBuilder (cla: yes, waiting for tree to go green, platform-web)

29246 [web] Fix keyboard popping up unexpectedly on iOS (cla: yes, platform-web)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29323 ensure web_ui and ui have the same toString methods for StringAttributes (cla: yes, waiting for tree to go green, platform-web)

29326 Update documentation links to point to main branch. (platform-android, cla: yes, waiting for tree to go green, platform-web, platform-windows, needs tests)

29389 Migrate golds script to use main branch. (cla: yes, waiting for tree to go green, platform-web, needs tests)

platform-ios - 38 pull request(s)

#

27472 Remove dead localization code from the iOS embedder (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

27786 fix crash SemanticsObject dealloc and access the children (platform-ios, cla: yes, waiting for tree to go green, needs tests)

27854 Unskip iOS launch URL tests (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

27874 Support iOS universal links route deep linking (platform-ios, cla: yes, waiting for tree to go green)

27899 Embed OCMock and iOS tests into IosUnitTests app (platform-ios, cla: yes, waiting for tree to go green)

28065 Fix memory leak in FlutterSwitchSemanticsObject (platform-ios, cla: yes, waiting for tree to go green, needs tests)

28110 Makes scrollable to use main screen if the flutter view is not attached (platform-ios, cla: yes, waiting for tree to go green)

28207 Revert "Adds semantics tooltip support" (platform-ios, platform-android, cla: yes, platform-web, platform-fuchsia, embedder)

28211 Issues/86577 reland (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-fuchsia, embedder)

28333 [TextInput] enroll in autofill by default (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web)

28383 Started providing the GPU sync switch to Rasterizer.DrawToSurface() (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28415 [flutter_releases] Flutter beta 2.5.0-5.3.pre Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-web)

28418 TextEditingDelta support for iOS (platform-ios, cla: yes, waiting for tree to go green)

28495 Fixes accessibility issue that bridge fails to clean up FlutterScrollableSemanticsObject (platform-ios, cla: yes, waiting for tree to go green)

28500 backdrop_filter_layer only pushes to the leaf_nodes_canvas (platform-ios, cla: yes, waiting for tree to go green)

28520 [flutter_releases] apply patches to flutter-2.5-candidate.8 (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28535 [flutter_releases] flutter-2.6-candidate.3 Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28658 [shared_engine] Avoid the method surfaceUpdated is called many times when multiple FlutterViewController shared one engine (platform-ios, cla: yes, waiting for tree to go green)

28743 Set MinimumOSVersion in iOS Info.plist based on buildroot setting (platform-ios, cla: yes, waiting for tree to go green, platform-macos, embedder)

28783 Set MinimumOSVersion to iOS 9 in Info.plist (platform-ios, cla: yes, waiting for tree to go green)

28846 Fixes FlutterSemanticsScrollView to not implement accessibility conta… (platform-ios, cla: yes, needs tests)

28868 [iOSTextInput] remove floating cursor asserts (platform-ios, cla: yes, waiting for tree to go green)

28884 Make FlutterEngineGroup support initialRoute (platform-ios, platform-android, cla: yes)

28894 Destroy overlay surfaces when the rasterizer is torn down (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-fuchsia)

28937 Cherry-pick #28846 and #28743 into flutter-2.6-candidate.11 (platform-ios, platform-android, cla: yes, needs tests, embedder)

28971 [iOS] Hardware keyboard text editing shortcuts (platform-ios, cla: yes)

29108 [iOS] Using UIView container as text input superview for textinput plugin (platform-ios, cla: yes, waiting for tree to go green, needs tests)

29113 [iOS] Fix duplicated keys when typing quickly on HW keyboard (platform-ios, cla: yes)

29127 [iOS] Fixes key press related memory leaks (platform-ios, cla: yes, needs tests)

29131 Calculate the frame target time based on targetTimestamp in VsyncWaiterIOS (platform-ios, cla: yes, needs tests)

29156 [iOS] Fixes FlutterUIPressProxy leaks (platform-ios, cla: yes, needs tests)

29197 [ios key handling] Return the correct physical key when the keycode isn't mapped (platform-ios, cla: yes, waiting for tree to go green)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29283 [macOS] Reset keyboard states on engine restart (platform-ios, cla: yes, platform-macos)

29320 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (platform-ios, platform-android, cla: yes, platform-macos, platform-linux, platform-fuchsia)

29363 [flutter_releases] Flutter beta 2.7.0-3.1.pre Engine Cherrypicks (platform-ios, cla: yes)

29374 Disallow pasting non-text into FlutterTextInputPlugin (platform-ios, cla: yes, waiting for tree to go green)

platform-windows - 28 pull request(s)

#

27687 Fix a typo in https://github.com/flutter/engine/pull/27311 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

27694 UWP: Fix uwptools that does not uninstall package (cla: yes, platform-windows, needs tests)

27749 hasStrings on Windows (cla: yes, waiting for tree to go green, platform-windows)

27760 Do not call CoreWindow::Visible from raster thread (cla: yes, platform-windows, needs tests)

27863 Windows: Add multi-touch support (cla: yes, waiting for tree to go green, platform-windows)

27921 Windows keyboard integration tests and fix a number of issues (cla: yes, platform-windows)

27922 [UWP] Remove 1px offset to make root widget fully shown (cla: yes, waiting for tree to go green, platform-windows)

28013 Fully inplement TaskRunner for UWP (flutter/flutter#70890) (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28047 Fix dead key crashes on Win32 (cla: yes, platform-windows)

28064 [UWP] Implement clipboard. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28098 [UWP] Implement setting cursor icon. (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28100 [UWP] Add all mouse buttons support (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28125 Fix dead key handling on Win32 (again) (cla: yes, platform-windows)

28131 Windows: Add dark theme support. (cla: yes, platform-windows)

28298 Windows: FlutterDesktopPixelBuffer: Add optional release callback (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28334 Fix typo in a comment in #28098 (cla: yes, waiting for tree to go green, platform-windows, needs tests)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28648 Keyboard guarantee non empty events (cla: yes, platform-web, platform-macos, platform-linux, platform-windows)

28724 [UWP] Add modifier keys support (cla: yes, platform-windows, needs tests)

28970 [Windows] Add restart hooks, and reset keyboard (cla: yes, platform-windows, needs tests)

29100 Fix build flags for WinUWP (cla: yes, waiting for tree to go green, platform-windows)

29146 Cancel IME composing on clear text input client (cla: yes, platform-windows)

29164 Correct file line-endings from CRLF to LF (cla: yes, waiting for tree to go green, platform-windows, needs tests)

29269 Win32: Enable semantics on accessibility query (cla: yes, platform-windows)

29278 Add FlutterWindowsEngine::DispatchSemanticsAction (cla: yes, platform-windows)

29282 [Win32, Keyboard] Fix toggled state synthesization misses up events (cla: yes, platform-windows)

29326 Update documentation links to point to main branch. (platform-android, cla: yes, waiting for tree to go green, platform-web, platform-windows, needs tests)

29396 Add check for empty compose string (cla: yes, platform-windows, needs tests)

embedder - 19 pull request(s)

#

27893 Adds semantics tooltip support (platform-android, cla: yes, waiting for tree to go green, platform-fuchsia, embedder)

28147 Fix some stack-use-after-scopes found by ASan (cla: yes, embedder)

28207 Revert "Adds semantics tooltip support" (platform-ios, platform-android, cla: yes, platform-web, platform-fuchsia, embedder)

28211 Issues/86577 reland (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-fuchsia, embedder)

28253 Enable repeat for desktop embedder tests (cla: yes, waiting for tree to go green, embedder)

28266 Fix flaky stack-use-after-scope in PushingMutlipleFramesSetsUpNewReco… (cla: yes, embedder)

28274 Symbolize ASan traces when using run_tests.py (cla: yes, waiting for tree to go green, embedder)

28281 Eliminate unnecessary null check in fixture (cla: yes, needs tests, embedder)

28383 Started providing the GPU sync switch to Rasterizer.DrawToSurface() (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28520 [flutter_releases] apply patches to flutter-2.5-candidate.8 (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28535 [flutter_releases] flutter-2.6-candidate.3 Engine Cherrypicks (platform-ios, platform-android, cla: yes, platform-fuchsia, embedder)

28625 Flip on leak detector and suppress or fix remaining leak traces (platform-android, cla: yes, platform-linux, embedder)

28743 Set MinimumOSVersion in iOS Info.plist based on buildroot setting (platform-ios, cla: yes, waiting for tree to go green, platform-macos, embedder)

28877 [Linux] Reset keyboard states on engine restart (cla: yes, platform-linux, embedder)

28924 [Linux, Embedder] Add engine restart hooks (cla: yes, platform-linux, embedder)

28937 Cherry-pick #28846 and #28743 into flutter-2.6-candidate.11 (platform-ios, platform-android, cla: yes, needs tests, embedder)

29117 updated the docs for platform_message_callback (cla: yes, embedder)

29408 Embedder VsyncWaiter must schedule a frame for the right time (cla: yes, embedder)

platform-linux - 14 pull request(s)

#

27757 Rename fl_get_length to fl_value_get_length (cla: yes, waiting for tree to go green, platform-linux)

28204 Fix stack-buffer-overflow in FlValueTest.FloatList found by Asan (cla: yes, platform-linux)

28395 Fix typo in FlMethodResponse docs (cla: yes, platform-linux)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28525 [Desktop][Linux] Add RUNPATH $ORIGIN to flutter_linux_gtk (cla: yes, platform-linux)

28573 Linux mock interfaces (cla: yes, platform-linux, needs tests)

28625 Flip on leak detector and suppress or fix remaining leak traces (platform-android, cla: yes, platform-linux, embedder)

28648 Keyboard guarantee non empty events (cla: yes, platform-web, platform-macos, platform-linux, platform-windows)

28877 [Linux] Reset keyboard states on engine restart (cla: yes, platform-linux, embedder)

28878 [Linux] Fix crash when a method channel is reassigned (cla: yes, waiting for tree to go green, platform-linux)

28924 [Linux, Embedder] Add engine restart hooks (cla: yes, platform-linux, embedder)

29177 Remove unused present method (cla: yes, platform-linux, needs tests)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29320 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (platform-ios, platform-android, cla: yes, platform-macos, platform-linux, platform-fuchsia)

platform-macos - 10 pull request(s)

#

28136 macOS: Do not swap surface if nothing was painted (cla: yes, waiting for tree to go green, platform-macos, needs tests)

28341 Macos external texture metal support yuv (cla: yes, waiting for tree to go green, platform-macos)

28407 fuchsia: Fix MissingPluginException being thrown in Dart from platform_view.cc (platform-ios, platform-android, cla: yes, platform-web, platform-macos, platform-linux, platform-windows, platform-fuchsia, needs tests, embedder)

28648 Keyboard guarantee non empty events (cla: yes, platform-web, platform-macos, platform-linux, platform-windows)

28666 MacOS keyboard: RawKeyboard uses filtered modifier (cla: yes, platform-macos)

28743 Set MinimumOSVersion in iOS Info.plist based on buildroot setting (platform-ios, cla: yes, waiting for tree to go green, platform-macos, embedder)

29242 [macOS] Clearing overridden channel should not affect the latest channel (cla: yes, platform-macos)

29280 Fix typos (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web, platform-macos, platform-linux, platform-fuchsia, needs tests)

29283 [macOS] Reset keyboard states on engine restart (platform-ios, cla: yes, platform-macos)

29320 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (platform-ios, platform-android, cla: yes, platform-macos, platform-linux, platform-fuchsia)

affects: tests - 7 pull request(s)

#

27959 Fix StandardMessageCodec test leaks (affects: engine, affects: tests, cla: yes)

28139 fuchsia: Improve FakeSession & add tests (affects: tests, cla: yes, waiting for tree to go green, platform-fuchsia, tech-debt)

28144 fuchsia: Add FuchsiaExternalViewEmbedder tests (affects: tests, cla: yes, platform-fuchsia, tech-debt)

28926 fuchsia: Add FakeFlatland and tests (affects: tests, cla: yes, platform-fuchsia)

29048 fuchsia: Enable AOT builds of Dart test packages (affects: tests, cla: yes, platform-fuchsia)

29259 fuchsia: Add graph to FakeFlatland (affects: tests, cla: yes, platform-fuchsia)

29414 fuchsia: Enable ASAN; add tests flag (affects: tests, cla: yes, platform-fuchsia)

tech-debt - 4 pull request(s)

#

27472 Remove dead localization code from the iOS embedder (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

27854 Unskip iOS launch URL tests (platform-ios, cla: yes, waiting for tree to go green, tech-debt)

28139 fuchsia: Improve FakeSession & add tests (affects: tests, cla: yes, waiting for tree to go green, platform-fuchsia, tech-debt)

28144 fuchsia: Add FuchsiaExternalViewEmbedder tests (affects: tests, cla: yes, platform-fuchsia, tech-debt)

affects: engine - 2 pull request(s)

#

27959 Fix StandardMessageCodec test leaks (affects: engine, affects: tests, cla: yes)

29265 use nested op counts to determine picture complexity for raster cache (affects: engine, cla: yes, waiting for tree to go green, perf: speed)

cp: 2.5 - 2 pull request(s)

#

27872 [web] Don't reset history on hot restart (cla: yes, platform-web, needs tests, cp: 2.5)

27972 Fix: modifier keys not recognized on macOS Web (cla: yes, platform-web, cp: 2.5)

Work in progress (WIP) - 1 pull request(s)

#

28239 Eliminate Android-specific Vulkan support (platform-android, cla: yes, Work in progress (WIP), platform-fuchsia, needs tests)

bug (regression) - 1 pull request(s)

#

28206 Fix regression in system UI colors (platform-android, bug (regression), cla: yes, waiting for tree to go green)

perf: speed - 1 pull request(s)

#

29265 use nested op counts to determine picture complexity for raster cache (affects: engine, cla: yes, waiting for tree to go green, perf: speed)

Merged PRs by labels for flutter/plugins

#

cla: yes - 202 pull request(s)

#

2443 Uncomment Marker icons now that ImageListener API change has landed in stable (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

2653 [google_maps_flutter] Marker dragging events (cla: yes, in review, p: google_maps_flutter, needs tests)

2838 Google maps marker drag events impl (cla: yes, p: google_maps_flutter, platform-ios, platform-android)

2878 [video_player] VTT Support (cla: yes, waiting for tree to go green, p: video_player)

3078 [webview_flutter] Only call onWebResourceError for main frame (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

3194 [image_picker] fix camera on Android 11 (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

3374 [video_player] bugfix caption still showing when text is empty (cla: yes, waiting for tree to go green, p: video_player, last mile)

3824 Update integration_test README (cla: yes)

3895 [shared_preferences] Fix possible clash of string with double entry (cla: yes, waiting for tree to go green, p: shared_preferences, platform-android)

4047 [flutter_plugin_tool] Add support for building UWP plugins (cla: yes)

4059 [camera] android-rework part 9: Final implementation of camera class (cla: yes, p: camera, platform-android)

4082 Support Hybrid Composition through the GoogleMaps Widget (cla: yes, p: google_maps_flutter)

4093 [in_app_purchase]IAP/platform interface add cancel status (cla: yes, waiting for tree to go green, p: in_app_purchase)

4121 Add buildViewWithTextDirection to platform interface (cla: yes, waiting for tree to go green, p: google_maps_flutter)

4123 [image_picker] Platform interface update cache (cla: yes, waiting for tree to go green, p: image_picker)

4124 [image_picker]Android update cache (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4129 Ignore unnecessary_import in legacy analysis options (cla: yes, waiting for tree to go green)

4140 [camera] Run iOS methods on UI thread by default (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4156 [url_launcher] Add native unit tests for Windows (cla: yes, p: url_launcher, platform-windows)

4162 [in_app_purchase] Add toString() to IAPError (cla: yes, p: in_app_purchase)

4179 [google_sign_in] Add serverAuthCode attribute to google_sign_in_platform_interface user data (cla: yes, waiting for tree to go green, p: google_sign_in)

4180 [google_sign_in] add serverAuthCode to GoogleSignInAccount (cla: yes, waiting for tree to go green, p: google_sign_in)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4204 [quick_actions] Android support only calling initialize once (cla: yes, p: quick_actions, platform-android)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4210 [camera_web] Recording Video (cla: yes, p: camera, platform-web)

4217 [camera_web] Add onCameraResolutionChanged implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4218 [path_provider_linux] Using TMPDIR env as a primary temporary path (cla: yes, p: path_provider, platform-linux)

4219 [camera_web] Add support for device orientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4220 [image_picker] Fix README example (cla: yes, waiting for tree to go green, p: image_picker)

4222 [camera_web] Add support for a flash mode (cla: yes, waiting for tree to go green, p: camera, platform-web)

4223 [ci.yaml] Auto-generate LUCI configs (cla: yes, waiting for tree to go green)

4224 [camera_web] Add support for a zoom level (cla: yes, waiting for tree to go green, p: camera, platform-web)

4225 [camera_web] Rename CameraSettings to CameraService (cla: yes, waiting for tree to go green, p: camera, platform-web)

4226 [camera_web] Don't request full-screen mode in unlockCaptureOrientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4227 [camera_web] Add setFlashMode comments (cla: yes, waiting for tree to go green, p: camera, platform-web)

4228 [image_picker] Fix pickImage not returning on iOS when dismissing the PHPicker view by swiping down. (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4230 [camera_web] Handle camera errors in takePicture (cla: yes, waiting for tree to go green, p: camera, platform-web)

4231 Move test packages from dependencies to dev_dependencies (cla: yes, waiting for tree to go green, p: in_app_purchase, p: video_player, platform-ios, platform-android)

4232 Eliminate build_all_plugins_app.sh (cla: yes)

4234 [camera_web] Fix getCapabilities not supported error thrown when selecting a camera on Firefox (cla: yes, p: camera, platform-web)

4235 [camera_web] Add missing setFlashMode test (cla: yes, p: camera, platform-web)

4236 [camera] Fix a disposed CameraController error thrown when changing a camera (cla: yes, waiting for tree to go green, p: camera)

4237 [camera_web] Update the web plugin README (cla: yes, p: camera, platform-web)

4239 [camera_web] Add support for pausing and resuming the camera preview (cla: yes, p: camera, platform-web)

4240 [camera] Add web support (cla: yes, p: camera, platform-web)

4241 [video_player] removed video player is not functional on ios simulators warning (cla: yes, waiting for tree to go green, p: video_player)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4244 [flutter_plugin_tools] Improve 'repository' check (cla: yes, p: in_app_purchase, p: quick_actions, p: ios_platform_images)

4245 Add unit tests to quick_actions plugin (cla: yes, waiting for tree to go green, p: quick_actions, platform-android)

4246 [flutter_plugin_tool] Don't allow NEXT on version bumps (cla: yes)

4248 [flutter_plugin_tools] Fix build-examples for packages (cla: yes)

4249 [webview] Fix typos in the README (cla: yes, waiting for tree to go green, p: webview_flutter, last mile)

4250 Fix crash from null Google Maps object (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4251 [google_sign_in] adds option to re-authenticate on google silent sign in (cla: yes, waiting for tree to go green, p: google_sign_in)

4252 [flutter_plugin_tools] Introduce a class for packages (cla: yes)

4254 [flutter_plugin_tools] Improve process mocking (cla: yes)

4256 [camera] Expand CameraImage DTO with properties for lens aperture, exposure time and ISO. (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4257 [in_app_purchase] Ensure purchases correctly report if they are acknowledged on Android (cla: yes, p: in_app_purchase, platform-android, needs-publishing)

4258 [camera] Add Android & iOS implementations for pausing the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4259 [camera_web] Add onCameraClosing implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4260 [flutter_plugin_tool] Migrate publish_plugin_command_test to runCapturingPrint (cla: yes)

4262 [ci] update wait-on-check version and set verbose to false (cla: yes)

4263 [flutter_plugin_tools] Convert publish tests to mock git (cla: yes)

4265 [camera] Replace device info with new device_info_plus (cla: yes, waiting for tree to go green, p: camera)

4266 [flutter_plugin_tool] Fix CHANGELOG validation failure summary (cla: yes)

4268 [flutter_plugin_tool] Move branch-switching logic from tool_runner.sh to tool (cla: yes)

4269 [flutter_plugin_tools] Move publish tests to RecordingProcessRunner (cla: yes)

4270 [ci.yaml] Add auto-roller (cla: yes, waiting for tree to go green)

4272 [camera] Fix a disposed camera controller throwing an exception when being replaced in the preview widget. (cla: yes, waiting for tree to go green, p: camera)

4273 [flutter_plugin_tools] Check 'implements' for unpublished plugins (cla: yes, waiting for tree to go green, p: camera, platform-web)

4274 Disable some flaky tests (cla: yes, p: webview_flutter, p: android_alarm_manager, p: video_player, platform-android)

4275 [flutter_plugin_tools] Remove support for bypassing, or prompting for, git tagging (cla: yes)

4276 [flutter_plugin_tool] Add support for running Windows unit tests (cla: yes)

4278 [camera_web] Add an initial device orientation event (cla: yes, waiting for tree to go green, p: camera, platform-web)

4279 [camera_web] Update ultra high resolution to 4096x2160 (cla: yes, waiting for tree to go green, p: camera, platform-web)

4280 [camera_web] Mute the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-web)

4281 [camera_web] Do not flip the video on the back camera (cla: yes, p: camera, platform-web)

4282 [ci.yaml] Add linux platform properties (cla: yes, waiting for tree to go green)

4283 [ci.yaml] Add roller to presubmit (cla: yes, waiting for tree to go green)

4284 Fix UNNECESSARY_TYPE_CHECK_TRUE. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4285 [flutter_plugin_tools] Switch 'publish' from --package to --packages (cla: yes)

4286 [ci] Fix wrong hash used in release.yml (cla: yes)

4287 [ci] Revert the wait-on-check hash change (cla: yes)

4288 [image_picker] add forceFullMetadata to interface (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4289 Reland "[ci] update wait-on-check version and set verbose to false" (cla: yes)

4290 [flutter_plugin_tool] Migrate 'publish' to new base command (cla: yes)

4292 [tool] Add a way to opt a file out of formatting (cla: yes, waiting for tree to go green)

4294 [flutter_plugin_tools] Add Linux support to native-test (cla: yes, p: url_launcher, platform-linux)

4298 [google_maps_flutter_web] Fix getScreenCoordinate, Circle zIndex (cla: yes, p: google_maps_flutter, platform-web)

4300 [video_player] Ensure seekTo is not called before video player is initialized. (cla: yes, waiting for tree to go green, p: video_player)

4301 [camera] Ensure setExposureOffset returns new value on Android (bugfix, cla: yes, waiting for tree to go green, p: camera, platform-android)

4302 [webview_flutter] Implementation of the webview_flutter_platform_interface package (cla: yes, waiting for tree to go green, p: webview_flutter)

4303 Add scripts for Windows LUCI recipe (cla: yes)

4304 [camera_web] Make plugin publishable for the first time. (cla: yes, waiting for tree to go green, p: camera, platform-web)

4305 [plugin_tools] build-examples .pluginToolsConfig.yaml support (cla: yes, waiting for tree to go green)

4306 [ci.yaml] Add builders to recipes cq (cla: yes, waiting for tree to go green)

4307 [video_player] interface: add support for content-uri based videos (a… (cla: yes, waiting for tree to go green, p: video_player)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4310 [flutter_plugin_tools] Make having no Java unit tests a failure (cla: yes)

4311 Bring up new Windows test targets (cla: yes)

4312 [flutter_plugin_tools] Adjust diff logging (cla: yes, waiting for tree to go green)

4314 Revert "[image_picker] add forceFullMetadata to interface" (cla: yes, p: image_picker, platform-web)

4319 [camera] Fix IllegalStateException being thrown in Android implementation when switching activities. (cla: yes, waiting for tree to go green, p: camera, platform-android)

4320 [flutter_plugin_tools] Remove an unnecessary logging message (cla: yes, waiting for tree to go green)

4321 [ci] Allow neutral conclusion in publishing check (cla: yes)

4322 [webview_flutter] Add download listener to Android webview (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4323 [ci] Fix and standardize target/task names (cla: yes)

4325 [ci] Enable the new Windows targets (cla: yes)

4326 [ci] Update lewagon/wait-on-check-action to latest version. (cla: yes, waiting for tree to go green)

4327 [camera] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4329 [flutter_plugin_tools] Add a federated PR safety check (cla: yes)

4330 [video_player] add support for content-uri based videos (cla: yes, p: video_player, platform-web)

4332 Run firebase test in flutter-cirrus (cla: yes, waiting for tree to go green)

4333 [google_maps_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-ios)

4334 [google_sign_in] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_sign_in, platform-ios)

4335 [image_picker] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4336 [image_picker] Update README for image_picker's retrieveLostData() to support multiple files (cla: yes, waiting for tree to go green, p: image_picker)

4340 Renew cirrus gcp credentials (cla: yes, waiting for tree to go green)

4341 [flutter_plugin_tools] Make no unit tests fatal for iOS/macOS (cla: yes, p: share, p: quick_actions, platform-ios)

4342 [camera_web] Release the camera stream used to request video and audio permissions (cla: yes, waiting for tree to go green, p: camera, platform-web)

4343 [webview_flutter] Extract Android implementation into a separate package (cla: yes, p: webview_flutter, platform-android)

4344 [video_player] Fix a disposed VideoPlayerController throwing an exception when being replaced in the VideoPlayer (cla: yes, p: video_player)

4345 [webview_flutter] Extract WKWebView implementation into a separate package (cla: yes, p: webview_flutter, platform-ios)

4346 [google_sign_in_web] Update URL to google_sign_in package in README (cla: yes, waiting for tree to go green, p: google_sign_in, platform-web, last mile)

4348 Give the labeler access to PRs (cla: yes)

4349 [ci] use background script (cla: yes)

4350 [ci] Grant contents: write permission to release.yml (cla: yes)

4352 [in_app_purchase] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4353 [ios_platform_images] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: ios_platform_images, platform-ios)

4354 [local_auth] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: local_auth, platform-ios)

4355 [path_provider] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: path_provider, platform-ios)

4356 [quick_actions] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: quick_actions, platform-ios)

4357 [shared_preferences] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: shared_preferences, platform-ios)

4358 [camera_platform_interface] Add web-relevant docs (cla: yes, waiting for tree to go green, p: camera)

4359 [url_launcher] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: url_launcher, platform-ios)

4360 [video_player] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

4361 [webview_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios)

4362 [camera] Remove iOS 9 availability check around ultra high capture sessions (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4363 [in_app_purchase] Fix in_app_purchase_android/README.md (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4364 [in_app_purchase] Ensure the introductoryPriceMicros field is populated correctly. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4365 [url_launcher] Error handling when URL cannot be parsed with Uri.parse (cla: yes, waiting for tree to go green, p: url_launcher)

4366 [webview_flutter] Migrate main package to fully federated architecture. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android)

4367 Require authors file (cla: yes, p: camera, p: in_app_purchase, p: quick_actions, platform-ios, platform-android, platform-web)

4368 [flutter_plugin_tools] Fix federated safety check (cla: yes)

4369 [flutter_plugin_tools] Allow overriding breaking change check (cla: yes, waiting for tree to go green)

4370 [in_app_purchase] Ensure the introductoryPriceMicros field is transported as a String. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4371 [camera_web] Update usage documentation (cla: yes, p: camera, platform-web)

4372 Add false secret lists, and enforce ordering (cla: yes, waiting for tree to go green, p: google_maps_flutter, p: google_sign_in, platform-web)

4373 [flutter_plugin_tools] Check licenses in Kotlin (cla: yes, p: shared_preferences, platform-android)

4374 [google_maps_flutter]: LatLng longitude loses precision in constructor #90574 (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

4375 [webview_flutter] Update version number app_facing package (cla: yes, waiting for tree to go green, p: webview_flutter)

4376 [flutter_plugin_tools] Improve version check error handling (cla: yes)

4377 [webview_flutter_android] Load example App's navigation controls immediately. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4378 [webview_flutter_wkwebview] Load example App's navigation controls immediately. (cla: yes, waiting for tree to go green, p: webview_flutter)

4379 Remove some trivial custom analysis options files (cla: yes, p: plugin_platform_interface, p: cross_file, p: flutter_plugin_android_lifecycle)

4382 [file_selector] Remove custom analysis options (cla: yes, p: file_selector, platform-web)

4383 [webview_flutter] Adjust integration test domains (cla: yes, p: webview_flutter, platform-android)

4384 [shared_preferences] Switch to new analysis options (cla: yes, waiting for tree to go green, p: shared_preferences, platform-windows, platform-macos, platform-linux, platform-web)

4385 [google_maps_flutter_web] Add Marker drag events (cla: yes, p: google_maps_flutter, platform-web)

4386 [in_app_purchase] Bump dependencies on json_serializable, build_runner (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4388 [ci] Temporary run publish task on Flutter stable channel. (cla: yes)

4389 [image_picker_for_web] Added support for maxWidth, maxHeight and imageQuality (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4390 [webview_flutter] Resolve _CastError thrown by example app. (cla: yes, waiting for tree to go green, p: webview_flutter)

4391 [google_sign_in] Use a transparent image as a placeholder for the GoogleUserCircleAvatar (cla: yes, waiting for tree to go green, p: google_sign_in, last mile)

4392 [in_app_purchase] Handle restored purchases in iOS example app (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4393 [in_app_purchase] Handle PurchaseStatus.restored correctly in example. (cla: yes, waiting for tree to go green, p: in_app_purchase)

4394 [webview_flutter] Fixed todos in FlutterWebView.java (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4395 Add file_selector to the repo list (cla: yes, waiting for tree to go green)

4396 [flutter_plugin_tools] Validate pubspec description (cla: yes, p: camera, p: file_selector, p: plugin_platform_interface, p: espresso, p: wifi_info_flutter)

4400 [google_maps_flutter] Clean Java test, consolidate Marker example. (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4401 [webview_flutter] Update webview platform interface with new methods for running JavaScript. (cla: yes, waiting for tree to go green, p: webview_flutter)

4402 [webview_flutter] Update webview packages for Android and iOS to implement runJavascript and runJavascriptReturningResult. (cla: yes, p: webview_flutter, platform-ios, platform-android)

4404 [webview_flutter] Add zoomEnabled to webview flutter platform interface (cla: yes, p: webview_flutter)

4405 [ci] Remove obsolete Dockerfile (cla: yes, waiting for tree to go green)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

4407 [webview_flutter] Adjust test URLs again (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4408 [image_picker][android] suppress unchecked warning (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4413 [flutter_plugin_android_lifecycle] remove placeholder dart file (cla: yes, waiting for tree to go green, p: flutter_plugin_android_lifecycle)

4417 [webview_flutter] Implement zoom enabled for ios and android (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android, last mile)

4418 [camera] Add filter for unsupported cameras on Android (cla: yes, waiting for tree to go green, p: camera, platform-android)

4419 Fix Java version (cla: yes, waiting for tree to go green, p: video_player, p: connectivity, platform-android)

4421 [image_picker] doc:readme image picker misprints (cla: yes, waiting for tree to go green, p: image_picker)

4423 [camera] Fix CamcorderProfile Usages (cla: yes, waiting for tree to go green, p: camera, platform-android)

4425 [flutter_plugin_tools] Fix license-check on Windows (cla: yes, waiting for tree to go green)

4426 [camera] Update [CameraOrientationTests testOrientationNotifications] unit test to work on Xcode 13 (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4427 [ci] Always run all format steps (cla: yes, waiting for tree to go green)

4428 [flutter_plugin_tools] Fix pubspec-check on Windows (cla: yes)

4429 [ci] Update macOS Cirrus image to Xcode 13 (cla: yes, waiting for tree to go green)

4432 Bump compileSdkVersion to 31 (cla: yes, p: camera, platform-android)

4434 [in_app_purchase] Update to the latest pkg:json_serializable (cla: yes, p: in_app_purchase, platform-ios, platform-android)

4435 Implement Android WebView api with pigeon (Dart portion) (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4436 [ci] Replace Firebase Test Lab deprecated Pixel 4 device with Pixel 5 (cla: yes)

4438 [video_player] Initialize player when size and duration become available (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

4440 [ci.yaml] Main branch support (cla: yes, waiting for tree to go green)

4441 Implement Android WebView api with pigeon (Java portion) (cla: yes, p: webview_flutter, platform-android)

4442 [google_sign_in] remove the commented out code in tests (cla: yes, waiting for tree to go green, p: google_sign_in)

4443 [path_provider] started supporting background platform channels (cla: yes, waiting for tree to go green, p: path_provider, platform-android)

4451 upgraded usage of BinaryMessenger (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android, platform-web)

4453 A partial revert of the work done to accomodate Android Background Channels (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android)

4456 [device_info] started using Background Platform Channels (cla: yes, p: device_info, platform-android)

waiting for tree to go green - 122 pull request(s)

#

2443 Uncomment Marker icons now that ImageListener API change has landed in stable (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

2878 [video_player] VTT Support (cla: yes, waiting for tree to go green, p: video_player)

3078 [webview_flutter] Only call onWebResourceError for main frame (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

3194 [image_picker] fix camera on Android 11 (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

3374 [video_player] bugfix caption still showing when text is empty (cla: yes, waiting for tree to go green, p: video_player, last mile)

3895 [shared_preferences] Fix possible clash of string with double entry (cla: yes, waiting for tree to go green, p: shared_preferences, platform-android)

4093 [in_app_purchase]IAP/platform interface add cancel status (cla: yes, waiting for tree to go green, p: in_app_purchase)

4121 Add buildViewWithTextDirection to platform interface (cla: yes, waiting for tree to go green, p: google_maps_flutter)

4123 [image_picker] Platform interface update cache (cla: yes, waiting for tree to go green, p: image_picker)

4124 [image_picker]Android update cache (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4129 Ignore unnecessary_import in legacy analysis options (cla: yes, waiting for tree to go green)

4140 [camera] Run iOS methods on UI thread by default (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4179 [google_sign_in] Add serverAuthCode attribute to google_sign_in_platform_interface user data (cla: yes, waiting for tree to go green, p: google_sign_in)

4180 [google_sign_in] add serverAuthCode to GoogleSignInAccount (cla: yes, waiting for tree to go green, p: google_sign_in)

4217 [camera_web] Add onCameraResolutionChanged implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4219 [camera_web] Add support for device orientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4220 [image_picker] Fix README example (cla: yes, waiting for tree to go green, p: image_picker)

4222 [camera_web] Add support for a flash mode (cla: yes, waiting for tree to go green, p: camera, platform-web)

4223 [ci.yaml] Auto-generate LUCI configs (cla: yes, waiting for tree to go green)

4224 [camera_web] Add support for a zoom level (cla: yes, waiting for tree to go green, p: camera, platform-web)

4225 [camera_web] Rename CameraSettings to CameraService (cla: yes, waiting for tree to go green, p: camera, platform-web)

4226 [camera_web] Don't request full-screen mode in unlockCaptureOrientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4227 [camera_web] Add setFlashMode comments (cla: yes, waiting for tree to go green, p: camera, platform-web)

4228 [image_picker] Fix pickImage not returning on iOS when dismissing the PHPicker view by swiping down. (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4230 [camera_web] Handle camera errors in takePicture (cla: yes, waiting for tree to go green, p: camera, platform-web)

4231 Move test packages from dependencies to dev_dependencies (cla: yes, waiting for tree to go green, p: in_app_purchase, p: video_player, platform-ios, platform-android)

4236 [camera] Fix a disposed CameraController error thrown when changing a camera (cla: yes, waiting for tree to go green, p: camera)

4241 [video_player] removed video player is not functional on ios simulators warning (cla: yes, waiting for tree to go green, p: video_player)

4245 Add unit tests to quick_actions plugin (cla: yes, waiting for tree to go green, p: quick_actions, platform-android)

4249 [webview] Fix typos in the README (cla: yes, waiting for tree to go green, p: webview_flutter, last mile)

4250 Fix crash from null Google Maps object (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4251 [google_sign_in] adds option to re-authenticate on google silent sign in (cla: yes, waiting for tree to go green, p: google_sign_in)

4256 [camera] Expand CameraImage DTO with properties for lens aperture, exposure time and ISO. (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4258 [camera] Add Android & iOS implementations for pausing the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4259 [camera_web] Add onCameraClosing implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4265 [camera] Replace device info with new device_info_plus (cla: yes, waiting for tree to go green, p: camera)

4270 [ci.yaml] Add auto-roller (cla: yes, waiting for tree to go green)

4272 [camera] Fix a disposed camera controller throwing an exception when being replaced in the preview widget. (cla: yes, waiting for tree to go green, p: camera)

4273 [flutter_plugin_tools] Check 'implements' for unpublished plugins (cla: yes, waiting for tree to go green, p: camera, platform-web)

4278 [camera_web] Add an initial device orientation event (cla: yes, waiting for tree to go green, p: camera, platform-web)

4279 [camera_web] Update ultra high resolution to 4096x2160 (cla: yes, waiting for tree to go green, p: camera, platform-web)

4280 [camera_web] Mute the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-web)

4282 [ci.yaml] Add linux platform properties (cla: yes, waiting for tree to go green)

4283 [ci.yaml] Add roller to presubmit (cla: yes, waiting for tree to go green)

4284 Fix UNNECESSARY_TYPE_CHECK_TRUE. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4288 [image_picker] add forceFullMetadata to interface (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4292 [tool] Add a way to opt a file out of formatting (cla: yes, waiting for tree to go green)

4300 [video_player] Ensure seekTo is not called before video player is initialized. (cla: yes, waiting for tree to go green, p: video_player)

4301 [camera] Ensure setExposureOffset returns new value on Android (bugfix, cla: yes, waiting for tree to go green, p: camera, platform-android)

4302 [webview_flutter] Implementation of the webview_flutter_platform_interface package (cla: yes, waiting for tree to go green, p: webview_flutter)

4304 [camera_web] Make plugin publishable for the first time. (cla: yes, waiting for tree to go green, p: camera, platform-web)

4305 [plugin_tools] build-examples .pluginToolsConfig.yaml support (cla: yes, waiting for tree to go green)

4306 [ci.yaml] Add builders to recipes cq (cla: yes, waiting for tree to go green)

4307 [video_player] interface: add support for content-uri based videos (a… (cla: yes, waiting for tree to go green, p: video_player)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4312 [flutter_plugin_tools] Adjust diff logging (cla: yes, waiting for tree to go green)

4319 [camera] Fix IllegalStateException being thrown in Android implementation when switching activities. (cla: yes, waiting for tree to go green, p: camera, platform-android)

4320 [flutter_plugin_tools] Remove an unnecessary logging message (cla: yes, waiting for tree to go green)

4322 [webview_flutter] Add download listener to Android webview (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4326 [ci] Update lewagon/wait-on-check-action to latest version. (cla: yes, waiting for tree to go green)

4327 [camera] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4332 Run firebase test in flutter-cirrus (cla: yes, waiting for tree to go green)

4333 [google_maps_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-ios)

4334 [google_sign_in] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_sign_in, platform-ios)

4335 [image_picker] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4336 [image_picker] Update README for image_picker's retrieveLostData() to support multiple files (cla: yes, waiting for tree to go green, p: image_picker)

4340 Renew cirrus gcp credentials (cla: yes, waiting for tree to go green)

4342 [camera_web] Release the camera stream used to request video and audio permissions (cla: yes, waiting for tree to go green, p: camera, platform-web)

4346 [google_sign_in_web] Update URL to google_sign_in package in README (cla: yes, waiting for tree to go green, p: google_sign_in, platform-web, last mile)

4352 [in_app_purchase] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4353 [ios_platform_images] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: ios_platform_images, platform-ios)

4354 [local_auth] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: local_auth, platform-ios)

4355 [path_provider] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: path_provider, platform-ios)

4356 [quick_actions] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: quick_actions, platform-ios)

4357 [shared_preferences] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: shared_preferences, platform-ios)

4358 [camera_platform_interface] Add web-relevant docs (cla: yes, waiting for tree to go green, p: camera)

4359 [url_launcher] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: url_launcher, platform-ios)

4360 [video_player] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

4361 [webview_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios)

4362 [camera] Remove iOS 9 availability check around ultra high capture sessions (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4363 [in_app_purchase] Fix in_app_purchase_android/README.md (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4364 [in_app_purchase] Ensure the introductoryPriceMicros field is populated correctly. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4365 [url_launcher] Error handling when URL cannot be parsed with Uri.parse (cla: yes, waiting for tree to go green, p: url_launcher)

4366 [webview_flutter] Migrate main package to fully federated architecture. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android)

4369 [flutter_plugin_tools] Allow overriding breaking change check (cla: yes, waiting for tree to go green)

4370 [in_app_purchase] Ensure the introductoryPriceMicros field is transported as a String. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4372 Add false secret lists, and enforce ordering (cla: yes, waiting for tree to go green, p: google_maps_flutter, p: google_sign_in, platform-web)

4374 [google_maps_flutter]: LatLng longitude loses precision in constructor #90574 (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

4375 [webview_flutter] Update version number app_facing package (cla: yes, waiting for tree to go green, p: webview_flutter)

4377 [webview_flutter_android] Load example App's navigation controls immediately. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4378 [webview_flutter_wkwebview] Load example App's navigation controls immediately. (cla: yes, waiting for tree to go green, p: webview_flutter)

4384 [shared_preferences] Switch to new analysis options (cla: yes, waiting for tree to go green, p: shared_preferences, platform-windows, platform-macos, platform-linux, platform-web)

4386 [in_app_purchase] Bump dependencies on json_serializable, build_runner (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4389 [image_picker_for_web] Added support for maxWidth, maxHeight and imageQuality (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4390 [webview_flutter] Resolve _CastError thrown by example app. (cla: yes, waiting for tree to go green, p: webview_flutter)

4391 [google_sign_in] Use a transparent image as a placeholder for the GoogleUserCircleAvatar (cla: yes, waiting for tree to go green, p: google_sign_in, last mile)

4392 [in_app_purchase] Handle restored purchases in iOS example app (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4393 [in_app_purchase] Handle PurchaseStatus.restored correctly in example. (cla: yes, waiting for tree to go green, p: in_app_purchase)

4394 [webview_flutter] Fixed todos in FlutterWebView.java (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4395 Add file_selector to the repo list (cla: yes, waiting for tree to go green)

4400 [google_maps_flutter] Clean Java test, consolidate Marker example. (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4401 [webview_flutter] Update webview platform interface with new methods for running JavaScript. (cla: yes, waiting for tree to go green, p: webview_flutter)

4405 [ci] Remove obsolete Dockerfile (cla: yes, waiting for tree to go green)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

4407 [webview_flutter] Adjust test URLs again (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4408 [image_picker][android] suppress unchecked warning (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4413 [flutter_plugin_android_lifecycle] remove placeholder dart file (cla: yes, waiting for tree to go green, p: flutter_plugin_android_lifecycle)

4417 [webview_flutter] Implement zoom enabled for ios and android (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android, last mile)

4418 [camera] Add filter for unsupported cameras on Android (cla: yes, waiting for tree to go green, p: camera, platform-android)

4419 Fix Java version (cla: yes, waiting for tree to go green, p: video_player, p: connectivity, platform-android)

4421 [image_picker] doc:readme image picker misprints (cla: yes, waiting for tree to go green, p: image_picker)

4423 [camera] Fix CamcorderProfile Usages (cla: yes, waiting for tree to go green, p: camera, platform-android)

4425 [flutter_plugin_tools] Fix license-check on Windows (cla: yes, waiting for tree to go green)

4426 [camera] Update [CameraOrientationTests testOrientationNotifications] unit test to work on Xcode 13 (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4427 [ci] Always run all format steps (cla: yes, waiting for tree to go green)

4429 [ci] Update macOS Cirrus image to Xcode 13 (cla: yes, waiting for tree to go green)

4435 Implement Android WebView api with pigeon (Dart portion) (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4438 [video_player] Initialize player when size and duration become available (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

4440 [ci.yaml] Main branch support (cla: yes, waiting for tree to go green)

4442 [google_sign_in] remove the commented out code in tests (cla: yes, waiting for tree to go green, p: google_sign_in)

4443 [path_provider] started supporting background platform channels (cla: yes, waiting for tree to go green, p: path_provider, platform-android)

platform-android - 50 pull request(s)

#

2838 Google maps marker drag events impl (cla: yes, p: google_maps_flutter, platform-ios, platform-android)

3078 [webview_flutter] Only call onWebResourceError for main frame (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

3194 [image_picker] fix camera on Android 11 (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

3895 [shared_preferences] Fix possible clash of string with double entry (cla: yes, waiting for tree to go green, p: shared_preferences, platform-android)

4059 [camera] android-rework part 9: Final implementation of camera class (cla: yes, p: camera, platform-android)

4124 [image_picker]Android update cache (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4204 [quick_actions] Android support only calling initialize once (cla: yes, p: quick_actions, platform-android)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4231 Move test packages from dependencies to dev_dependencies (cla: yes, waiting for tree to go green, p: in_app_purchase, p: video_player, platform-ios, platform-android)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4245 Add unit tests to quick_actions plugin (cla: yes, waiting for tree to go green, p: quick_actions, platform-android)

4250 Fix crash from null Google Maps object (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4256 [camera] Expand CameraImage DTO with properties for lens aperture, exposure time and ISO. (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4257 [in_app_purchase] Ensure purchases correctly report if they are acknowledged on Android (cla: yes, p: in_app_purchase, platform-android, needs-publishing)

4258 [camera] Add Android & iOS implementations for pausing the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4274 Disable some flaky tests (cla: yes, p: webview_flutter, p: android_alarm_manager, p: video_player, platform-android)

4284 Fix UNNECESSARY_TYPE_CHECK_TRUE. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4301 [camera] Ensure setExposureOffset returns new value on Android (bugfix, cla: yes, waiting for tree to go green, p: camera, platform-android)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4319 [camera] Fix IllegalStateException being thrown in Android implementation when switching activities. (cla: yes, waiting for tree to go green, p: camera, platform-android)

4322 [webview_flutter] Add download listener to Android webview (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4343 [webview_flutter] Extract Android implementation into a separate package (cla: yes, p: webview_flutter, platform-android)

4363 [in_app_purchase] Fix in_app_purchase_android/README.md (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4364 [in_app_purchase] Ensure the introductoryPriceMicros field is populated correctly. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4366 [webview_flutter] Migrate main package to fully federated architecture. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android)

4367 Require authors file (cla: yes, p: camera, p: in_app_purchase, p: quick_actions, platform-ios, platform-android, platform-web)

4370 [in_app_purchase] Ensure the introductoryPriceMicros field is transported as a String. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4373 [flutter_plugin_tools] Check licenses in Kotlin (cla: yes, p: shared_preferences, platform-android)

4377 [webview_flutter_android] Load example App's navigation controls immediately. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4383 [webview_flutter] Adjust integration test domains (cla: yes, p: webview_flutter, platform-android)

4386 [in_app_purchase] Bump dependencies on json_serializable, build_runner (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4394 [webview_flutter] Fixed todos in FlutterWebView.java (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4400 [google_maps_flutter] Clean Java test, consolidate Marker example. (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4402 [webview_flutter] Update webview packages for Android and iOS to implement runJavascript and runJavascriptReturningResult. (cla: yes, p: webview_flutter, platform-ios, platform-android)

4407 [webview_flutter] Adjust test URLs again (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4408 [image_picker][android] suppress unchecked warning (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4417 [webview_flutter] Implement zoom enabled for ios and android (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android, last mile)

4418 [camera] Add filter for unsupported cameras on Android (cla: yes, waiting for tree to go green, p: camera, platform-android)

4419 Fix Java version (cla: yes, waiting for tree to go green, p: video_player, p: connectivity, platform-android)

4423 [camera] Fix CamcorderProfile Usages (cla: yes, waiting for tree to go green, p: camera, platform-android)

4432 Bump compileSdkVersion to 31 (cla: yes, p: camera, platform-android)

4434 [in_app_purchase] Update to the latest pkg:json_serializable (cla: yes, p: in_app_purchase, platform-ios, platform-android)

4435 Implement Android WebView api with pigeon (Dart portion) (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4441 Implement Android WebView api with pigeon (Java portion) (cla: yes, p: webview_flutter, platform-android)

4443 [path_provider] started supporting background platform channels (cla: yes, waiting for tree to go green, p: path_provider, platform-android)

4451 upgraded usage of BinaryMessenger (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android, platform-web)

4453 A partial revert of the work done to accomodate Android Background Channels (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android)

4456 [device_info] started using Background Platform Channels (cla: yes, p: device_info, platform-android)

p: camera - 48 pull request(s)

#

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

4059 [camera] android-rework part 9: Final implementation of camera class (cla: yes, p: camera, platform-android)

4140 [camera] Run iOS methods on UI thread by default (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4210 [camera_web] Recording Video (cla: yes, p: camera, platform-web)

4217 [camera_web] Add onCameraResolutionChanged implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4219 [camera_web] Add support for device orientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4222 [camera_web] Add support for a flash mode (cla: yes, waiting for tree to go green, p: camera, platform-web)

4224 [camera_web] Add support for a zoom level (cla: yes, waiting for tree to go green, p: camera, platform-web)

4225 [camera_web] Rename CameraSettings to CameraService (cla: yes, waiting for tree to go green, p: camera, platform-web)

4226 [camera_web] Don't request full-screen mode in unlockCaptureOrientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4227 [camera_web] Add setFlashMode comments (cla: yes, waiting for tree to go green, p: camera, platform-web)

4230 [camera_web] Handle camera errors in takePicture (cla: yes, waiting for tree to go green, p: camera, platform-web)

4234 [camera_web] Fix getCapabilities not supported error thrown when selecting a camera on Firefox (cla: yes, p: camera, platform-web)

4235 [camera_web] Add missing setFlashMode test (cla: yes, p: camera, platform-web)

4236 [camera] Fix a disposed CameraController error thrown when changing a camera (cla: yes, waiting for tree to go green, p: camera)

4237 [camera_web] Update the web plugin README (cla: yes, p: camera, platform-web)

4239 [camera_web] Add support for pausing and resuming the camera preview (cla: yes, p: camera, platform-web)

4240 [camera] Add web support (cla: yes, p: camera, platform-web)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4256 [camera] Expand CameraImage DTO with properties for lens aperture, exposure time and ISO. (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4258 [camera] Add Android & iOS implementations for pausing the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4259 [camera_web] Add onCameraClosing implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4265 [camera] Replace device info with new device_info_plus (cla: yes, waiting for tree to go green, p: camera)

4272 [camera] Fix a disposed camera controller throwing an exception when being replaced in the preview widget. (cla: yes, waiting for tree to go green, p: camera)

4273 [flutter_plugin_tools] Check 'implements' for unpublished plugins (cla: yes, waiting for tree to go green, p: camera, platform-web)

4278 [camera_web] Add an initial device orientation event (cla: yes, waiting for tree to go green, p: camera, platform-web)

4279 [camera_web] Update ultra high resolution to 4096x2160 (cla: yes, waiting for tree to go green, p: camera, platform-web)

4280 [camera_web] Mute the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-web)

4281 [camera_web] Do not flip the video on the back camera (cla: yes, p: camera, platform-web)

4301 [camera] Ensure setExposureOffset returns new value on Android (bugfix, cla: yes, waiting for tree to go green, p: camera, platform-android)

4304 [camera_web] Make plugin publishable for the first time. (cla: yes, waiting for tree to go green, p: camera, platform-web)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4319 [camera] Fix IllegalStateException being thrown in Android implementation when switching activities. (cla: yes, waiting for tree to go green, p: camera, platform-android)

4327 [camera] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4342 [camera_web] Release the camera stream used to request video and audio permissions (cla: yes, waiting for tree to go green, p: camera, platform-web)

4358 [camera_platform_interface] Add web-relevant docs (cla: yes, waiting for tree to go green, p: camera)

4362 [camera] Remove iOS 9 availability check around ultra high capture sessions (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4367 Require authors file (cla: yes, p: camera, p: in_app_purchase, p: quick_actions, platform-ios, platform-android, platform-web)

4371 [camera_web] Update usage documentation (cla: yes, p: camera, platform-web)

4396 [flutter_plugin_tools] Validate pubspec description (cla: yes, p: camera, p: file_selector, p: plugin_platform_interface, p: espresso, p: wifi_info_flutter)

4418 [camera] Add filter for unsupported cameras on Android (cla: yes, waiting for tree to go green, p: camera, platform-android)

4423 [camera] Fix CamcorderProfile Usages (cla: yes, waiting for tree to go green, p: camera, platform-android)

4426 [camera] Update [CameraOrientationTests testOrientationNotifications] unit test to work on Xcode 13 (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4432 Bump compileSdkVersion to 31 (cla: yes, p: camera, platform-android)

4451 upgraded usage of BinaryMessenger (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android, platform-web)

4453 A partial revert of the work done to accomodate Android Background Channels (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android)

platform-web - 36 pull request(s)

#

4210 [camera_web] Recording Video (cla: yes, p: camera, platform-web)

4217 [camera_web] Add onCameraResolutionChanged implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4219 [camera_web] Add support for device orientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4222 [camera_web] Add support for a flash mode (cla: yes, waiting for tree to go green, p: camera, platform-web)

4224 [camera_web] Add support for a zoom level (cla: yes, waiting for tree to go green, p: camera, platform-web)

4225 [camera_web] Rename CameraSettings to CameraService (cla: yes, waiting for tree to go green, p: camera, platform-web)

4226 [camera_web] Don't request full-screen mode in unlockCaptureOrientation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4227 [camera_web] Add setFlashMode comments (cla: yes, waiting for tree to go green, p: camera, platform-web)

4230 [camera_web] Handle camera errors in takePicture (cla: yes, waiting for tree to go green, p: camera, platform-web)

4234 [camera_web] Fix getCapabilities not supported error thrown when selecting a camera on Firefox (cla: yes, p: camera, platform-web)

4235 [camera_web] Add missing setFlashMode test (cla: yes, p: camera, platform-web)

4237 [camera_web] Update the web plugin README (cla: yes, p: camera, platform-web)

4239 [camera_web] Add support for pausing and resuming the camera preview (cla: yes, p: camera, platform-web)

4240 [camera] Add web support (cla: yes, p: camera, platform-web)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4259 [camera_web] Add onCameraClosing implementation (cla: yes, waiting for tree to go green, p: camera, platform-web)

4273 [flutter_plugin_tools] Check 'implements' for unpublished plugins (cla: yes, waiting for tree to go green, p: camera, platform-web)

4278 [camera_web] Add an initial device orientation event (cla: yes, waiting for tree to go green, p: camera, platform-web)

4279 [camera_web] Update ultra high resolution to 4096x2160 (cla: yes, waiting for tree to go green, p: camera, platform-web)

4280 [camera_web] Mute the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-web)

4281 [camera_web] Do not flip the video on the back camera (cla: yes, p: camera, platform-web)

4288 [image_picker] add forceFullMetadata to interface (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4298 [google_maps_flutter_web] Fix getScreenCoordinate, Circle zIndex (cla: yes, p: google_maps_flutter, platform-web)

4304 [camera_web] Make plugin publishable for the first time. (cla: yes, waiting for tree to go green, p: camera, platform-web)

4314 Revert "[image_picker] add forceFullMetadata to interface" (cla: yes, p: image_picker, platform-web)

4330 [video_player] add support for content-uri based videos (cla: yes, p: video_player, platform-web)

4342 [camera_web] Release the camera stream used to request video and audio permissions (cla: yes, waiting for tree to go green, p: camera, platform-web)

4346 [google_sign_in_web] Update URL to google_sign_in package in README (cla: yes, waiting for tree to go green, p: google_sign_in, platform-web, last mile)

4367 Require authors file (cla: yes, p: camera, p: in_app_purchase, p: quick_actions, platform-ios, platform-android, platform-web)

4371 [camera_web] Update usage documentation (cla: yes, p: camera, platform-web)

4372 Add false secret lists, and enforce ordering (cla: yes, waiting for tree to go green, p: google_maps_flutter, p: google_sign_in, platform-web)

4382 [file_selector] Remove custom analysis options (cla: yes, p: file_selector, platform-web)

4384 [shared_preferences] Switch to new analysis options (cla: yes, waiting for tree to go green, p: shared_preferences, platform-windows, platform-macos, platform-linux, platform-web)

4385 [google_maps_flutter_web] Add Marker drag events (cla: yes, p: google_maps_flutter, platform-web)

4389 [image_picker_for_web] Added support for maxWidth, maxHeight and imageQuality (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4451 upgraded usage of BinaryMessenger (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android, platform-web)

platform-ios - 33 pull request(s)

#

2838 Google maps marker drag events impl (cla: yes, p: google_maps_flutter, platform-ios, platform-android)

4140 [camera] Run iOS methods on UI thread by default (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4228 [image_picker] Fix pickImage not returning on iOS when dismissing the PHPicker view by swiping down. (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4231 Move test packages from dependencies to dev_dependencies (cla: yes, waiting for tree to go green, p: in_app_purchase, p: video_player, platform-ios, platform-android)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4256 [camera] Expand CameraImage DTO with properties for lens aperture, exposure time and ISO. (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4258 [camera] Add Android & iOS implementations for pausing the camera preview (cla: yes, waiting for tree to go green, p: camera, platform-ios, platform-android)

4284 Fix UNNECESSARY_TYPE_CHECK_TRUE. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4327 [camera] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4333 [google_maps_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-ios)

4334 [google_sign_in] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_sign_in, platform-ios)

4335 [image_picker] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4341 [flutter_plugin_tools] Make no unit tests fatal for iOS/macOS (cla: yes, p: share, p: quick_actions, platform-ios)

4345 [webview_flutter] Extract WKWebView implementation into a separate package (cla: yes, p: webview_flutter, platform-ios)

4352 [in_app_purchase] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4353 [ios_platform_images] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: ios_platform_images, platform-ios)

4354 [local_auth] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: local_auth, platform-ios)

4355 [path_provider] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: path_provider, platform-ios)

4356 [quick_actions] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: quick_actions, platform-ios)

4357 [shared_preferences] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: shared_preferences, platform-ios)

4359 [url_launcher] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: url_launcher, platform-ios)

4360 [video_player] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

4361 [webview_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios)

4362 [camera] Remove iOS 9 availability check around ultra high capture sessions (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4366 [webview_flutter] Migrate main package to fully federated architecture. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android)

4367 Require authors file (cla: yes, p: camera, p: in_app_purchase, p: quick_actions, platform-ios, platform-android, platform-web)

4386 [in_app_purchase] Bump dependencies on json_serializable, build_runner (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4392 [in_app_purchase] Handle restored purchases in iOS example app (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4402 [webview_flutter] Update webview packages for Android and iOS to implement runJavascript and runJavascriptReturningResult. (cla: yes, p: webview_flutter, platform-ios, platform-android)

4417 [webview_flutter] Implement zoom enabled for ios and android (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android, last mile)

4426 [camera] Update [CameraOrientationTests testOrientationNotifications] unit test to work on Xcode 13 (cla: yes, waiting for tree to go green, p: camera, platform-ios)

4434 [in_app_purchase] Update to the latest pkg:json_serializable (cla: yes, p: in_app_purchase, platform-ios, platform-android)

4438 [video_player] Initialize player when size and duration become available (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

p: webview_flutter - 24 pull request(s)

#

3078 [webview_flutter] Only call onWebResourceError for main frame (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4249 [webview] Fix typos in the README (cla: yes, waiting for tree to go green, p: webview_flutter, last mile)

4274 Disable some flaky tests (cla: yes, p: webview_flutter, p: android_alarm_manager, p: video_player, platform-android)

4302 [webview_flutter] Implementation of the webview_flutter_platform_interface package (cla: yes, waiting for tree to go green, p: webview_flutter)

4322 [webview_flutter] Add download listener to Android webview (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4343 [webview_flutter] Extract Android implementation into a separate package (cla: yes, p: webview_flutter, platform-android)

4345 [webview_flutter] Extract WKWebView implementation into a separate package (cla: yes, p: webview_flutter, platform-ios)

4361 [webview_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios)

4366 [webview_flutter] Migrate main package to fully federated architecture. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android)

4375 [webview_flutter] Update version number app_facing package (cla: yes, waiting for tree to go green, p: webview_flutter)

4377 [webview_flutter_android] Load example App's navigation controls immediately. (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4378 [webview_flutter_wkwebview] Load example App's navigation controls immediately. (cla: yes, waiting for tree to go green, p: webview_flutter)

4383 [webview_flutter] Adjust integration test domains (cla: yes, p: webview_flutter, platform-android)

4390 [webview_flutter] Resolve _CastError thrown by example app. (cla: yes, waiting for tree to go green, p: webview_flutter)

4394 [webview_flutter] Fixed todos in FlutterWebView.java (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4401 [webview_flutter] Update webview platform interface with new methods for running JavaScript. (cla: yes, waiting for tree to go green, p: webview_flutter)

4402 [webview_flutter] Update webview packages for Android and iOS to implement runJavascript and runJavascriptReturningResult. (cla: yes, p: webview_flutter, platform-ios, platform-android)

4404 [webview_flutter] Add zoomEnabled to webview flutter platform interface (cla: yes, p: webview_flutter)

4407 [webview_flutter] Adjust test URLs again (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4417 [webview_flutter] Implement zoom enabled for ios and android (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android, last mile)

4435 Implement Android WebView api with pigeon (Dart portion) (cla: yes, waiting for tree to go green, p: webview_flutter, platform-android)

4441 Implement Android WebView api with pigeon (Java portion) (cla: yes, p: webview_flutter, platform-android)

p: in_app_purchase - 19 pull request(s)

#

4093 [in_app_purchase]IAP/platform interface add cancel status (cla: yes, waiting for tree to go green, p: in_app_purchase)

4162 [in_app_purchase] Add toString() to IAPError (cla: yes, p: in_app_purchase)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4231 Move test packages from dependencies to dev_dependencies (cla: yes, waiting for tree to go green, p: in_app_purchase, p: video_player, platform-ios, platform-android)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4244 [flutter_plugin_tools] Improve 'repository' check (cla: yes, p: in_app_purchase, p: quick_actions, p: ios_platform_images)

4257 [in_app_purchase] Ensure purchases correctly report if they are acknowledged on Android (cla: yes, p: in_app_purchase, platform-android, needs-publishing)

4284 Fix UNNECESSARY_TYPE_CHECK_TRUE. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4352 [in_app_purchase] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4363 [in_app_purchase] Fix in_app_purchase_android/README.md (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4364 [in_app_purchase] Ensure the introductoryPriceMicros field is populated correctly. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4367 Require authors file (cla: yes, p: camera, p: in_app_purchase, p: quick_actions, platform-ios, platform-android, platform-web)

4370 [in_app_purchase] Ensure the introductoryPriceMicros field is transported as a String. (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android)

4386 [in_app_purchase] Bump dependencies on json_serializable, build_runner (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios, platform-android)

4392 [in_app_purchase] Handle restored purchases in iOS example app (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-ios)

4393 [in_app_purchase] Handle PurchaseStatus.restored correctly in example. (cla: yes, waiting for tree to go green, p: in_app_purchase)

4434 [in_app_purchase] Update to the latest pkg:json_serializable (cla: yes, p: in_app_purchase, platform-ios, platform-android)

p: google_maps_flutter - 17 pull request(s)

#

2443 Uncomment Marker icons now that ImageListener API change has landed in stable (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

2653 [google_maps_flutter] Marker dragging events (cla: yes, in review, p: google_maps_flutter, needs tests)

2838 Google maps marker drag events impl (cla: yes, p: google_maps_flutter, platform-ios, platform-android)

4082 Support Hybrid Composition through the GoogleMaps Widget (cla: yes, p: google_maps_flutter)

4121 Add buildViewWithTextDirection to platform interface (cla: yes, waiting for tree to go green, p: google_maps_flutter)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4250 Fix crash from null Google Maps object (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4298 [google_maps_flutter_web] Fix getScreenCoordinate, Circle zIndex (cla: yes, p: google_maps_flutter, platform-web)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4333 [google_maps_flutter] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-ios)

4372 Add false secret lists, and enforce ordering (cla: yes, waiting for tree to go green, p: google_maps_flutter, p: google_sign_in, platform-web)

4374 [google_maps_flutter]: LatLng longitude loses precision in constructor #90574 (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

4385 [google_maps_flutter_web] Add Marker drag events (cla: yes, p: google_maps_flutter, platform-web)

4400 [google_maps_flutter] Clean Java test, consolidate Marker example. (cla: yes, waiting for tree to go green, p: google_maps_flutter, platform-android)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

p: video_player - 17 pull request(s)

#

2878 [video_player] VTT Support (cla: yes, waiting for tree to go green, p: video_player)

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

3374 [video_player] bugfix caption still showing when text is empty (cla: yes, waiting for tree to go green, p: video_player, last mile)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4231 Move test packages from dependencies to dev_dependencies (cla: yes, waiting for tree to go green, p: in_app_purchase, p: video_player, platform-ios, platform-android)

4241 [video_player] removed video player is not functional on ios simulators warning (cla: yes, waiting for tree to go green, p: video_player)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4274 Disable some flaky tests (cla: yes, p: webview_flutter, p: android_alarm_manager, p: video_player, platform-android)

4300 [video_player] Ensure seekTo is not called before video player is initialized. (cla: yes, waiting for tree to go green, p: video_player)

4307 [video_player] interface: add support for content-uri based videos (a… (cla: yes, waiting for tree to go green, p: video_player)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4330 [video_player] add support for content-uri based videos (cla: yes, p: video_player, platform-web)

4344 [video_player] Fix a disposed VideoPlayerController throwing an exception when being replaced in the VideoPlayer (cla: yes, p: video_player)

4360 [video_player] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

4419 Fix Java version (cla: yes, waiting for tree to go green, p: video_player, p: connectivity, platform-android)

4438 [video_player] Initialize player when size and duration become available (cla: yes, waiting for tree to go green, p: video_player, platform-ios)

p: image_picker - 16 pull request(s)

#

3194 [image_picker] fix camera on Android 11 (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4123 [image_picker] Platform interface update cache (cla: yes, waiting for tree to go green, p: image_picker)

4124 [image_picker]Android update cache (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4220 [image_picker] Fix README example (cla: yes, waiting for tree to go green, p: image_picker)

4228 [image_picker] Fix pickImage not returning on iOS when dismissing the PHPicker view by swiping down. (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4288 [image_picker] add forceFullMetadata to interface (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4314 Revert "[image_picker] add forceFullMetadata to interface" (cla: yes, p: image_picker, platform-web)

4335 [image_picker] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: image_picker, platform-ios)

4336 [image_picker] Update README for image_picker's retrieveLostData() to support multiple files (cla: yes, waiting for tree to go green, p: image_picker)

4389 [image_picker_for_web] Added support for maxWidth, maxHeight and imageQuality (cla: yes, waiting for tree to go green, p: image_picker, platform-web)

4408 [image_picker][android] suppress unchecked warning (cla: yes, waiting for tree to go green, p: image_picker, platform-android)

4421 [image_picker] doc:readme image picker misprints (cla: yes, waiting for tree to go green, p: image_picker)

p: google_sign_in - 13 pull request(s)

#

4179 [google_sign_in] Add serverAuthCode attribute to google_sign_in_platform_interface user data (cla: yes, waiting for tree to go green, p: google_sign_in)

4180 [google_sign_in] add serverAuthCode to GoogleSignInAccount (cla: yes, waiting for tree to go green, p: google_sign_in)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4251 [google_sign_in] adds option to re-authenticate on google silent sign in (cla: yes, waiting for tree to go green, p: google_sign_in)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4334 [google_sign_in] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: google_sign_in, platform-ios)

4346 [google_sign_in_web] Update URL to google_sign_in package in README (cla: yes, waiting for tree to go green, p: google_sign_in, platform-web, last mile)

4372 Add false secret lists, and enforce ordering (cla: yes, waiting for tree to go green, p: google_maps_flutter, p: google_sign_in, platform-web)

4391 [google_sign_in] Use a transparent image as a placeholder for the GoogleUserCircleAvatar (cla: yes, waiting for tree to go green, p: google_sign_in, last mile)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

4442 [google_sign_in] remove the commented out code in tests (cla: yes, waiting for tree to go green, p: google_sign_in)

p: quick_actions - 12 pull request(s)

#

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4204 [quick_actions] Android support only calling initialize once (cla: yes, p: quick_actions, platform-android)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4244 [flutter_plugin_tools] Improve 'repository' check (cla: yes, p: in_app_purchase, p: quick_actions, p: ios_platform_images)

4245 Add unit tests to quick_actions plugin (cla: yes, waiting for tree to go green, p: quick_actions, platform-android)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4341 [flutter_plugin_tools] Make no unit tests fatal for iOS/macOS (cla: yes, p: share, p: quick_actions, platform-ios)

4356 [quick_actions] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: quick_actions, platform-ios)

4367 Require authors file (cla: yes, p: camera, p: in_app_purchase, p: quick_actions, platform-ios, platform-android, platform-web)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

4451 upgraded usage of BinaryMessenger (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android, platform-web)

4453 A partial revert of the work done to accomodate Android Background Channels (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android)

p: url_launcher - 11 pull request(s)

#

4156 [url_launcher] Add native unit tests for Windows (cla: yes, p: url_launcher, platform-windows)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4294 [flutter_plugin_tools] Add Linux support to native-test (cla: yes, p: url_launcher, platform-linux)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4359 [url_launcher] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: url_launcher, platform-ios)

4365 [url_launcher] Error handling when URL cannot be parsed with Uri.parse (cla: yes, waiting for tree to go green, p: url_launcher)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

4451 upgraded usage of BinaryMessenger (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android, platform-web)

4453 A partial revert of the work done to accomodate Android Background Channels (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android)

last mile - 7 pull request(s)

#

2443 Uncomment Marker icons now that ImageListener API change has landed in stable (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

3374 [video_player] bugfix caption still showing when text is empty (cla: yes, waiting for tree to go green, p: video_player, last mile)

4249 [webview] Fix typos in the README (cla: yes, waiting for tree to go green, p: webview_flutter, last mile)

4346 [google_sign_in_web] Update URL to google_sign_in package in README (cla: yes, waiting for tree to go green, p: google_sign_in, platform-web, last mile)

4374 [google_maps_flutter]: LatLng longitude loses precision in constructor #90574 (cla: yes, waiting for tree to go green, p: google_maps_flutter, last mile)

4391 [google_sign_in] Use a transparent image as a placeholder for the GoogleUserCircleAvatar (cla: yes, waiting for tree to go green, p: google_sign_in, last mile)

4417 [webview_flutter] Implement zoom enabled for ios and android (cla: yes, waiting for tree to go green, p: webview_flutter, platform-ios, platform-android, last mile)

p: path_provider - 7 pull request(s)

#

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4218 [path_provider_linux] Using TMPDIR env as a primary temporary path (cla: yes, p: path_provider, platform-linux)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4355 [path_provider] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: path_provider, platform-ios)

4443 [path_provider] started supporting background platform channels (cla: yes, waiting for tree to go green, p: path_provider, platform-android)

p: shared_preferences - 7 pull request(s)

#

3895 [shared_preferences] Fix possible clash of string with double entry (cla: yes, waiting for tree to go green, p: shared_preferences, platform-android)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4357 [shared_preferences] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: shared_preferences, platform-ios)

4373 [flutter_plugin_tools] Check licenses in Kotlin (cla: yes, p: shared_preferences, platform-android)

4384 [shared_preferences] Switch to new analysis options (cla: yes, waiting for tree to go green, p: shared_preferences, platform-windows, platform-macos, platform-linux, platform-web)

p: android_intent - 6 pull request(s)

#

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4451 upgraded usage of BinaryMessenger (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android, platform-web)

4453 A partial revert of the work done to accomodate Android Background Channels (cla: yes, p: android_intent, p: camera, p: url_launcher, p: quick_actions, platform-android)

p: connectivity - 6 pull request(s)

#

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4419 Fix Java version (cla: yes, waiting for tree to go green, p: video_player, p: connectivity, platform-android)

p: flutter_plugin_android_lifecycle - 5 pull request(s)

#

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4379 Remove some trivial custom analysis options files (cla: yes, p: plugin_platform_interface, p: cross_file, p: flutter_plugin_android_lifecycle)

4413 [flutter_plugin_android_lifecycle] remove placeholder dart file (cla: yes, waiting for tree to go green, p: flutter_plugin_android_lifecycle)

p: android_alarm_manager - 5 pull request(s)

#

3216 [multiple] Java 8 target for all plugins with -Werror compiler arg (cla: yes, waiting for tree to go green, p: android_alarm_manager, p: android_intent, p: camera, p: path_provider, p: video_player, p: connectivity, platform-android)

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4274 Disable some flaky tests (cla: yes, p: webview_flutter, p: android_alarm_manager, p: video_player, platform-android)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

p: file_selector - 4 pull request(s)

#

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4382 [file_selector] Remove custom analysis options (cla: yes, p: file_selector, platform-web)

4396 [flutter_plugin_tools] Validate pubspec description (cla: yes, p: camera, p: file_selector, p: plugin_platform_interface, p: espresso, p: wifi_info_flutter)

4406 Fix order-dependant platform interface tests (cla: yes, waiting for tree to go green, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: url_launcher, p: video_player, p: quick_actions)

p: local_auth - 4 pull request(s)

#

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4354 [local_auth] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: local_auth, platform-ios)

p: share - 4 pull request(s)

#

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4341 [flutter_plugin_tools] Make no unit tests fatal for iOS/macOS (cla: yes, p: share, p: quick_actions, platform-ios)

p: battery - 3 pull request(s)

#

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

platform-linux - 3 pull request(s)

#

4218 [path_provider_linux] Using TMPDIR env as a primary temporary path (cla: yes, p: path_provider, platform-linux)

4294 [flutter_plugin_tools] Add Linux support to native-test (cla: yes, p: url_launcher, platform-linux)

4384 [shared_preferences] Switch to new analysis options (cla: yes, waiting for tree to go green, p: shared_preferences, platform-windows, platform-macos, platform-linux, platform-web)

p: wifi_info_flutter - 3 pull request(s)

#

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4396 [flutter_plugin_tools] Validate pubspec description (cla: yes, p: camera, p: file_selector, p: plugin_platform_interface, p: espresso, p: wifi_info_flutter)

p: device_info - 3 pull request(s)

#

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4456 [device_info] started using Background Platform Channels (cla: yes, p: device_info, platform-android)

p: package_info - 3 pull request(s)

#

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

p: sensors - 3 pull request(s)

#

4188 [flutter_plugin_tools] Add Android native UI test support (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: package_info, p: sensors, p: quick_actions, p: connectivity, platform-android, p: flutter_plugin_android_lifecycle)

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

p: espresso - 3 pull request(s)

#

4206 [flutter_plugin_tools] Add a command to lint Android code (cla: yes, p: battery, p: webview_flutter, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: shared_preferences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle)

4396 [flutter_plugin_tools] Validate pubspec description (cla: yes, p: camera, p: file_selector, p: plugin_platform_interface, p: espresso, p: wifi_info_flutter)

p: ios_platform_images - 2 pull request(s)

#

4244 [flutter_plugin_tools] Improve 'repository' check (cla: yes, p: in_app_purchase, p: quick_actions, p: ios_platform_images)

4353 [ios_platform_images] Bump minimum Flutter version and iOS deployment target (cla: yes, waiting for tree to go green, p: ios_platform_images, platform-ios)

platform-macos - 2 pull request(s)

#

4242 Fix and test for 'implements' pubspec entry (cla: yes, p: camera, p: file_selector, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: url_launcher, p: video_player, p: shared_preferences, p: connectivity, platform-ios, platform-android, platform-macos, platform-web)

4384 [shared_preferences] Switch to new analysis options (cla: yes, waiting for tree to go green, p: shared_preferences, platform-windows, platform-macos, platform-linux, platform-web)

platform-windows - 2 pull request(s)

#

4156 [url_launcher] Add native unit tests for Windows (cla: yes, p: url_launcher, platform-windows)

4384 [shared_preferences] Switch to new analysis options (cla: yes, waiting for tree to go green, p: shared_preferences, platform-windows, platform-macos, platform-linux, platform-web)

p: plugin_platform_interface - 2 pull request(s)

#

4379 Remove some trivial custom analysis options files (cla: yes, p: plugin_platform_interface, p: cross_file, p: flutter_plugin_android_lifecycle)

4396 [flutter_plugin_tools] Validate pubspec description (cla: yes, p: camera, p: file_selector, p: plugin_platform_interface, p: espresso, p: wifi_info_flutter)

p: cross_file - 1 pull request(s)

#

4379 Remove some trivial custom analysis options files (cla: yes, p: plugin_platform_interface, p: cross_file, p: flutter_plugin_android_lifecycle)

needs-publishing - 1 pull request(s)

#

4257 [in_app_purchase] Ensure purchases correctly report if they are acknowledged on Android (cla: yes, p: in_app_purchase, platform-android, needs-publishing)

needs tests - 1 pull request(s)

#

2653 [google_maps_flutter] Marker dragging events (cla: yes, in review, p: google_maps_flutter, needs tests)

in review - 1 pull request(s)

#

2653 [google_maps_flutter] Marker dragging events (cla: yes, in review, p: google_maps_flutter, needs tests)

bugfix - 1 pull request(s)

#

4301 [camera] Ensure setExposureOffset returns new value on Android (bugfix, cla: yes, waiting for tree to go green, p: camera, platform-android)