id
stringlengths
14
17
text
stringlengths
23
1.11k
source
stringlengths
35
114
33045ed3e637-397
83428 add AnimatedScale and AnimatedRotation widgets (severe: new feature, framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation) 83635 [gradle] Unlock all configurations if a local engine is used (team, a: accessibility, cla: yes, d: examples, waiting for tree to go green) 83661 Remove unused SingleTickerProviderStateMixin from AnimatedSize example (framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation) 83744 Fixed large amount of spelling errors (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, d: examples, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-398
83790 Revert “Dispose render objects when owning element is unmounted.” (team, framework, cla: yes, d: examples) 83843 Clean up the bindings APIs (a: tests, team, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: examples, waiting for tree to go green) 83920 Reland “Dispose render objects when owning element is unmounted. (#82883)” (#83790) (team, framework, cla: yes, d: examples, waiting for tree to go green) 84476 Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, d: examples)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-399
84478 Turn on avoid_dynamic_calls lint in packages/flutter tests, make appropriate changes. (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, d: examples, waiting for tree to go green) 84639 [versions] update dependencies (team, cla: yes, d: examples) 84809 Make scrollbar assertions less aggressive (a: tests, team, framework, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, a: error message, tech-debt) 85148 Update GestureDetector docs to use DartPad sample (framework, cla: yes, d: api docs, d: examples, f: gestures, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-400
85174 Migrate iOS app deployment target from 8.0 to 9.0 (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode) 85270 Run build_tests shard and check in project migrations (team, cla: yes, d: examples, waiting for tree to go green) 86386 Revert “Clean up the bindings APIs” (a: tests, team, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: examples) 86388 Clean up the bindings APIs (a: tests, team, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: examples, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-401
86404 Revert “Clean up the bindings APIs” (a: tests, team, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: examples) 86438 Clean up the bindings APIs (a: tests, team, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: examples, waiting for tree to go green) 86484 Revert “Clean up the bindings APIs” (a: tests, team, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: examples) 87021 [Documentation] Add AlignTransition interactive example (framework, cla: yes, d: examples) 87126 Perform no shader warm-up by default (team, framework, cla: yes, d: examples, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-402
87238 Revert “Perform no shader warm-up by default” (team, framework, cla: yes, d: examples) a: quality - 28 pull request(s) 76145 Add support for pointer scrolling to trigger floats & snaps (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse) 78032 Added null check before NavigationRail.onDestinationSelected is called (severe: crash, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: null-safety) 79860 BorderRadiusTween.lerp supports null begin/end values (framework, cla: yes, a: quality, waiting for tree to go green, a: null-safety)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-403
80237 Tweaked TabBar to provide uniform padding to all tabs in cases where only few tabs contain both icon and text (framework, f: material design, cla: yes, a: quality, waiting for tree to go green) 80453 Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight (framework, f: material design, cla: yes, a: quality, waiting for tree to go green) 80792 Modified TabBar.preferredSize to remove hardcoded knowledge about child Tab. (team, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, tech-debt) 81278 Assert for valid ScrollController in Scrollbar gestures (framework, f: scrolling, cla: yes, f: cupertino, a: quality, waiting for tree to go green, a: error message)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-404
81295 Override MediaQuery for WidgetsApp (severe: new feature, framework, f: material design, cla: yes, a: quality, waiting for tree to go green) 81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout) 81706 Integrate MaterialBanner with the ScaffoldMessenger API (severe: new feature, framework, a: animation, f: material design, a: fidelity, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 81884 Gesture recognizer cleanup (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-405
82293 Better hover handling for Scrollbar (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop, a: annoyance, a: mouse) 82764 Fix scrollbar drag gestures for reversed scrollables (framework, f: scrolling, cla: yes, f: cupertino, a: quality, waiting for tree to go green) 82843 refactor: Add MaterialStateMixin (severe: new feature, framework, f: material design, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 82885 Re-apply “Gesture recognizer cleanup” (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-406
83014 fix a DropdownButtonFormField label display issue (severe: regression, framework, f: material design, cla: yes, a: quality, waiting for tree to go green) 83863 Ensure the Autocomplete options scroll as needed. (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop) 84393 ReorderableListView should treat fuchsia as a mobile platform. (framework, f: material design, a: fidelity, f: scrolling, cla: yes, a: quality) 84806 Make buildHandle onTap optional (a: text input, framework, f: material design, cla: yes, f: cupertino, a: quality, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-407
84807 Fix an animation issue when dragging the first item of a reversed list onto the starting position. (framework, a: animation, f: material design, f: scrolling, cla: yes, a: quality) 85009 Add delta param to scaleupdate so it matches dragupdate (framework, cla: yes, a: quality, f: gestures, waiting for tree to go green) 85024 [docs] Add TileMode.decal images (framework, cla: yes, d: api docs, a: quality, waiting for tree to go green, documentation) 85150 Fix SnackBar assertions when configured with theme (severe: crash, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message) 85152 DismissDirection.none will not prevent scrolling (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-408
85246 Add dart fix for AndroidViewController.id (team, framework, cla: yes, a: quality, waiting for tree to go green, tech-debt) 85254 Add dart fix for RenderObjectElement deprecations (team, framework, f: material design, cla: yes, f: cupertino, a: quality, waiting for tree to go green, tech-debt) 86323 Dart Fixes for clipBehavior breaks (team, framework, f: material design, cla: yes, f: cupertino, a: quality, waiting for tree to go green, tech-debt) 87143 Fix leading overscroll for RenderShrinkWrappingViewport (framework, a: fidelity, f: scrolling, cla: yes, a: quality, customer: crowd, waiting for tree to go green) engine - 28 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-409
engine - 28 pull request(s) 80459 [flutter_releases] Flutter Dev 2.2.0-10.1.pre Framework Cherrypicks (tool, framework, engine, cla: yes) 80570 [flutter_releases] Flutter Stable 2.0.5 Framework Cherrypicks (engine, cla: yes) 80806 Cherrypick engine to 584bf9fb4faf6c276ed424e15d435fa67a61e086 (engine, cla: yes) 81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-410
81425 [flutter_releases] Flutter Beta 2.2.0-10.2.pre Framework Cherrypicks (engine, f: material design, a: internationalization, cla: yes) 81508 [flutter_releases] Flutter Stable 2.0.6 Framework Cherrypicks (engine, cla: yes) 81927 [flutter_releases] Flutter Beta 2.2.0-10.3.pre Framework Cherrypicks (team, tool, framework, engine, f: material design, a: internationalization, cla: yes) 82310 Roll Engine to 44ba0c7c4bfd (5 revisions) (framework, engine, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-411
82500 Revert “Roll Engine from 490068230f9a to c118a134fb11 (3 revisions) (… (engine, cla: yes) 82581 [flutter_releases] Flutter Framework Engine roll (team, tool, framework, engine, f: material design, a: internationalization, cla: yes) 83372 [flutter_releases] Flutter Stable 2.2.1 Framework Cherrypicks (tool, engine, cla: yes) 83533 Revert “Roll Engine from a962fb3b8214 to a6eb22454cae (1 revision)” (engine, cla: yes) 83643 Revert “Roll Engine from 73fe3dd31c7c to aca8aa2335a5 (1 revision)” (engine, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-412
83750 Revert “Roll Engine from ac6087b5cbc4 to ad10ab8d695e (7 revisions)” (engine, cla: yes) 83942 Revert “Roll Engine from 939fb62b303b to 2398a8c4f1c8 (7 revisions)” (engine, cla: yes) 84226 Cherrypick engine bb3c49a9c3edf931a5601f0245faa85f5e077cb4 (engine, cla: yes, waiting for tree to go green) 84364 [flutter_releases] Flutter Stable 2.2.2 Framework Cherrypicks (tool, framework, engine, f: material design, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-413
84375 Cherrypick engine to 56bc70e04f2e73046b4957d1deb5e6e46294ac09 to incl… (engine, cla: yes) 84485 Cherrypick engine to ddbac024d165c373396e1f125666848d1539a38d (engine, cla: yes) 84666 Manual roll of engine from e0011fa561d6 to 2118a1bb4bf0 (7 revisions) (team, engine, cla: yes) 84814 Revert “Roll Engine from ced58ef9c13e to 86dacc0aad71 (9 revisions)” (engine, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-414
84889 Revert “Roll Engine from ced58ef9c13e to b9616cad9c7d (14 revisions)” (engine, cla: yes) 85278 [flutter_releases] Flutter Beta 2.3.0-24.1.pre Framework Cherrypicks (engine, cla: yes) 85719 [flutter_releases] Flutter Stable 2.2.3 Framework Cherrypicks (engine, cla: yes) 86901 [flutter_releases] Flutter Beta 2.4.0-4.2.pre Framework Cherrypicks (engine, cla: yes) 86966 Cherrypick Engine 7b282df38673d1a2e4f384224db241b0679a9786 (engine, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-415
87191 Revert “Roll Engine from 95a40884c738 to 3cc37d3b4d87 (2 revisions)” (engine, cla: yes) 87275 Revert “Roll Engine from 74121a42bc7b to 40451453ab11 (2 revisions)” (engine, cla: yes) platform-ios - 27 pull request(s) 80904 Only run xcodebuild -showBuildSettings once (platform-ios, tool, cla: yes, t: xcode) 81342 Remove Finder extended attributes before code signing iOS frameworks (platform-ios, tool, cla: yes, t: xcode) 81435 Remove extended attributes from entire Flutter project (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-416
82576 Remove symroot from generated iOS Xcode build settings (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode) 83315 rsync instead of delete and copy Flutter.xcframework for add to app (team, platform-ios, tool, cla: yes, a: existing-apps, waiting for tree to go green, t: xcode) 84372 Fix assemble iOS codesign flag to support –no-sound-null-safety (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, a: null-safety) 84411 Add Designed for iPad attach destination for ARM macOS (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, platform-target-arm) 84595 Fix iOS native integration_tests example project (platform-ios, cla: yes, waiting for tree to go green, integration_test)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-417
84596 Set up iOS native integration_tests in ui example project (team, platform-ios, cla: yes, waiting for tree to go green, integration_test) 84602 Fix integration_test podspecs warnings (team, platform-ios, cla: yes, waiting for tree to go green, integration_test) 84615 Remove unnecessary reference to iOS configuration in README (platform-ios, cla: yes, waiting for tree to go green, documentation, integration_test) 84890 Set up iOS native integration_tests in ui example project (team, platform-ios, cla: yes, integration_test) 85051 Check for either ios-x86_64-simulator or ios-arm64_x86_64-simulator in module test (team, platform-ios, cla: yes, platform-host-arm)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-418
85053 Check ios-arm64_armv7 directory when validating codesigning entitlements (team, platform-ios, tool, cla: yes, waiting for tree to go green) 85059 Support iOS arm64 simulator (team, platform-ios, tool, cla: yes, platform-host-arm) 85075 macOS unzip then rsync to delete stale artifacts (platform-ios, tool, cla: yes, waiting for tree to go green) 85087 Avoid iOS app with extension checks that fail on M1 ARM Macs (team, platform-ios, tool, cla: yes, waiting for tree to go green, platform-host-arm) 85094 Remove tests checking Xcode 11 naming conventions (a: tests, team, platform-ios, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-419
85145 Do not list Android or iOS devices when feature disabled (platform-android, platform-ios, tool, cla: yes, waiting for tree to go green) 85174 Migrate iOS app deployment target from 8.0 to 9.0 (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode) 85265 Check ios-arm64_x86_64-simulator directory when validating codesigning entitlement (team, platform-ios, tool, cla: yes, waiting for tree to go green, platform-host-arm) 85642 Support iOS arm64 simulator (team, platform-ios, tool, cla: yes, waiting for tree to go green, platform-host-arm) 85650 Wait for iOS UI buttons to exist before tapping (team, platform-ios, cla: yes, team: flakes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-420
86840 Increase Flutter framework minimum iOS version to 9.0 (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode) 87138 Replace iOS physical/simulator bools with enum (platform-ios, tool, cla: yes, waiting for tree to go green, tech-debt) 87244 Exclude arm64 from iOS app archs if unsupported by plugins (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, platform-host-arm) 87362 Exclude arm64 from iOS app archs if unsupported by plugins on x64 Macs (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, platform-host-arm) team: flakes - 24 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-421
team: flakes - 24 pull request(s) 79961 Mark integration_test_test as unflaky (team, cla: yes, team: flakes, waiting for tree to go green) 80163 Mark mac_gradle_plugin_light_apk_test flaky (team, cla: yes, team: flakes) 80315 Mark linux_validate_ci_config not flaky (team, cla: yes, team: flakes, waiting for tree to go green) 80325 Mark Mac gradle_plugin_light_apk_test not flaky (team, cla: yes, team: flakes, waiting for tree to go green) 81346 Mark dart_plugin_registry_test not flaky (team, cla: yes, team: flakes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-422
81347 Mark linux_skp_generator not flaky (team, cla: yes, team: flakes, waiting for tree to go green) 81792 Reduce potential collisions from Gold RNG (a: tests, team, framework, cla: yes, team: flakes, waiting for tree to go green, team: infra, team: presubmit flakes) 82384 Mark linux_platform_channels_benchmarks not flaky (team, cla: yes, team: flakes) 82385 Mark animated_image_gc_perf not flaky (team, cla: yes, team: flakes, waiting for tree to go green) 82759 Mark mac_ios_platform_channels_benchmarks_ios not flaky (team, cla: yes, team: flakes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-423
82760 Mark win_build_tests_2_3 not flaky (team, cla: yes, team: flakes, waiting for tree to go green) 82761 Enable win_gradle_plugin_light_apk_test and mark unflaky (team, cla: yes, team: flakes, waiting for tree to go green) 83288 Mark new_gallery__crane_perf unflaky (cla: yes, team: flakes, waiting for tree to go green) 83289 Mark linux_large_image_changer_perf_android unflaky (cla: yes, team: flakes, waiting for tree to go green) 83290 Mark linux_complex_layout_scroll_perf__devtools_memory unflaky (cla: yes, team: flakes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-424
83295 Mark linux_platform_channels_benchmarks unflaky (cla: yes, team: flakes, waiting for tree to go green) 83297 Skip flaky debugger_stepping_web_test (tool, cla: yes, team: flakes, waiting for tree to go green) 83300 Mark flutter_gallery_sksl_warmup__transition_perf_e2e as flaky (cla: yes, team: flakes, waiting for tree to go green) 83384 Mark flutter_gallery__transition_perf_e2e flaky (team, cla: yes, team: flakes) 83965 Make retry logic more permissive for network errors (tool, cla: yes, team: flakes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-425
85650 Wait for iOS UI buttons to exist before tapping (team, platform-ios, cla: yes, team: flakes, waiting for tree to go green) 87354 Mark ‘Mac plugin_dependencies_test’ unflaky (cla: yes, team: flakes, waiting for tree to go green) 87355 Mark devtools_profile_start_test not flaky (team, cla: yes, team: flakes, waiting for tree to go green) 87589 Skip flaky golden file test (a: tests, team, framework, cla: yes, team: flakes, waiting for tree to go green, tech-debt) a: text input - 23 pull request(s) 73440 Hardware keyboard: codegen (a: text input, team, framework, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-426
78522 Shortcut activator (a: tests, a: text input, team, framework, cla: yes) 80756 Migrate LogicalKeySet to SingleActivator (a: tests, a: text input, team, framework, f: material design, severe: API break, cla: yes, f: cupertino) 81678 [key_codegen] Remove webValues (a: text input, team, cla: yes) 81807 Character activator (a: tests, a: text input, framework, cla: yes, waiting for tree to go green) 82671 TextField terminal the enter and space raw key events by default (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, a: desktop) 82962 Key codegen for Hardware Keyboard: Linux (GTK) (a: text input, team, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-427
83537 Support WidgetSpan in RenderEditable (a: text input, framework, f: material design, cla: yes, a: typography, waiting for tree to go green) 83752 Keyboard events (a: tests, a: text input, team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green) 83974 Add TextInputType.none (a: text input, framework, cla: yes, waiting for tree to go green) 84055 Allow Flutter focus to interop with Android view hierarchies (a: text input, framework, cla: yes, a: platform-views, f: focus) 84806 Make buildHandle onTap optional (a: text input, framework, f: material design, cla: yes, f: cupertino, a: quality, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-428
85008 [RenderEditable] fix crash & remove TextPainter.layout short-circuiting (a: text input, framework, cla: yes, waiting for tree to go green) 85081 Select All via Shortcuts (a: text input, framework, cla: yes, a: desktop) 85121 New scheme for keyboard logical key ID (a: text input, team, framework, cla: yes) 85138 Docs improvements for minLines/maxLines (a: text input, framework, cla: yes, d: api docs, documentation) 85381 Migrate RenderEditable shortcuts from RawKeyboard listeners (a: text input, framework, cla: yes) 86679 RawKeyEventData classes support diagnostic and equality (a: text input, framework, cla: yes)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-429
87086 [gen_keycodes] Move GLFW keys to logical_key_data (a: text input, team, framework, cla: yes, waiting for tree to go green) 87098 [gen_keycodes] Remove nonexistent Web keys and improve their emulation (a: tests, a: text input, team, framework, cla: yes, waiting for tree to go green) 87152 [Keyboard] Accept empty events (a: text input, framework, cla: yes, waiting for tree to go green) 87171 Revert “Keyboard events (#83752)” (a: tests, a: text input, team, framework, f: material design, cla: yes, f: cupertino) 87174 Reland: Keyboard events (a: tests, a: text input, team, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-430
will affect goldens - 22 pull request(s) 76742 Add a bitmap operation property to transform widgets to enable/control bitmap transforms (team, framework, cla: yes, will affect goldens) 78744 Fix painting material toggle (#78733) (framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green, will affect goldens) 80129 Add BackdropFilter blend mode (framework, cla: yes, waiting for tree to go green, will affect goldens) 80173 Roll Engine from 398bede5b914 to 8863afff1650 (1 revision) (cla: yes, waiting for tree to go green, will affect goldens)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-431
81700 Roll Engine from 3e578c6e0d77 to 578449f10fde (23 revisions) (cla: yes, waiting for tree to go green, will affect goldens) 82712 [flutter_test/integration_test] added setSurfaceSize test coverage (a: tests, framework, cla: yes, will affect goldens, integration_test) 83379 Add ability to specify Image widget opacity as an animation (framework, cla: yes, waiting for tree to go green, will affect goldens) 84840 fix _owner nullability in routers.dart (framework, cla: yes, f: routes, will affect goldens, a: null-safety) 85736 Remove “unnecessary” imports. (waiting for customer response, tool, framework, f: material design, a: accessibility, cla: yes, waiting for tree to go green, will affect goldens)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-432
86000 [flutter_tools] revert change to SETLOCAL ENABLEDELAYEDEXPANSION (tool, cla: yes, will affect goldens) 86449 Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (a: tests, framework, cla: yes, will affect goldens) 86591 Close the exit port used by the compute isolate utility function (framework, cla: yes, waiting for tree to go green, will affect goldens) 86596 Roll Engine from 14a9e9a50e17 to 334fa806add1 (1 revision) (cla: yes, waiting for tree to go green, will affect goldens) 86690 Roll Engine from 9edde7423fba to f0325b6a3d6d (3 revisions) (cla: yes, waiting for tree to go green, will affect goldens)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-433
86725 Roll Engine from f0325b6a3d6d to 19f853d5a733 (14 revisions) (cla: yes, waiting for tree to go green, will affect goldens) 86734 Fix an exception being thrown when focus groups are empty. (framework, cla: yes, will affect goldens) 86739 Reland: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (a: tests, framework, cla: yes, will affect goldens) 86791 Avoid passive clipboard read on Android (framework, f: material design, cla: yes, waiting for tree to go green, will affect goldens) 86877 Remove default expectation for UserTag (framework, cla: yes, waiting for tree to go green, will affect goldens)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-434
86912 Reland 2: Make LiveTestWidgetsFlutterBinding work with setSurfaceSize and live tests (a: tests, framework, cla: yes, waiting for tree to go green, will affect goldens) 87281 Deprecate ThemeData.fixTextFieldOutlineLabel (framework, f: material design, cla: yes, will affect goldens) 87546 Updated skipped tests for painting directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test) f: scrolling - 22 pull request(s) 75497 Added axisOrientation property to Scrollbar (framework, f: material design, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-435
76145 Add support for pointer scrolling to trigger floats & snaps (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse) 81278 Assert for valid ScrollController in Scrollbar gestures (framework, f: scrolling, cla: yes, f: cupertino, a: quality, waiting for tree to go green, a: error message) 82293 Better hover handling for Scrollbar (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop, a: annoyance, a: mouse) 82687 Update the scrollbar (severe: new feature, framework, f: scrolling, cla: yes, platform-web, waiting for tree to go green, a: desktop)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-436
82764 Fix scrollbar drag gestures for reversed scrollables (framework, f: scrolling, cla: yes, f: cupertino, a: quality, waiting for tree to go green) 83828 Fix widgets with built-in scrollbars (framework, f: scrolling, cla: yes, waiting for tree to go green) 83863 Ensure the Autocomplete options scroll as needed. (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop) 84393 ReorderableListView should treat fuchsia as a mobile platform. (framework, f: material design, a: fidelity, f: scrolling, cla: yes, a: quality) 84570 Fix scrollbar error message and test (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: error message)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-437
84807 Fix an animation issue when dragging the first item of a reversed list onto the starting position. (framework, a: animation, f: material design, f: scrolling, cla: yes, a: quality) 84809 Make scrollbar assertions less aggressive (a: tests, team, framework, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, a: error message, tech-debt) 84812 Disable auto scrollbars on desktop for legacy flutter gallery (a: tests, team, framework, team: gallery, f: scrolling, cla: yes, waiting for tree to go green, integration_test, tech-debt) 84828 Fixed an issue with overflow exceptions with nested lists inside a reorderable list item. (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-438
84988 Adds mainAxisMargin property to RawScrollbar (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green) 85152 DismissDirection.none will not prevent scrolling (framework, f: scrolling, cla: yes, a: quality, waiting for tree to go green) 85221 [new feature]introduce ScrollMetricsNotification (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green) 85338 Expose minThumbLength, crossAxisMargin, and minOverscrollLength on RawScrollbar (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green) 85499 Re-land”[new feature]introduce ScrollMetricsNotification” (severe: new feature, framework, f: scrolling, cla: yes, customer: crowd, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-439
87143 Fix leading overscroll for RenderShrinkWrappingViewport (framework, a: fidelity, f: scrolling, cla: yes, a: quality, customer: crowd, waiting for tree to go green) 87421 update ScrollMetricsNotification (framework, f: scrolling, cla: yes, f: cupertino, waiting for tree to go green) 87647 Changed Scrollbar to StatelessWidget (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green) documentation - 21 pull request(s) 78173 Improved AssetImage Docs (framework, cla: yes, d: api docs, waiting for tree to go green, documentation) 78284 Add CupertinoScrollbar api docs (framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-440
81012 Fix “LUCI console” link (team, cla: yes, waiting for tree to go green, documentation) 81706 Integrate MaterialBanner with the ScaffoldMessenger API (severe: new feature, framework, a: animation, f: material design, a: fidelity, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 81884 Gesture recognizer cleanup (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation) 81932 Add some examples of widgets that support visual density (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-441
82843 refactor: Add MaterialStateMixin (severe: new feature, framework, f: material design, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 82885 Re-apply “Gesture recognizer cleanup” (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation) 83428 add AnimatedScale and AnimatedRotation widgets (severe: new feature, framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation) 83661 Remove unused SingleTickerProviderStateMixin from AnimatedSize example (framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-442
84182 Add RotatedBox Widget of the Week video to documentation (framework, cla: yes, d: api docs, waiting for tree to go green, documentation) 84365 Fix wrong reference in deprecated (a: tests, framework, cla: yes, waiting for tree to go green, documentation) 84494 Fix grammatical error in services.dart (framework, cla: yes, d: api docs, waiting for tree to go green, documentation) 84615 Remove unnecessary reference to iOS configuration in README (platform-ios, cla: yes, waiting for tree to go green, documentation, integration_test) 84809 Make scrollbar assertions less aggressive (a: tests, team, framework, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, a: error message, tech-debt)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-443
84847 Fix documentation of equality functions. (framework, cla: yes, d: api docs, documentation) 85024 [docs] Add TileMode.decal images (framework, cla: yes, d: api docs, a: quality, waiting for tree to go green, documentation) 85138 Docs improvements for minLines/maxLines (a: text input, framework, cla: yes, d: api docs, documentation) 85148 Update GestureDetector docs to use DartPad sample (framework, cla: yes, d: api docs, d: examples, f: gestures, documentation) 85484 Eliminate some regressions introduced by the new lookup code (a: tests, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: api docs, waiting for tree to go green, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-444
87561 [DOCS]Update some Focus docs (framework, cla: yes, d: api docs, waiting for tree to go green, documentation) d: api docs - 18 pull request(s) 78173 Improved AssetImage Docs (framework, cla: yes, d: api docs, waiting for tree to go green, documentation) 78284 Add CupertinoScrollbar api docs (framework, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation) 81706 Integrate MaterialBanner with the ScaffoldMessenger API (severe: new feature, framework, a: animation, f: material design, a: fidelity, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-445
81884 Gesture recognizer cleanup (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation) 81932 Add some examples of widgets that support visual density (framework, f: material design, cla: yes, d: api docs, waiting for tree to go green, documentation) 82843 refactor: Add MaterialStateMixin (severe: new feature, framework, f: material design, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 82885 Re-apply “Gesture recognizer cleanup” (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation) 83428 add AnimatedScale and AnimatedRotation widgets (severe: new feature, framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-446
83661 Remove unused SingleTickerProviderStateMixin from AnimatedSize example (framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation) 84182 Add RotatedBox Widget of the Week video to documentation (framework, cla: yes, d: api docs, waiting for tree to go green, documentation) 84494 Fix grammatical error in services.dart (framework, cla: yes, d: api docs, waiting for tree to go green, documentation) 84809 Make scrollbar assertions less aggressive (a: tests, team, framework, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, a: error message, tech-debt) 84847 Fix documentation of equality functions. (framework, cla: yes, d: api docs, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-447
85024 [docs] Add TileMode.decal images (framework, cla: yes, d: api docs, a: quality, waiting for tree to go green, documentation) 85138 Docs improvements for minLines/maxLines (a: text input, framework, cla: yes, d: api docs, documentation) 85148 Update GestureDetector docs to use DartPad sample (framework, cla: yes, d: api docs, d: examples, f: gestures, documentation) 85484 Eliminate some regressions introduced by the new lookup code (a: tests, framework, f: material design, a: accessibility, cla: yes, f: cupertino, d: api docs, waiting for tree to go green, documentation) 87561 [DOCS]Update some Focus docs (framework, cla: yes, d: api docs, waiting for tree to go green, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-448
a: internationalization - 15 pull request(s) 80541 l10n updates (f: material design, a: internationalization, cla: yes, f: cupertino, waiting for tree to go green) 80901 fix unsorted directives (a: tests, tool, framework, f: material design, a: internationalization, cla: yes, f: cupertino, waiting for tree to go green) 81425 [flutter_releases] Flutter Beta 2.2.0-10.2.pre Framework Cherrypicks (engine, f: material design, a: internationalization, cla: yes) 81898 Expose basicLocaleListResolution in widget library (framework, a: internationalization, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-449
81927 [flutter_releases] Flutter Beta 2.2.0-10.3.pre Framework Cherrypicks (team, tool, framework, engine, f: material design, a: internationalization, cla: yes) 82581 [flutter_releases] Flutter Framework Engine roll (team, tool, framework, engine, f: material design, a: internationalization, cla: yes) 83407 enable lint prefer_interpolation_to_compose_strings (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, d: examples, waiting for tree to go green) 83744 Fixed large amount of spelling errors (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, d: examples, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-450
83826 l10n updates for June beta (framework, f: material design, a: internationalization, cla: yes, f: cupertino) 83903 Remove stripping scriptCodes for localization. (f: material design, a: internationalization, cla: yes, waiting for tree to go green) 84256 alignment of doc comments and annotations (a: tests, team, tool, framework, a: internationalization, cla: yes, f: cupertino, waiting for tree to go green) 84476 Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, d: examples)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-451
84478 Turn on avoid_dynamic_calls lint in packages/flutter tests, make appropriate changes. (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, d: examples, waiting for tree to go green) 84732 [gen_l10n] Make app localizations lookup a public method (tool, a: internationalization, cla: yes, waiting for tree to go green) 85783 code formatting (a: tests, team, tool, framework, f: material design, a: accessibility, a: internationalization, cla: yes, f: cupertino, waiting for tree to go green) severe: new feature - 14 pull request(s) 81295 Override MediaQuery for WidgetsApp (severe: new feature, framework, f: material design, cla: yes, a: quality, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-452
81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout) 81706 Integrate MaterialBanner with the ScaffoldMessenger API (severe: new feature, framework, a: animation, f: material design, a: fidelity, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 81858 Deprecate GestureDetector.kind in favor of new supportedDevices (severe: new feature, framework, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-453
82687 Update the scrollbar (severe: new feature, framework, f: scrolling, cla: yes, platform-web, waiting for tree to go green, a: desktop) 82843 refactor: Add MaterialStateMixin (severe: new feature, framework, f: material design, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 83082 Add SerialTapGestureRecognizer (severe: new feature, framework, cla: yes, f: gestures) 83428 add AnimatedScale and AnimatedRotation widgets (severe: new feature, framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation) 84308 Added rethrowError to FutureBuilder (severe: new feature, framework, cla: yes, waiting for tree to go green, a: error message)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-454
84434 Add TooltipTriggerMode and provideTriggerFeedback to allow users to c… (severe: new feature, framework, f: material design, cla: yes, f: gestures, waiting for tree to go green) 84988 Adds mainAxisMargin property to RawScrollbar (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green) 85221 [new feature]introduce ScrollMetricsNotification (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green) 85338 Expose minThumbLength, crossAxisMargin, and minOverscrollLength on RawScrollbar (severe: new feature, framework, f: scrolling, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-455
85499 Re-land”[new feature]introduce ScrollMetricsNotification” (severe: new feature, framework, f: scrolling, cla: yes, customer: crowd, waiting for tree to go green) t: xcode - 13 pull request(s) 80904 Only run xcodebuild -showBuildSettings once (platform-ios, tool, cla: yes, t: xcode) 81342 Remove Finder extended attributes before code signing iOS frameworks (platform-ios, tool, cla: yes, t: xcode) 81435 Remove extended attributes from entire Flutter project (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode) 82476 Tool exit on xcodebuild -list when Xcode project is corrupted (tool, cla: yes, waiting for tree to go green, t: xcode)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-456
82576 Remove symroot from generated iOS Xcode build settings (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode) 83315 rsync instead of delete and copy Flutter.xcframework for add to app (team, platform-ios, tool, cla: yes, a: existing-apps, waiting for tree to go green, t: xcode) 84372 Fix assemble iOS codesign flag to support –no-sound-null-safety (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, a: null-safety) 84729 Use -miphonesimulator-version-min when building App.framework for simulator (tool, cla: yes, t: xcode)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-457
85174 Migrate iOS app deployment target from 8.0 to 9.0 (team, platform-ios, tool, cla: yes, d: examples, waiting for tree to go green, t: xcode) 86840 Increase Flutter framework minimum iOS version to 9.0 (team, platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode) 86905 Respect plugin excluded iOS architectures (team, tool, cla: yes, waiting for tree to go green, t: xcode, platform-target-arm) 87244 Exclude arm64 from iOS app archs if unsupported by plugins (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, platform-host-arm)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-458
87362 Exclude arm64 from iOS app archs if unsupported by plugins on x64 Macs (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, platform-host-arm) f: gestures - 8 pull request(s) 81858 Deprecate GestureDetector.kind in favor of new supportedDevices (severe: new feature, framework, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse) 81884 Gesture recognizer cleanup (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation) 82885 Re-apply “Gesture recognizer cleanup” (framework, cla: yes, d: api docs, a: quality, f: gestures, documentation)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-459
83082 Add SerialTapGestureRecognizer (severe: new feature, framework, cla: yes, f: gestures) 84257 fix a PlatformView gesture bug (e: device-specific, framework, cla: yes, f: gestures, waiting for tree to go green) 84434 Add TooltipTriggerMode and provideTriggerFeedback to allow users to c… (severe: new feature, framework, f: material design, cla: yes, f: gestures, waiting for tree to go green) 85009 Add delta param to scaleupdate so it matches dragupdate (framework, cla: yes, a: quality, f: gestures, waiting for tree to go green) 85148 Update GestureDetector docs to use DartPad sample (framework, cla: yes, d: api docs, d: examples, f: gestures, documentation) skip-test - 8 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-460
skip-test - 8 pull request(s) 87063 Updated the skipped tests for animation (framework, cla: yes, tech-debt, skip-test) 87147 Update the skipped test for dev. (team, a: accessibility, cla: yes, tech-debt, skip-test) 87289 Updated the skipped tests for cupertino package. (team, framework, cla: yes, f: cupertino, tech-debt, skip-test) 87293 Updated skipped tests for foundation directory. (team, framework, cla: yes, waiting for tree to go green, tech-debt, skip-test) 87328 Updated skipped tests for material directory. (team, framework, f: material design, cla: yes, tech-debt, skip-test)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-461
87515 Revert “Added ‘exclude’ parameter to ‘testWidgets()’.” (a: tests, team, framework, cla: yes, waiting for tree to go green, tech-debt, skip-test) 87538 Updated the skipped tests for cupertino package. (reland) (team, framework, cla: yes, f: cupertino, waiting for tree to go green, tech-debt, skip-test) 87546 Updated skipped tests for painting directory. (team, framework, cla: yes, will affect goldens, tech-debt, skip-test) a: desktop - 8 pull request(s) 76145 Add support for pointer scrolling to trigger floats & snaps (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-462
79989 Remove flutterNext (tool, cla: yes, platform-web, waiting for tree to go green, a: desktop) 81858 Deprecate GestureDetector.kind in favor of new supportedDevices (severe: new feature, framework, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse) 82293 Better hover handling for Scrollbar (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop, a: annoyance, a: mouse) 82671 TextField terminal the enter and space raw key events by default (a: text input, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green, a: desktop)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-463
82687 Update the scrollbar (severe: new feature, framework, f: scrolling, cla: yes, platform-web, waiting for tree to go green, a: desktop) 83863 Ensure the Autocomplete options scroll as needed. (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop) 85081 Select All via Shortcuts (a: text input, framework, cla: yes, a: desktop) platform-host-arm - 8 pull request(s) 80758 Launch Chrome natively on ARM macOS (tool, platform-mac, cla: yes, platform-host-arm) 85051 Check for either ios-x86_64-simulator or ios-arm64_x86_64-simulator in module test (team, platform-ios, cla: yes, platform-host-arm)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-464
85059 Support iOS arm64 simulator (team, platform-ios, tool, cla: yes, platform-host-arm) 85087 Avoid iOS app with extension checks that fail on M1 ARM Macs (team, platform-ios, tool, cla: yes, waiting for tree to go green, platform-host-arm) 85265 Check ios-arm64_x86_64-simulator directory when validating codesigning entitlement (team, platform-ios, tool, cla: yes, waiting for tree to go green, platform-host-arm) 85642 Support iOS arm64 simulator (team, platform-ios, tool, cla: yes, waiting for tree to go green, platform-host-arm) 87244 Exclude arm64 from iOS app archs if unsupported by plugins (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, platform-host-arm)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-465
87362 Exclude arm64 from iOS app archs if unsupported by plugins on x64 Macs (platform-ios, tool, cla: yes, waiting for tree to go green, t: xcode, platform-host-arm) team: infra - 7 pull request(s) 78761 removed CIRRUS_CHANGE_MESSAGE and CIRRUS_COMMIT_MESSAGE (team, cla: yes, team: infra) 80064 [devicelab] Refresh documentation (team, cla: yes, waiting for tree to go green, team: infra) 80172 Cache location of Java binary in devicelab tests (a: tests, team, cla: yes, waiting for tree to go green, team: infra)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-466
81792 Reduce potential collisions from Gold RNG (a: tests, team, framework, cla: yes, team: flakes, waiting for tree to go green, team: infra, team: presubmit flakes) 86329 Bump addressable from 2.7.0 to 2.8.0 in /dev/ci/mac (team, cla: yes, waiting for tree to go green, team: infra) 86393 Always write devicelab test results to a file if the resultsPath option is present (team, cla: yes, waiting for tree to go green, team: infra) 87525 Bump cocoapods from 1.10.1 to 1.10.2 in /dev/ci/mac (team, cla: yes, waiting for tree to go green, team: infra) integration_test - 7 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-467
integration_test - 7 pull request(s) 82712 [flutter_test/integration_test] added setSurfaceSize test coverage (a: tests, framework, cla: yes, will affect goldens, integration_test) 84595 Fix iOS native integration_tests example project (platform-ios, cla: yes, waiting for tree to go green, integration_test) 84596 Set up iOS native integration_tests in ui example project (team, platform-ios, cla: yes, waiting for tree to go green, integration_test) 84602 Fix integration_test podspecs warnings (team, platform-ios, cla: yes, waiting for tree to go green, integration_test) 84615 Remove unnecessary reference to iOS configuration in README (platform-ios, cla: yes, waiting for tree to go green, documentation, integration_test)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-468
84812 Disable auto scrollbars on desktop for legacy flutter gallery (a: tests, team, framework, team: gallery, f: scrolling, cla: yes, waiting for tree to go green, integration_test, tech-debt) 84890 Set up iOS native integration_tests in ui example project (team, platform-ios, cla: yes, integration_test) a: animation - 6 pull request(s) 81706 Integrate MaterialBanner with the ScaffoldMessenger API (severe: new feature, framework, a: animation, f: material design, a: fidelity, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 82765 Do not crash if table children are replaced before they are layed out (severe: crash, framework, a: animation, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-469
83428 add AnimatedScale and AnimatedRotation widgets (severe: new feature, framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation) 83661 Remove unused SingleTickerProviderStateMixin from AnimatedSize example (framework, a: animation, cla: yes, d: api docs, d: examples, waiting for tree to go green, documentation) 84807 Fix an animation issue when dragging the first item of a reversed list onto the starting position. (framework, a: animation, f: material design, f: scrolling, cla: yes, a: quality) 87533 Fix Cuptertino dialog test to check correct fade transition (a: tests, team, framework, a: animation, cla: yes, f: cupertino, waiting for tree to go green, tech-debt) a: fidelity - 6 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-470
a: fidelity - 6 pull request(s) 76145 Add support for pointer scrolling to trigger floats & snaps (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse) 78744 Fix painting material toggle (#78733) (framework, f: material design, a: fidelity, cla: yes, waiting for tree to go green, will affect goldens) 81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-471
81706 Integrate MaterialBanner with the ScaffoldMessenger API (severe: new feature, framework, a: animation, f: material design, a: fidelity, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 84393 ReorderableListView should treat fuchsia as a mobile platform. (framework, f: material design, a: fidelity, f: scrolling, cla: yes, a: quality) 87143 Fix leading overscroll for RenderShrinkWrappingViewport (framework, a: fidelity, f: scrolling, cla: yes, a: quality, customer: crowd, waiting for tree to go green) platform-mac - 6 pull request(s) 80475 Find Android Studio installations with Spotlight query on macOS (tool, platform-mac, cla: yes, t: flutter doctor, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-472
80477 Find VS Code installations with Spotlight query on macOS (tool, platform-mac, cla: yes, t: flutter doctor, waiting for tree to go green) 80479 Find Intellij installations with Spotlight query on macOS (tool, platform-mac, cla: yes, t: flutter doctor, waiting for tree to go green) 80758 Launch Chrome natively on ARM macOS (tool, platform-mac, cla: yes, platform-host-arm) 82048 Prevent macOS individual pod framework signing (tool, platform-mac, cla: yes, waiting for tree to go green) 84411 Add Designed for iPad attach destination for ARM macOS (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, platform-target-arm) platform-web - 5 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-473
platform-web - 5 pull request(s) 76145 Add support for pointer scrolling to trigger floats & snaps (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse) 79989 Remove flutterNext (tool, cla: yes, platform-web, waiting for tree to go green, a: desktop) 82687 Update the scrollbar (severe: new feature, framework, f: scrolling, cla: yes, platform-web, waiting for tree to go green, a: desktop) 83509 Router replaces browser history entry if state changes (framework, cla: yes, f: routes, platform-web, waiting for tree to go green) 85637 [web] Remove the part directive from the web key map template (team, cla: yes, platform-web, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-474
a: error message - 5 pull request(s) 81278 Assert for valid ScrollController in Scrollbar gestures (framework, f: scrolling, cla: yes, f: cupertino, a: quality, waiting for tree to go green, a: error message) 84308 Added rethrowError to FutureBuilder (severe: new feature, framework, cla: yes, waiting for tree to go green, a: error message) 84570 Fix scrollbar error message and test (framework, f: material design, f: scrolling, cla: yes, waiting for tree to go green, a: error message) 84809 Make scrollbar assertions less aggressive (a: tests, team, framework, f: scrolling, cla: yes, f: cupertino, d: api docs, d: examples, waiting for tree to go green, documentation, a: error message, tech-debt)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-475
85150 Fix SnackBar assertions when configured with theme (severe: crash, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message) severe: API break - 4 pull request(s) 80756 Migrate LogicalKeySet to SingleActivator (a: tests, a: text input, team, framework, f: material design, severe: API break, cla: yes, f: cupertino) 83923 Remove deprecated hasFloatingPlaceholder (team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt) 83924 Remove TextTheme deprecations (team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-476
83926 Remove deprecated typography constructor (team, framework, f: material design, severe: API break, cla: yes, waiting for tree to go green, tech-debt) platform-android - 4 pull request(s) 81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout) 85145 Do not list Android or iOS devices when feature disabled (platform-android, platform-ios, tool, cla: yes, waiting for tree to go green) 86911 Remove AndroidX compatibility workarounds (team, platform-android, tool, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-477
87002 Add enableIMEPersonalizedLearning flag to TextField and TextFormField (platform-android, framework, f: material design, cla: yes, f: cupertino, waiting for tree to go green) t: flutter doctor - 4 pull request(s) 80475 Find Android Studio installations with Spotlight query on macOS (tool, platform-mac, cla: yes, t: flutter doctor, waiting for tree to go green) 80477 Find VS Code installations with Spotlight query on macOS (tool, platform-mac, cla: yes, t: flutter doctor, waiting for tree to go green) 80479 Find Intellij installations with Spotlight query on macOS (tool, platform-mac, cla: yes, t: flutter doctor, waiting for tree to go green) 87232 Show Android SDK path in doctor on partial installation (tool, cla: yes, t: flutter doctor, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-478
a: typography - 3 pull request(s) 78927 Add TextOverflow into TextStyle (framework, f: material design, cla: yes, a: typography, waiting for tree to go green) 83537 Support WidgetSpan in RenderEditable (a: text input, framework, f: material design, cla: yes, a: typography, waiting for tree to go green) 84887 Substitute a replacement character for invalid UTF-16 text in a TextSpan (framework, cla: yes, a: typography, waiting for tree to go green) a: platform-views - 3 pull request(s) 84055 Allow Flutter focus to interop with Android view hierarchies (a: text input, framework, cla: yes, a: platform-views, f: focus) 84095 Add onPlatformViewCreated to HtmlElementView (framework, cla: yes, a: platform-views)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-479
85648 Create flag to enable/disable FlutterView render surface conversion (framework, cla: yes, a: platform-views, waiting for tree to go green) severe: crash - 3 pull request(s) 78032 Added null check before NavigationRail.onDestinationSelected is called (severe: crash, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: null-safety) 82765 Do not crash if table children are replaced before they are layed out (severe: crash, framework, a: animation, cla: yes, waiting for tree to go green) 85150 Fix SnackBar assertions when configured with theme (severe: crash, framework, f: material design, cla: yes, a: quality, waiting for tree to go green, a: error message) customer: crowd - 3 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-480
customer: crowd - 3 pull request(s) 81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout) 85499 Re-land”[new feature]introduce ScrollMetricsNotification” (severe: new feature, framework, f: scrolling, cla: yes, customer: crowd, waiting for tree to go green) 87143 Fix leading overscroll for RenderShrinkWrappingViewport (framework, a: fidelity, f: scrolling, cla: yes, a: quality, customer: crowd, waiting for tree to go green) a: mouse - 3 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-481
a: mouse - 3 pull request(s) 76145 Add support for pointer scrolling to trigger floats & snaps (framework, a: fidelity, f: scrolling, cla: yes, a: quality, platform-web, waiting for tree to go green, a: desktop, a: mouse) 81858 Deprecate GestureDetector.kind in favor of new supportedDevices (severe: new feature, framework, cla: yes, f: gestures, waiting for tree to go green, a: desktop, a: mouse) 82293 Better hover handling for Scrollbar (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop, a: annoyance, a: mouse) platform-windows - 2 pull request(s) 82659 [tool] Improve Windows install process (tool, cla: yes, platform-windows, e: uwp)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-482
82668 [tool] Prefer installing multi-arch Win32 binaries (tool, cla: yes, platform-windows) f: routes - 2 pull request(s) 83509 Router replaces browser history entry if state changes (framework, cla: yes, f: routes, platform-web, waiting for tree to go green) 84840 fix _owner nullability in routers.dart (framework, cla: yes, f: routes, will affect goldens, a: null-safety) f: focus - 2 pull request(s) 84055 Allow Flutter focus to interop with Android view hierarchies (a: text input, framework, cla: yes, a: platform-views, f: focus) 85562 [Focus] defer autofocus resolution to _applyFocusChange (framework, cla: yes, waiting for tree to go green, f: focus)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-483
severe: regression - 2 pull request(s) 83014 fix a DropdownButtonFormField label display issue (severe: regression, framework, f: material design, cla: yes, a: quality, waiting for tree to go green) 84828 Fixed an issue with overflow exceptions with nested lists inside a reorderable list item. (severe: regression, framework, f: scrolling, cla: yes, waiting for tree to go green) e: device-specific - 2 pull request(s) 81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout) 84257 fix a PlatformView gesture bug (e: device-specific, framework, cla: yes, f: gestures, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-484
a: existing-apps - 2 pull request(s) 81009 Allow ios_add2app to be launched without tests (a: tests, team, cla: yes, a: existing-apps) 83315 rsync instead of delete and copy Flutter.xcframework for add to app (team, platform-ios, tool, cla: yes, a: existing-apps, waiting for tree to go green, t: xcode) platform-target-arm - 2 pull request(s) 84411 Add Designed for iPad attach destination for ARM macOS (platform-ios, tool, platform-mac, cla: yes, waiting for tree to go green, platform-target-arm) 86905 Respect plugin excluded iOS architectures (team, tool, cla: yes, waiting for tree to go green, t: xcode, platform-target-arm) platform-fuchsia - 1 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-485
platform-fuchsia - 1 pull request(s) 85586 [cleanup] Remove run_fuchsia_tests.sh. (platform-fuchsia, cla: yes) e: uwp - 1 pull request(s) 82659 [tool] Improve Windows install process (tool, cla: yes, platform-windows, e: uwp) dependency: dart - 1 pull request(s) 85364 Update stack_trace.dart (team, dependency: dart, cla: yes, waiting for tree to go green) t: flutter driver - 1 pull request(s) 81565 Link to correct extended integration test driver file in integration_test README (a: tests, framework, cla: yes, t: flutter driver, waiting for tree to go green) t: hot reload - 1 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-486
t: hot reload - 1 pull request(s) 84363 [flutter] unify reassemble and fast reassemble (framework, t: hot reload, cla: yes, waiting for tree to go green) cp: 2.2 - 1 pull request(s) 78649 Treat some exceptions as unhandled when a debugger is attached (tool, framework, cla: yes, waiting for tree to go green, cp: 2.2) cla: no - 1 pull request(s) 81022 fix resampling leads to Hard to tap (framework, cla: no) team: gallery - 1 pull request(s) 84812 Disable auto scrollbars on desktop for legacy flutter gallery (a: tests, team, framework, team: gallery, f: scrolling, cla: yes, waiting for tree to go green, integration_test, tech-debt)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-487
a: state restoration - 1 pull request(s) 78835 [State Restoration] Restorable FormField and TextFormField (framework, f: material design, cla: yes, a: state restoration) team: presubmit flakes - 1 pull request(s) 81792 Reduce potential collisions from Gold RNG (a: tests, team, framework, cla: yes, team: flakes, waiting for tree to go green, team: infra, team: presubmit flakes) a: layout - 1 pull request(s) 81303 [Framework] Support for Android Fullscreen Modes (severe: new feature, e: device-specific, platform-android, framework, engine, f: material design, a: fidelity, cla: yes, a: quality, customer: crowd, waiting for tree to go green, a: layout) waiting for customer response - 1 pull request(s)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-488
waiting for customer response - 1 pull request(s) 85736 Remove “unnecessary” imports. (waiting for customer response, tool, framework, f: material design, a: accessibility, cla: yes, waiting for tree to go green, will affect goldens) a: annoyance - 1 pull request(s) 82293 Better hover handling for Scrollbar (framework, f: material design, f: scrolling, cla: yes, a: quality, waiting for tree to go green, a: desktop, a: annoyance, a: mouse) Merged PRs by labels for flutter/engine cla: yes - 1729 pull request(s) 19631 Fix behavior of BackdropFilter on a transparent background (cla: yes) 20535 fuchsia: Delete unused compilation_trace code (cla: yes, waiting for tree to go green, platform-fuchsia)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-489
23467 Hardware Keyboard: Linux (GTK) (affects: text input, cla: yes, platform-macos, platform-linux, platform-windows, embedder) 25070 [iOS] Fixes crash of TextInputView when Flutter deallocated (platform-ios, waiting for customer response, cla: yes, waiting for tree to go green) 25290 [fuchsia] create component context in main (cla: yes, platform-fuchsia) 25307 TaskSources register tasks with MessageLoopTaskQueues dispatcher (cla: yes, embedder) 25343 fuchsia: Handle multiple views in platformViews path (cla: yes, platform-fuchsia) 25373 Add API to the engine to support attributed text (platform-ios, platform-android, cla: yes, waiting for tree to go green, platform-web)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-490
25381 fuchsia: Reliably pass View insets (cla: yes, platform-fuchsia) 25385 [fuchsia] Use scenic allocator service (cla: yes, platform-fuchsia) 25389 [iOS] Fixes context memory leaks when using Metal (platform-ios, cla: yes, waiting for tree to go green) 25395 Deduplicate plugin registration logic and make error logs visible - take 2 (platform-android, cla: yes, waiting for tree to go green) 25412 Windows: Add support for engine switches for WinUWP target (cla: yes, waiting for tree to go green, platform-windows) 25446 [iOS] Make FlutterEngine new method available (platform-ios, cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-491
25453 Add automatic onBackPressed behavior to FlutterFragment (platform-android, cla: yes) 25465 Forward a11y methods from FlutterSwitchSemanticsObject (platform-ios, cla: yes, waiting for tree to go green) 25474 Roll Fuchsia Linux SDK from 0Db2pEb0U… to R3xv3K9Hz… (cla: yes, waiting for tree to go green) 25476 Roll Fuchsia Mac SDK from a9NOB6sdo… to eV1E54W8a… (cla: yes, waiting for tree to go green) 25477 Windows: Only terminate display for last instance (cla: yes, waiting for tree to go green, platform-windows)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-492
25479 Roll Dart SDK from 3f36938a7cff to 1fd6151bb137 (2 revisions) (cla: yes, waiting for tree to go green) 25480 Add Dart SPIR-V transpiler (cla: yes, waiting for tree to go green) 25486 Use ‘For example’ in place of ‘e.g.’ (cla: yes) 25487 Roll Skia from 5c6258287461 to b5344509a270 (9 revisions) (cla: yes, waiting for tree to go green) 25488 Roll Skia from b5344509a270 to b99622c05aa0 (2 revisions) (cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-493
25489 Roll Dart SDK from 1fd6151bb137 to 23cdf0997052 (2 revisions) (cla: yes, waiting for tree to go green) 25490 Roll Fuchsia Mac SDK from eV1E54W8a… to TSNvj5bMY… (cla: yes, waiting for tree to go green) 25491 Roll Fuchsia Linux SDK from R3xv3K9Hz… to 9ujC5zDr6… (cla: yes, waiting for tree to go green) 25493 Roll Skia from b99622c05aa0 to 3295ea8d703c (1 revision) (cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-494
25494 Roll Skia from 3295ea8d703c to 27d827820c0a (4 revisions) (cla: yes, waiting for tree to go green) 25495 [fuchsia] stop using SmoothPointerDataDispatcher (cla: yes, platform-fuchsia) 25496 Reland Dart plugin registrant (cla: yes, waiting for tree to go green) 25497 Fix bug when build_fuchsia_artifacts.py is called without –targets. (cla: yes, waiting for tree to go green, platform-fuchsia) 25498 Add Windows UWP CI builders (cla: yes) 25499 Roll Dart SDK from 23cdf0997052 to f79253a6b189 (2 revisions) (cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-495
25501 Roll Skia from 27d827820c0a to 022636b15aff (6 revisions) (cla: yes, waiting for tree to go green) 25504 Roll Fuchsia Linux SDK from 9ujC5zDr6… to -EQHGXqib… (cla: yes, waiting for tree to go green) 25506 Made sure not to delete handles of dart objects if the isolate has been deleted (cla: yes) 25507 Roll Skia from 022636b15aff to 79aaa9b6c1c5 (5 revisions) (cla: yes, waiting for tree to go green) 25508 Roll Fuchsia Mac SDK from TSNvj5bMY… to qkWDPuWbY… (cla: yes, waiting for tree to go green)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html
33045ed3e637-496
25509 Roll Skia from 79aaa9b6c1c5 to 148f04d50e98 (1 revision) (cla: yes, waiting for tree to go green) 25510 [libTxt] resolve null leading distribution in dart:ui. (cla: yes, waiting for tree to go green, platform-web) 25511 Roll Dart SDK from f79253a6b189 to 7379283a735f (1 revision) (cla: yes, waiting for tree to go green) 25512 Roll Skia from 148f04d50e98 to a12796b42c0e (13 revisions) (cla: yes, waiting for tree to go green) 25513 [web] Use greatest span font size on the parent paragraph (cla: yes, platform-web)
https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.5.0/index.html