3.13.0-0.1.pre
版本发布时间: 2023-07-13 02:58:22
flutter/flutter最新发布版本:3.19.0-0.1.pre(2024-01-12 02:31:57)
Flutter 3.13 beta
The release of the Flutter 3.13 beta contains the changes noted below.
To try out the newest beta run:
flutter channel beta
flutter upgrade
Flutter
Framework
- Migration guide for moving from BottomNavigationBar to NavigationBar by @leighajarett in https://github.com/flutter/flutter/pull/128263
- Use a
show
over ahide
fortest_api
exports by @natebosch in https://github.com/flutter/flutter/pull/128298 - Use Material3 in the 2D viewport tests by @HansMuller in https://github.com/flutter/flutter/pull/128155
- Clean-up viewId casts in flutter_test by @goderbauer in https://github.com/flutter/flutter/pull/128256
- Adding example for migrating to navigation drawer by @leighajarett in https://github.com/flutter/flutter/pull/128295
- Fix
Null check operator used on a null value
on TextField with contextMenuBuilder by @fzyzcjy in https://github.com/flutter/flutter/pull/128114 - Remove
textScaleFactor
dependent logic fromAppBar
by @LongCatIsLooong in https://github.com/flutter/flutter/pull/128112 - handleSelectWord in MultiSelectableSelectionContainerDelegate should handle rects inside of rects by @Renzo-Olivares in https://github.com/flutter/flutter/pull/127478
- Remove more rounding hacks from TextPainter by @LongCatIsLooong in https://github.com/flutter/flutter/pull/127826
- Update Draggable YouTube video link by @khanhnwin in https://github.com/flutter/flutter/pull/128078
- Show error message in release mode when box is not laid out without losing performance by @fzyzcjy in https://github.com/flutter/flutter/pull/126302
- Add viewId to PointerEvents by @goderbauer in https://github.com/flutter/flutter/pull/128287
- Make inspector weakly referencing the inspected objects. by @polina-c in https://github.com/flutter/flutter/pull/128095
- Refactor tests by @goderbauer in https://github.com/flutter/flutter/pull/128371
- Super tiny fix of dead link by @fzyzcjy in https://github.com/flutter/flutter/pull/128160
- Addressed Ambiguity in transform.scale constructor docs by @99spark in https://github.com/flutter/flutter/pull/128182
- Do not try to load main/default asset image if only higher-res variants exist by @andrewkolos in https://github.com/flutter/flutter/pull/128143
- Update menu API docs to help developers migrate to m3 by @leighajarett in https://github.com/flutter/flutter/pull/128351
- Revert "Make inspector weakly referencing the inspected objects." by @eyebrowsoffire in https://github.com/flutter/flutter/pull/128436
- Super tiny MediaQuery doc update by @fzyzcjy in https://github.com/flutter/flutter/pull/127904
- Roll engine, patch expression evaluation by @aam in https://github.com/flutter/flutter/pull/128255
- Fix typos 'wether' -> 'whether' by @bleroux in https://github.com/flutter/flutter/pull/128392
- Redo make inspector weakly referencing the inspected objects. by @polina-c in https://github.com/flutter/flutter/pull/128471
- Fix PointerEventConverter doc by @goderbauer in https://github.com/flutter/flutter/pull/128452
- Move RenderObjectElement.updateChildren to Element by @goderbauer in https://github.com/flutter/flutter/pull/128458
- [floating_cursor_selection]add more comments on the tricky part by @hellohuanlin in https://github.com/flutter/flutter/pull/127227
- Disable blinking cursor when
EditableText.showCursor
is false by @LongCatIsLooong in https://github.com/flutter/flutter/pull/127562 - Update flutter to dartdoc 6.3.0 and hide Icons implementation from doc pages by @jcollins-g in https://github.com/flutter/flutter/pull/128442
- Update
chip.dart
to use set ofMaterialState
by @TahaTesser in https://github.com/flutter/flutter/pull/128507 - Fix navigation rail with long labels misplaced highlights by @bleroux in https://github.com/flutter/flutter/pull/128324
- Navigator.pop before PopupMenuItem onTap call by @mhbdev in https://github.com/flutter/flutter/pull/127446
- Reland "Migrate benchmarks to package:web" by @eyebrowsoffire in https://github.com/flutter/flutter/pull/128266
- Advise developers to use OverflowBar instead of ButtonBar by @leighajarett in https://github.com/flutter/flutter/pull/128437
- Sliver Main Axis Group by @thkim1011 in https://github.com/flutter/flutter/pull/126596
- Add
AppLifecycleListener
, with support for application exit handling by @gspencergoog in https://github.com/flutter/flutter/pull/123274 - Adding migration guide for Material 3 colors by @leighajarett in https://github.com/flutter/flutter/pull/128429
- Remove single view assumption from MouseTracker, and unify its hit testing code flow by @dkwingsmt in https://github.com/flutter/flutter/pull/127060
- Fix
showBottomSheet
doesn't remove scrim when draggable sheet is dismissed by @TahaTesser in https://github.com/flutter/flutter/pull/128455 - Replace
MaterialButton
from test classes by @TahaTesser in https://github.com/flutter/flutter/pull/128466 - Improve defaults generation with logging, stats, and token validation by @guidezpl in https://github.com/flutter/flutter/pull/128244
- Updated material button theme tests for Material3 by @HansMuller in https://github.com/flutter/flutter/pull/128543
- Paint SelectableFragments before text by @hangyujin in https://github.com/flutter/flutter/pull/128375
- ExpansionPanel isExpanded callback parameter (Ticket 74114) by @dleyba042 in https://github.com/flutter/flutter/pull/128082
- Add tooltips for
SegmentedButton
by @ZhulanovAA in https://github.com/flutter/flutter/pull/128501 - Revert "Update
chip.dart
to use set ofMaterialState
" by @HansMuller in https://github.com/flutter/flutter/pull/128607 - Clarifies semantics long press and semantics on tap documentation by @chunhtai in https://github.com/flutter/flutter/pull/128599
- Add Selected semantics to IconButton by @hangyujin in https://github.com/flutter/flutter/pull/128547
- rename generated asset manifest file back to
AssetManifest.bin
(fromAssetManifest.smcbin
) by @andrewkolos in https://github.com/flutter/flutter/pull/128529 - Remove unnecessary parentheses by @ZhulanovAA in https://github.com/flutter/flutter/pull/128620
- migrate
Tooltip
to useOverlayPortal
by @LongCatIsLooong in https://github.com/flutter/flutter/pull/127728 - Update
ListTile
text defaults to useColorScheme
by @TahaTesser in https://github.com/flutter/flutter/pull/128581 - Address leak tracker breaking changes. by @polina-c in https://github.com/flutter/flutter/pull/128623
- Fix RangeSlider notifies start and end twice when participates in gesture arena by @nt4f04uNd in https://github.com/flutter/flutter/pull/128674
- Update button tests for Material 3 by default by @HansMuller in https://github.com/flutter/flutter/pull/128628
- Fix paint offset in reverse for 2D by @Piinks in https://github.com/flutter/flutter/pull/128724
- Update misc tests for Material3 by @HansMuller in https://github.com/flutter/flutter/pull/128712
- Update tests in material library for Material 3 by default by @QuncCccccc in https://github.com/flutter/flutter/pull/128300
- Update rest of the unit tests in material library for Material 3 by @QuncCccccc in https://github.com/flutter/flutter/pull/128747
- Fix ensureVisible and default focus traversal for reversed scrollables by @Piinks in https://github.com/flutter/flutter/pull/128756
- Update unit tests in material library for Material 3 by @QuncCccccc in https://github.com/flutter/flutter/pull/128725
- Fix syntax error in docstring by @woprandi in https://github.com/flutter/flutter/pull/128692
- Inline AbstractNode into SemanticsNode and Layer by @goderbauer in https://github.com/flutter/flutter/pull/128467
- Fixed slider value indicator not disappearing after a bit on desktop platform when slider is clicked not dragged by @cruiser-baxter in https://github.com/flutter/flutter/pull/128137
- [web] Migrate framework away from dart:html and package:js by @mdebbar in https://github.com/flutter/flutter/pull/128580
- Respect allowlisted count of leaks. by @polina-c in https://github.com/flutter/flutter/pull/128823
- Remove temporary default case for PointerSignalKind by @LouiseHsu in https://github.com/flutter/flutter/pull/128900
- ContextAction.isEnabled needs a context by @Hixie in https://github.com/flutter/flutter/pull/127721
- Improve the error message for non-normalized constraints by @Hixie in https://github.com/flutter/flutter/pull/127906
- Update getChildrenSummaryTree to handle Diagnosticable as input. by @polina-c in https://github.com/flutter/flutter/pull/128833
- Update golden tests for material by @QuncCccccc in https://github.com/flutter/flutter/pull/128839
- [web] Pass creation params to the platform view factory by @mdebbar in https://github.com/flutter/flutter/pull/128146
- flutter update-packages --force-upgrade by @mdebbar in https://github.com/flutter/flutter/pull/128908
- Update golden tests by @QuncCccccc in https://github.com/flutter/flutter/pull/128914
- Set Semantics.button to true for date widget by @QuncCccccc in https://github.com/flutter/flutter/pull/128824
- Update getProperties to handle Diagnosticable as input. by @polina-c in https://github.com/flutter/flutter/pull/128897
- [web] Don't crash on
const HtmlElementView()
by @mdebbar in https://github.com/flutter/flutter/pull/128965 - Remove AbstractNode from RenderObject and deprecate it by @goderbauer in https://github.com/flutter/flutter/pull/128973
- Accept Diagnosticable as input in inspector API. by @polina-c in https://github.com/flutter/flutter/pull/128962
- Update objectToDiagnosticsNode to stop failing. by @polina-c in https://github.com/flutter/flutter/pull/129027
- Fix
InputDecoration.applyDefaults
ignoring some properties by @TahaTesser in https://github.com/flutter/flutter/pull/129010 - Introduce MaterialState
color
property for chips by @TahaTesser in https://github.com/flutter/flutter/pull/128584 - Add to API docs to explain what Assist and Suggestion chips are by @leighajarett in https://github.com/flutter/flutter/pull/129034
- Adding ScrollController support for Stepper widget by @SwaroopSambhayya in https://github.com/flutter/flutter/pull/128814
- iOS info.plist template: make UIViewControllerBasedStatusBar to be true by @cyanglaz in https://github.com/flutter/flutter/pull/128970
- fixed PreferredSize constuctor invocations by @yeasin50 in https://github.com/flutter/flutter/pull/128181
- DecoratedSliver by @thkim1011 in https://github.com/flutter/flutter/pull/127823
- Fix: Magnifier appears and won't dismiss by @justinmc in https://github.com/flutter/flutter/pull/128545
- update resolution-aware asset docs links by @andrewkolos in https://github.com/flutter/flutter/pull/128769
- Relax
OverlayPortal
asserts by @LongCatIsLooong in https://github.com/flutter/flutter/pull/129053 - Selection area right click behavior should match native by @Renzo-Olivares in https://github.com/flutter/flutter/pull/128224
- Gracefully handle negative position in getWordAtOffset by @justinmc in https://github.com/flutter/flutter/pull/128464
- Remove incorrect non-nullable assumption from
ShapeDecoration.lerp
by @guidezpl in https://github.com/flutter/flutter/pull/129298 - [framework,web] add FlutterTimeline and semantics benchmarks that use it by @yjbanov in https://github.com/flutter/flutter/pull/128366
- Add
InputDecorationTheme.merge
by @TahaTesser in https://github.com/flutter/flutter/pull/129011 - Fix: Closing bottom sheet and removing FAB cause assertion failure by @utisam in https://github.com/flutter/flutter/pull/128566
- Fix Material 3 Scrollable
TabBar
by @TahaTesser in https://github.com/flutter/flutter/pull/125974 - Remove unnecessary variable
_hasPrimaryFocus
by @AhmedLSayed9 in https://github.com/flutter/flutter/pull/129066 - Add
onSubmitted
property toSearchBar
by @QuncCccccc in https://github.com/flutter/flutter/pull/129365 - [web] Migrate framework to fully use package:web by @mdebbar in https://github.com/flutter/flutter/pull/128901
- Fix
Slider
overlay remains when unfocused by @TahaTesser in https://github.com/flutter/flutter/pull/129115 - fix: SearchAnchor View not resizing when in nested navigator by @VictorOhashi in https://github.com/flutter/flutter/pull/128357
-
_TapStatusTrackerMixin
should wait until the nextPointerDownEvent
before resetting its state when the tap timer has elapsed by @Renzo-Olivares in https://github.com/flutter/flutter/pull/129312 - fix: Inconsistency of SelectionArea when scrolling by @paurakhsharma in https://github.com/flutter/flutter/pull/128765
- Add CallbackShortcuts widget of the week video by @loic-sharma in https://github.com/flutter/flutter/pull/129296
- Fix
AnimatedList
&AnimatedGrid
doesn't applyMediaQuery
padding by @TahaTesser in https://github.com/flutter/flutter/pull/129556 - Updated chip_test.dart tests for M3 by @HansMuller in https://github.com/flutter/flutter/pull/129570
- Fix chinese text is not selected by long press by @hangyujin in https://github.com/flutter/flutter/pull/129320
- Make a paragraph test involving Chinese characters work with inconsistent host system fonts by @jason-simmons in https://github.com/flutter/flutter/pull/129628
- iOS TextSelectionToolbar fidelity by @luccasclezar in https://github.com/flutter/flutter/pull/127757
- Adds
dart_fix
support tointegration_test
by @pdblasi-google in https://github.com/flutter/flutter/pull/129579 - Remove Editable.onCaretChanged callback by @tgucio in https://github.com/flutter/flutter/pull/109114
- Automatically migrate ClipboardData.text to non-null by @loic-sharma in https://github.com/flutter/flutter/pull/129567
- [flutter roll] Revert "Fix
AnimatedList
&AnimatedGrid
doesn't applyMediaQuery
padding" by @XilaiZhang in https://github.com/flutter/flutter/pull/129645 - Make
DropdownMenu
be able to scroll to the highlighted item when searching. by @QuncCccccc in https://github.com/flutter/flutter/pull/129740 - Update
SwitchListTile
tests for M2/M3 by @QuncCccccc in https://github.com/flutter/flutter/pull/129809 - Update
Switch
tests for M2/M3 by @QuncCccccc in https://github.com/flutter/flutter/pull/129810 - Update
Radio
tests for M2/M3 by @QuncCccccc in https://github.com/flutter/flutter/pull/129814 - Updated some golden image tests for M2/M3 by @HansMuller in https://github.com/flutter/flutter/pull/129794
- Fix NetworkImage causing spurious warning in tests by @gnprice in https://github.com/flutter/flutter/pull/129537
- Update
SwitchTheme
tests for M2/M3 by @QuncCccccc in https://github.com/flutter/flutter/pull/129811 - Update links to old linter site to dart.dev by @parlough in https://github.com/flutter/flutter/pull/129866
- Cleanup: stop accepting DiagnosticsNode as input from DevTools. by @polina-c in https://github.com/flutter/flutter/pull/129302
- Improve documentation for
ColorSheme.fromImageProvider
by @guidezpl in https://github.com/flutter/flutter/pull/129952 - fix a bug when android uses CupertinoPageTransitionsBuilder... by @ipcjs in https://github.com/flutter/flutter/pull/114303
- Add simple unit tests for annotations.dart file by @moylanm in https://github.com/flutter/flutter/pull/128902
- Removes deprecated APIs from v2.6 in
binding.dart
andwidget_tester.dart
by @pdblasi-google in https://github.com/flutter/flutter/pull/129663 - Reland Fix AnimatedList & AnimatedGrid doesn't apply MediaQuery padding #129556 by @HansMuller in https://github.com/flutter/flutter/pull/129860
- MergeableMaterial: Fix adding a slice and separating it by @Snonky in https://github.com/flutter/flutter/pull/128804
- Enable unreachable_from_main lint - it is stable now!!1 by @goderbauer in https://github.com/flutter/flutter/pull/129854
- Allow long-press gestures to continue even if buttons change. by @Hixie in https://github.com/flutter/flutter/pull/127877
- [framework] Add textField OCR support for framework side by @luckysmg in https://github.com/flutter/flutter/pull/96637
- Add option for flexible space on material SearchDelegate by @HenriqueNas in https://github.com/flutter/flutter/pull/128132
- [a11y] CupertinoSwitch On/Off labels by @gilnobrega in https://github.com/flutter/flutter/pull/127776
- Next attempt to make inspector weakly referencing the inspected objects. by @polina-c in https://github.com/flutter/flutter/pull/129962
- Revert "fix a bug when android uses CupertinoPageTransitionsBuilder..… by @Jasguerrero in https://github.com/flutter/flutter/pull/130155
- Revert "[a11y] CupertinoSwitch On/Off labels" (#130166) by @Jasguerrero in https://github.com/flutter/flutter/pull/130172
Tooling
- [flutter_tools] never tree shake 0x20 (space) font codepoints on web by @christopherfujino in https://github.com/flutter/flutter/pull/128302
- [Android] Update plugin and module templates to use Flutter constant for
compileSdkVersion
by @camsim99 in https://github.com/flutter/flutter/pull/128073 - [tools] allow explicitly specifying the JDK to use via a new config setting by @andrewkolos in https://github.com/flutter/flutter/pull/128264
- Adds vmservices to retrieve android applink settings by @chunhtai in https://github.com/flutter/flutter/pull/125998
- Use
--target-os
for appropriate precompiled targets. by @sstrickl in https://github.com/flutter/flutter/pull/127567 - [flutter_tools] Precache after channel switch by @christopherfujino in https://github.com/flutter/flutter/pull/118129
- [flutter_tools] [DAP] Don't try to restart/reload if app hasn't started yet by @DanTup in https://github.com/flutter/flutter/pull/128267
- [testing] Make the FLUTTER_STORAGE_BASE_URL warning non-fatal by @whesse in https://github.com/flutter/flutter/pull/128335
- Ignore app.stop events received before the app.detach response in attach integration tests by @jason-simmons in https://github.com/flutter/flutter/pull/128593
- [flutter_tools] pass through enable impeller flag to macOS. by @jonahwilliams in https://github.com/flutter/flutter/pull/128720
- [flutter_tools] Suppress git output in flutter channel by @christopherfujino in https://github.com/flutter/flutter/pull/128475
- Unpin flutter_plugin_android_lifecycle by @gmackall in https://github.com/flutter/flutter/pull/128898
- Fix inconsistently suffixed macOS flavored bundle directory by @arnemolland in https://github.com/flutter/flutter/pull/127997
- [flutter_tools] cache flutter sdk version to disk by @christopherfujino in https://github.com/flutter/flutter/pull/124558
- flutter update-packages --cherry-pick-package by @Hixie in https://github.com/flutter/flutter/pull/128917
- [flutter_tools] refactor license collector by @christopherfujino in https://github.com/flutter/flutter/pull/128748
- [flutter_tools] Migrate more integration tests to process result matcher by @christopherfujino in https://github.com/flutter/flutter/pull/128737
- Fix dart pub cache clean command on pub.dart by @deryrahman in https://github.com/flutter/flutter/pull/128171
- [flutter_tools] Add support for vmServiceFileInfo when attaching by @DanTup in https://github.com/flutter/flutter/pull/128503
- [flutter_tools] fix cast error when dart-defines-json file includes null by @christopherfujino in https://github.com/flutter/flutter/pull/128909
- Fix an ordering dependency in the flutter_tools upgrade test by @jason-simmons in https://github.com/flutter/flutter/pull/129131
- Refactor generate_localizations_test.dart by @thkim1011 in https://github.com/flutter/flutter/pull/128974
- Use the new
getIsolatePauseEvent
method from VM service to check for pause event. by @chingjun in https://github.com/flutter/flutter/pull/128834 - Fix duplicate devices from xcdevice with iOS 17 by @vashworth in https://github.com/flutter/flutter/pull/128802
- Refactor
Analytics
global getter to point to context only by @eliasyishak in https://github.com/flutter/flutter/pull/129196 - [flutter_tools] add a gradle error handler for could not open cache directory by @christopherfujino in https://github.com/flutter/flutter/pull/129222
- Prevent crashes on range errors when selecting device by @eliasyishak in https://github.com/flutter/flutter/pull/129290
- Unpin path_provider_android by @gmackall in https://github.com/flutter/flutter/pull/129205
- [flutter_tools] delete flutter format command by @christopherfujino in https://github.com/flutter/flutter/pull/129360
- [web] Hides that Flutter uses requireJS in debug. by @ditman in https://github.com/flutter/flutter/pull/129032
- Prepare for making
intl
toBeginningOfSentenceCase
non-nullable by @oprypin in https://github.com/flutter/flutter/pull/127488 - Reland "Fix issue where DevTools would not be immediately available when using --start-paused (#126698)" by @bkonyi in https://github.com/flutter/flutter/pull/129368
- Remove
@NonNull
to avoid warning by @fzyzcjy in https://github.com/flutter/flutter/pull/129472 - Add .env file support for option
--dart-define-from-file
by @PiotrFLEURY in https://github.com/flutter/flutter/pull/128668 - Add new hot reload case string by @helin24 in https://github.com/flutter/flutter/pull/130008
- [flutter_tools] modify Skeleton template to use ListenableBuilder instead of AnimatedBuilder by @fabiancrx in https://github.com/flutter/flutter/pull/128810
Engine
Android
- [Impeller] Reland: Add Impeller Metal support in the embedder API (#42411) by @bdero in https://github.com/flutter/engine/pull/42545
- Revert "[Impeller] Reland: Add Impeller Metal support in the embedder API (#42411)" by @zanderso in https://github.com/flutter/engine/pull/42593
- [Impeller] Reland 2: Add Impeller Metal support in the embedder API (#42411) by @bdero in https://github.com/flutter/engine/pull/42597
- Revert "[Android] Return keyboard pressed state" by @dkwingsmt in https://github.com/flutter/engine/pull/42616
- [Impeller] Added a switch to turn on vulkan by @gaaclarke in https://github.com/flutter/engine/pull/42585
- Revert "[Impeller] Added a switch to turn on vulkan" by @zanderso in https://github.com/flutter/engine/pull/42660
- Platform channel for predictive back by @justinmc in https://github.com/flutter/engine/pull/39208
- [Impeller] Makes validation layers flag work for android by @gaaclarke in https://github.com/flutter/engine/pull/42625
- [Impeller] Reland: Added a switch to turn on vulkan by @gaaclarke in https://github.com/flutter/engine/pull/42669
- Predictive back breakage fix by @justinmc in https://github.com/flutter/engine/pull/42789
- Capture additional final inset states in ImeSyncDeferringInsetsCallback by @gmackall in https://github.com/flutter/engine/pull/42700
- [Impeller] Reland attempt Vulkan setup and fallback to GLES. by @jonahwilliams in https://github.com/flutter/engine/pull/42820
- [Android] Return the keyboard pressed state by @bleroux in https://github.com/flutter/engine/pull/42758
- [android]: Make Robolectric tests work with SDK 33 by @utzcoz in https://github.com/flutter/engine/pull/42965
- Add a note in ImeSyncDeferringInsetsCallback explaining the reason behind capturing the latest final inset state by @gmackall in https://github.com/flutter/engine/pull/43109
- [Impeller] Give Impeller a dedicated raster priority level worker loop. by @jonahwilliams in https://github.com/flutter/engine/pull/43166
iOS
- [iOS] Fix TextInputAction.continueAction sends wrong action to framework by @bleroux in https://github.com/flutter/engine/pull/42615
- Use ShellTest::Config struct to create Shell by @dkwingsmt in https://github.com/flutter/engine/pull/42332
- Fix crash with CJK keyboard with emoji at end of text field by @moffatman in https://github.com/flutter/engine/pull/42540
- [floating_cursor_selection] a somewhat "design doc" for floating cursor feature by @hellohuanlin in https://github.com/flutter/engine/pull/42173
- [iOS][Keyboard] Wait vsync on UI thread and update viewport inset to avoid jitter. by @luckysmg in https://github.com/flutter/engine/pull/42312
- Reland "[ios_platform_view] only recycle maskView when the view is applying mutators #42115" by @cyanglaz in https://github.com/flutter/engine/pull/42823
- Remove some trivial deprecated symbol usages in iOS Embedder by @cyanglaz in https://github.com/flutter/engine/pull/42711
- [ios] view controller based status bar by @cyanglaz in https://github.com/flutter/engine/pull/42643
- [ios] use interfaceOrientation orientation on iOS 13 and above by @cyanglaz in https://github.com/flutter/engine/pull/42846
- [CP][iOS][Keyboard] Fix crash when FlutterEngine destroys at the same time with keyboard animation vsync callback by @cyanglaz in https://github.com/flutter/engine/pull/43522
- [iOS] Fix FlutterViewController retain cycle (#43379) by @cyanglaz in https://github.com/flutter/engine/pull/43523
Web
- Remove onSemanticsAction by @goderbauer in https://github.com/flutter/engine/pull/42579
- Use proper sampling options in Skwasm's drawAtlas. by @eyebrowsoffire in https://github.com/flutter/engine/pull/42595
- [web] Remove /#/ from home page URL by @mdebbar in https://github.com/flutter/engine/pull/42598
- Fix prefer_final_in_for_each by @scheglov in https://github.com/flutter/engine/pull/42899
- [web] Move webOnlyAssetManager to
dart:ui_web
by @mdebbar in https://github.com/flutter/engine/pull/42642 - add dart_internal override where necessary by @jakemac53 in https://github.com/flutter/engine/pull/42920
- [web] Fix for Safari autofill flickering bug by @htoor3 in https://github.com/flutter/engine/pull/42830
- [web] Don't get break type from v8BreakIterator by @mdebbar in https://github.com/flutter/engine/pull/43053
- [web] - Fix for Safari partially autofilling form by @htoor3 in https://github.com/flutter/engine/pull/43058
- Refactor JSNumber.toDart and Object.toJS by @srujzs in https://github.com/flutter/engine/pull/43149
- [web] Removes patchCanvasKitModule. by @ditman in https://github.com/flutter/engine/pull/42941
- Initialize skwasm codecs before handing them back to the user. by @eyebrowsoffire in https://github.com/flutter/engine/pull/43274
- [web:a11y] introduce primary role responsible for ARIA roles by @yjbanov in https://github.com/flutter/engine/pull/43159
- Revert "Refactor JSNumber.toDart and Object.toJS" by @srujzs in https://github.com/flutter/engine/pull/43286
- Include the SkRTreeFactory headers in the skwasm picture recorder by @jason-simmons in https://github.com/flutter/engine/pull/43292
- Prepare for utf8.encode() to return more precise Uint8List type by @mkustermann in https://github.com/flutter/engine/pull/43335
- [web] Move web-only initialization APIs to
dart:ui_web
by @mdebbar in https://github.com/flutter/engine/pull/43111 - [web] Add nonce configuration. by @ditman in https://github.com/flutter/engine/pull/42829
Desktop
- [macOS] Force clipping to path when platform view clip rect is rotated by @knopp in https://github.com/flutter/engine/pull/42539
- [macOS] Add platformview creation parameter support by @cbracken in https://github.com/flutter/engine/pull/42607
- [Impeller] allowing enabling Impeller on macOS. by @jonahwilliams in https://github.com/flutter/engine/pull/42639
- Fix inverted boolean in Windows document selection changed a11y event by @yaakovschectman in https://github.com/flutter/engine/pull/43281
New Contributors
- @leighajarett made their first contribution in https://github.com/flutter/flutter/pull/128263
- @khanhnwin made their first contribution in https://github.com/flutter/flutter/pull/128078
- @99spark made their first contribution in https://github.com/flutter/flutter/pull/128182
- @ZhulanovAA made their first contribution in https://github.com/flutter/flutter/pull/128501
- @cruiser-baxter made their first contribution in https://github.com/flutter/flutter/pull/128137
- @arnemolland made their first contribution in https://github.com/flutter/flutter/pull/127997
- @deryrahman made their first contribution in https://github.com/flutter/flutter/pull/128171
- @SwaroopSambhayya made their first contribution in https://github.com/flutter/flutter/pull/128814
- @yeasin50 made their first contribution in https://github.com/flutter/flutter/pull/128181
- @utisam made their first contribution in https://github.com/flutter/flutter/pull/128566
- @AhmedLSayed9 made their first contribution in https://github.com/flutter/flutter/pull/129066
- @oprypin made their first contribution in https://github.com/flutter/flutter/pull/127488
- @paurakhsharma made their first contribution in https://github.com/flutter/flutter/pull/128765
- @crazytan made their first contribution in https://github.com/flutter/flutter/pull/129606
- @PiotrFLEURY made their first contribution in https://github.com/flutter/flutter/pull/128668
- @ipcjs made their first contribution in https://github.com/flutter/flutter/pull/114303
- @moylanm made their first contribution in https://github.com/flutter/flutter/pull/128902
- @Snonky made their first contribution in https://github.com/flutter/flutter/pull/128804
- @fabiancrx made their first contribution in https://github.com/flutter/flutter/pull/128810
- @HenriqueNas made their first contribution in https://github.com/flutter/flutter/pull/128132
- @mk12 made their first contribution in https://github.com/flutter/engine/pull/42667
- @gmackall made their first contribution in https://github.com/flutter/engine/pull/42700