Flutter 3.7.0 發行說明
此頁面包含 3.7.0 的發行說明。有關後續的錯誤修復版本的資訊,請參閱我們的 CHANGELOG。
變更內容
#此版本中發生以下更改
框架
#- 添加了一個包含 epsilon 的 Matrix4 匹配器,作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/107326
- 在 MaterialApp 中暴露主題動畫的持續時間和曲線。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/107383
- 永續性 BottomSheet 無法透過輔助功能(a11y)關閉。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/107435
- [framework] SliverDecoration。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/107269
- 更新
PopupRoute文件並新增示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/106948 - 在 DraggableScrollableSheet 中新增 snapAnimationDuration 引數。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/107396
- 在修復 g3 問題後重新合併“修復 AnimatedSwitcher 鏈產生重複項”。作者:@youssef-attia,來自 https://github.com/flutter/flutter/pull/107476
- 當 TextRange 無效時,updateEditingValueWithDeltas 應發出響亮的錯誤。作者:@Renzo-Olivares,來自 https://github.com/flutter/flutter/pull/107426
- [PopupMenu] 新增選單
ClipBehavior。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/107466 - 更新 Material 用法的
ListTile和基於ListTile的小部件文件。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/107104 - 更新 Material 用法的
ListTile文件,解決顏色動畫問題並新增示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/106955 - 撤銷 "[framework] SliverDecoration"。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/107561
- 在 RenderIndexedStack 中修復 null 安全檢查。作者:@christopherfujino,來自 https://github.com/flutter/flutter/pull/107581
- [Keyboard, iOS] 生成 iOS 的特殊鍵對映。作者:@dkwingsmt,來自 https://github.com/flutter/flutter/pull/106909
- 修復捲軸邊距。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/107172
- [flutter_driver] 支援傳送文字輸入操作。作者:@nploi,來自 https://github.com/flutter/flutter/pull/106561
- 為
AppBar.notificationPredicate新增示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/106018 - 為
Overlay新增互動式示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/107531 DropdownButton:當selectedItemBuilder非空時,修復提示對齊。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/106731- 修復在文字選擇工具欄出現時拖動不會隱藏工具欄的問題。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/106878
- 移除感嘆號。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/107683
- 允許在
SlottedMultiChildRenderObjectWidgetMixin中在槽之間重新放置鍵。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/106977 - 修復在開啟抽屜時,由於鎖定框架導致
ScaffoldsetState出現問題。作者:@markusaksli-nc,來自 https://github.com/flutter/flutter/pull/107173 - 啟用 combinators_ordering。作者:@a14n,來自 https://github.com/flutter/flutter/pull/107847
- PointerEvent 斷言裝置型別。作者:@dkwingsmt,來自 https://github.com/flutter/flutter/pull/105987
- 在 InputDatePickerFormField 中應用本地化日期時,不復制舊的選擇。作者:@jason-simmons,來自 https://github.com/flutter/flutter/pull/107268
- 暴露 RawScrollbar 上的 padding。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/107756
- 更新
IconButton的color引數文件。作者:@ValentinVignal,來自 https://github.com/flutter/flutter/pull/107819 - 移動時,游標不再閃爍,效果與 iOS 平臺相同。作者:@talisk,來自 https://github.com/flutter/flutter/pull/107221
- 為 NavigationRail 新增 SafeArea。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/107605
- 文件錯誤:
CustomPaint而不是CustomPainter。作者:@0xba1,來自 https://github.com/flutter/flutter/pull/107836 - Dropdown 高度大字型修復。作者:@foongsq,來自 https://github.com/flutter/flutter/pull/107201
- [Keyboard] 使 CharacterActivator 支援 Ctrl 和 Meta 修飾符以及重複。作者:@dkwingsmt,來自 https://github.com/flutter/flutter/pull/107195
- 為 SnackBar 新增 transitionOnUserGestures 為 true,以支援向後滑動。作者:@letsar,來自 https://github.com/flutter/flutter/pull/106638
- Cupertino 日期選擇器修復了在使用 minuteInterval 時 minDate、maxDate 的問題。作者:@NikosTsesmelis,來自 https://github.com/flutter/flutter/pull/105958
- 實現
CupertinoListSection和CupertinoListTile。作者:@campovski,來自 https://github.com/flutter/flutter/pull/78732 - 向
showModalBottomSheet新增useSafeArea引數。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/107140 - 為
Icon新增對 fill、weight、grade 和 optical size 的支援。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/106896 - 使用永續性雜湊表儲存 _inheritedWidgets。作者:@mraleph,來自 https://github.com/flutter/flutter/pull/107068
- 允許設定 TestWidgetsFlutterBinding.pointerEventSource。作者:@HelioStrike,來自 https://github.com/flutter/flutter/pull/107976
- 撤銷“允許設定 TestWidgetsFlutterBinding.pointerEventSource”。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/108038
- 新增 OvalBorder 和 BoxShape.oval。作者:@bernaferrari,來自 https://github.com/flutter/flutter/pull/103833
- 修復 BottomNavigationBarItem 的 tooltip 預設為 label。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/107715
- Pointer 事件:允許從觸控板接收懸停事件。作者:@dkwingsmt,來自 https://github.com/flutter/flutter/pull/108116
- [framework] Scroll inertia cancel。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/106891
- 向 GestureDetector 新增 supportedDevices 引數。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/107312
- [flutter_tool] 將著色器構建為 .iplr 併為 ink_sparkle 使用 FragmentProgram.fromAsset。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/108071
- 使用 toPictureSync 以加快縮放頁面過渡。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/106621
- 允許觸控板慣性取消事件。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/108190
- 修復 GestureDetector.onDoubleTapDown 未被呼叫的問題。作者:@pedromassango,來自 https://github.com/flutter/flutter/pull/108056
- [web] 在 driver 測試初始化中儘早定義 $flutterDriverResult 變數。作者:@yjbanov,來自 https://github.com/flutter/flutter/pull/107337
- 新增可選標誌以確定 Flutter Web 的 aria 宣告的斷言級別。作者:@nbayati,來自 https://github.com/flutter/flutter/pull/107568
- 修復了 sheet 在重建時重置的問題。作者:@caseycrogers,來自 https://github.com/flutter/flutter/pull/107876
- 撤銷“為 Flutter Web 新增可選標誌以確定 aria 宣告的斷言級別”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/108262
- flutter update-packages --force-upgrade + analyzer 修復。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/108198
- 將 InputDecoratorMigrate 到 Material 3。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/107943
- 在 ButtonStyle 中新增 iconSize 引數。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/108268
- 在
KeyMessageManager.keyMessageHandler中解釋“ patching”協議並新增示例。作者:@dkwingsmt,來自 https://github.com/flutter/flutter/pull/105280 - Dispose scaffold drawers。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/108234
- Dispose _TextSpanEditingController。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/108228
- Dispose painters。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/108233
- Dispose widgets 以阻止洩漏。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/108193
- Dispose KeepAliveHandle。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/108227
- 更新 ChangeNotifier.dispose 和 KeepAliveHandle.release 的文件。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/108384
- 修改 dataMap 以包含 assertiveness,僅當其未設定為 polite 時。作者:@nbayati,來自 https://github.com/flutter/flutter/pull/108396
- [flutter_tools] 新增對 shader hot reload 的工具支援。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/107963
- 移除了對已棄用的 styleFrom 引數的引用。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/108401
- 新增 RenderRepaintBoundary.toImageSync() 方法。作者:@tgucio,來自 https://github.com/flutter/flutter/pull/108280
- 移除 SelectableText 時,不要在 handle drag 時崩潰。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/108369
- 使用 FragmentProgram.fromAssetAsync。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/108415
- FloatingActionButton:為滑鼠游標新增主題化。作者:@jpnurmi,來自 https://github.com/flutter/flutter/pull/103473
- 在 BoxScroll 和 ListView 中添加了關於 scrollBehaviour 的澄清。作者:@snat-s,來自 https://github.com/flutter/flutter/pull/107738
- 最佳化 input_decorator_theme 中的 closure。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/108379
- 在 [FilteringTextInputFormatter] 文件中建議使用基於謂詞的格式化程式進行全字串匹配。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/107848
- 簡化 mark needs build。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/108383
- 第 N 部分非同步 FragmentProgram.fromAsset 過渡。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/108473
- 新增 StarBorder 和 StarBorder.polygon,並附帶示例。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/108489
- 修復 tabs 指示器內邊距更新錯誤。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/108287
- 修復 NestedScrollView UserScrollNotification 問題。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/107632
- 將 TextFieldMigrate 到 Material 3。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/108366
- 將 Switch 中 effectiveInactivePressedOverlayColor 的預設值更改為引用 effectiveInactiveThumbColor。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/108477
- 防止 RenderAndroidView 在非同步回撥後使用,取消註冊監聽器。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/108496
- 在 toPictureSync 修復之前停用新的過渡。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/108565
- 將 NavigationBar 標記為非 const 以匹配實際情況。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/108562
- 向 Dialog 和 DialogTheme 新增 shadowColor 和 surfaceTintColor。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/108405
- 更新 Chips 示例並重命名檔案。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/108538
- 將 FocusTrap 替換為 TapRegionSurface。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/107262
- "全選"會自動滾動 EditableText 到文字欄位的末尾,這在原生 iOS 上不會發生。作者:@antholeole,來自 https://github.com/flutter/flutter/pull/105799
- 向 TextFormField 新增 onTapOutside。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/108629
- 撤銷“向 Dialog 和 DialogTheme 新增 shadowColor 和 surfaceTintColor。”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/108621
- Sliver 的快速文件修復。作者:@youssef-attia,來自 https://github.com/flutter/flutter/pull/108633
- 當語義不可用時,改進 dumpSemanticsTree 錯誤。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/108574
- 更新 autofill 的 web 連結。作者:@kevmoo,來自 https://github.com/flutter/flutter/pull/108640
- 修復文件註釋行意外刪除。作者:@kevmoo,來自 https://github.com/flutter/flutter/pull/108654
- [framework] 從 value listenable 建立動畫。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/108644
- TextPainter 丟擲堆疊跟蹤以幫助跟蹤 read-before-layout。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/108571
- 重寫 PlaceholderDimensions 的 equality operator 以避免不必要的 TextPainter 重新佈局。作者:@tgucio,來自 https://github.com/flutter/flutter/pull/108623
- 修復 lerp 到偏心圓。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/108743
- 修復 ExpansionTile 在展開時顯示子項背景。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/107834
- 建立
containsSemantics以允許在測試中部分匹配語義。作者:@pdblasi-google,來自 https://github.com/flutter/flutter/pull/108573 - [SelectionOverlay]將除錯語句移至斷言範圍內。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/108508
- Loupe Android + iOS。作者:@antholeole,來自 https://github.com/flutter/flutter/pull/107477
- 棄用
toggleableActiveColor。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/97972 - 撤銷“修復 ExpansionTile 在展開時顯示子項背景”。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/108844
- 更新文件以顯示 ImageChunkEvent 是可選引數。作者:@parkershepherd,來自 https://github.com/flutter/flutter/pull/108843
- 重發“向 Dialog 和 DialogTheme 新增 shadowColor 和 surfaceTintColor”。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/108718
- [flutter_test] 新增標誌以將裝置指標事件傳送到框架。作者:@jiahaog,來自 https://github.com/flutter/flutter/pull/108430
- 更新
equalsIgnoringHashCodes以接受字串列表。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/108507 - [macOS] 從引擎使用編輯意圖。作者:@knopp,來自 https://github.com/flutter/flutter/pull/105407
- 在 M3 中添加了
IconButtonTheme並將其應用於IconButton。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/108332 - [flutter_test] perf: find.ancestor。作者:@passsy,來自 https://github.com/flutter/flutter/pull/108868
- 移除框架中一些過時的 ignore。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/108915
- 清理 ScrollbarPainter。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/107179
- 移除過時的 ignore。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/108924
- 新增更多日誌以診斷 Gold 閃爍。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/108930
- 將 TextField counter 錯誤樣式更新為 material 3。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/108704
- 修復 TextField 的 semantics 在 changing obscureText 時未更新的問題。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/108545
- 不要重新定義 SkSL 內建函式 'saturate'。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/108946
- 即使在 dispose 後也可以呼叫 ChangeNotifier.hasListeners。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/108931
- 文件中的拼寫錯誤:Restoration 與 didChangeDependencies。作者:@Stitch-Taotao,來自 https://github.com/flutter/flutter/pull/108659
- 在
SliverAnimatedListState中將indexToItemIndex應用於findChildIndexCallback返回的索引。作者:@otto-dev,來自 https://github.com/flutter/flutter/pull/108710 - [Fonts] 更新圖示。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/108858
- 撤銷 "[Fonts] 更新圖示"。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/109073
- 向
ColorScheme新增outlineVariant和scrim顏色。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/109071 - [flutter roll] 撤銷 "Reland "Add shadowColor and surfaceTintColor to Dialog and Di…" 。作者:@XilaiZhang,來自 https://github.com/flutter/flutter/pull/109170
- 修復自動完成選擇。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/109185
- 為
Icon新增對字型變體基礎主題的支援。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/109140 - 撤銷“向
ColorScheme新增outlineVariant和scrim顏色”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/109199 - 修復 DraggableScrollableSheet 和 ListView 出現一畫素微小滾動。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/109081
- [framework] Animatable.fromCallback 和程式碼片段。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/108661
- 重發:“新增
showSnackBar的示例和故障排除註釋”。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/105195 - 棄用 ThemeData.selectedRowColor。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/109070
- 重發:“向
ColorScheme新增outlineVariant和scrim顏色”。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/109203 - 將 NavigatorObserver._navigator 替換為靜態 expando。作者:@stereotype441,來自 https://github.com/flutter/flutter/pull/109238
- 在可選擇區域實現瀏覽器上下文選單。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/108909
- 撤銷“在 toPictureSync 修復之前停用新的過渡”。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/109327
- 將 MagnifierBuilder、MagnifierOverlayInfoBearer 從 text_selection.dart 移動。作者:@tgucio,來自 https://github.com/flutter/flutter/pull/108956
- API 文件清理。作者:@Hixie,來自 https://github.com/flutter/flutter/pull/108500
- 將 ClipboardStatusNofifier 引數在 buildToolbar 中更改為 ValueLise…。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/108917
- 修復 Android 平臺檢視建立流程。作者:@stuartmorgan,來自 https://github.com/flutter/flutter/pull/109232
- 一些雜項更改。作者:@Hixie,來自 https://github.com/flutter/flutter/pull/107874
- 撤銷“修復 Android 平臺檢視建立流程”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/109389
- [framework] 文件 backdropfilter 反模式。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/109340
- 撤銷“將 ClipboardStatusNofifier 引數在 buildToolbar 中更改為 V…”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/109388
- 將 IconButton.visualDensity 的預設值設定為 VisualDensity.standard。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/109349
- 添加了 AppBar actions 的文件。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/109351
- 撤銷“將 IconButton.visualDensity 的預設值設定為 VisualDensity.standard”。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/109421
- 重發:修復 Android 平臺檢視建立流程。作者:@stuartmorgan,來自 https://github.com/flutter/flutter/pull/109405
- 將“dirty”操作保留在 Element 基類私有。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/109401
- 撤銷“將 'dirty' 操作保留在 Element 基類私有 (#109401)”。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/109481
- 在 iOS 上,單擊上一個選區應切換工具欄…。作者:@Renzo-Olivares,來自 https://github.com/flutter/flutter/pull/108913
- 向 PopupMenuButton 新增 onOpened 回撥。作者:@limonadev,來自 https://github.com/flutter/flutter/pull/103753
- 重發“將 'dirty' 操作保留在 Element 基類私有 (#109401)”。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/109562
- 重構 StrokeAlign 以允許 double 值。作者:@bernaferrari,來自 https://github.com/flutter/flutter/pull/108339
- 修復文字選擇處理程式在拖動到新單詞時消失。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/108808
- 撤銷“重構 StrokeAlign 以允許 double 值。”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/109591
- 修復 CupertinoListTile 的 onTap 延遲時丟擲異常。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/109038
- 將 fit 屬性傳遞給 RenderIndexedStack。作者:@maheshmnj,來自 https://github.com/flutter/flutter/pull/109295
- 修復 RenderEditable (TextField) 忽略 painting 中的 offset,導致文字選擇偏移(當 offset 非零時)。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/109287
- 為 EditableText 新增拼寫檢查 (Android)。作者:@camsim99,來自 https://github.com/flutter/flutter/pull/109334
- 撤銷“為 EditableText 新增拼寫檢查”。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/109631
- 將 maxLength 文件中的“Unicode 標量值”更改為“Unicode 連字”。作者:@olof-dev,來自 https://github.com/flutter/flutter/pull/106275
- 在 MenuBar 實現更改之前,PlatformMenuBar 需要的一些更改。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/109556
- Scrollbar 尊重 NeverScrollableScrollPhysics 物理。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/109609
- 修復 text_input.dart 中的型別轉換錯誤。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/109635
- 重新提交“新增可編輯文字的拼寫檢查”。作者:@camsim99,來自 https://github.com/flutter/flutter/pull/109643
- [docs][FWW] DropdownButton、ScaffoldMessenger 和 StatefulBuilder 連結。作者:@craiglabenz,來自 https://github.com/flutter/flutter/pull/100316
- 修復 AppBar centerTitle 與 actions 的位置。作者:@bernaferrari,來自 https://github.com/flutter/flutter/pull/106256
- 提高 ShapeDecoration 效能。作者:@bernaferrari,來自 https://github.com/flutter/flutter/pull/108648
- 109638:Windows framework_tests_misc 有 2.06% 的閃爍。作者:@pdblasi-google,來自 https://github.com/flutter/flutter/pull/109640
- MenuBar 實現需要的一些雜項更改。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/109555
- 在觸控板滾動期間不要停用指標互動。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/106890
- 為桌面平臺如何隱藏預設捲軸新增示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/108542
- 重發:將 IconButton.visualDensity 的預設值設定為 VisualDensity.standard。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/109432
- [Dismissible]修復狀態丟失問題。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/108971
- 將空的 Container 替換為 const SizedBox。作者:@tgucio,來自 https://github.com/flutter/flutter/pull/108672
- 更新 Ballistic animation 和 ClampingScrollSimulation。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/107735
- 重發“重構 StrokeAlign 以允許 double 值。(#109591)” 作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/109805
- 新增一些日誌來捕獲閃爍。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/109887
- [framework] 移除 texture layer 渲染的限制。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/109900
- 撤銷“重發 '重構 StrokeAlign 以允許 double 值。(#109805)'”。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/109955
- 支援 InputDecoration 的 iconColor、prefixIconColor 和 suffixIconColor。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/109988
- 從 navigator 中移除 FocusScopeNode。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/109702
- 棄用 2018 年的文字主題引數。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/109817
- 修復了 AppBar 上的 leading 按鈕大小。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110043
- 記錄 tristate 值。作者:@yaakovschectman,來自 https://github.com/flutter/flutter/pull/110106
- 撤銷“修復了 AppBar 上的 leading 按鈕大小”。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110103
- 撤銷“重發:將 IconButton.visualDensity 的預設值設定為 VisualDensity.standard”。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110119
- 修復一些拼寫錯誤。作者:@eggfly,來自 https://github.com/flutter/flutter/pull/110077
- 修復 floatingActionButtonAnimator 未更新的問題。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/110067
- 向 ThemeExtension.lerp 新增 covariant。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/105207
- 在 framework 中使用 super 引數。作者:@newtaDev,來自 https://github.com/flutter/flutter/pull/103620
- FadeInImage 支援 FilterQuality。作者:@FluentCoding,來自 https://github.com/flutter/flutter/pull/110096
- [framework] 簡化 raster widget,重新命名,合併 painters。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/109485
- 更新可訪問性對比度測試覆蓋率。作者:@ankur2136,來自 https://github.com/flutter/flutter/pull/109784
- 添加了對 M3 填充和填充色調按鈕的支援。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/107382
- 重發“重構 StrokeAlign 以允許 double 值。(#108339)” 作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/110234
- 修復 Image 的邏輯流程,該流程過早地 dispose 了其影像,導致“無法克隆已 dispose 的影像”等錯誤。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/110131
- 在 button_style.dart 中使用 MaterialStateProperty.lerp 替換 _lerpProperties。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/110323
- 修復了 OutlinedButton 和 TextButton.styleFrom 棄用的文件中的拼寫錯誤。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/110308
- 撤銷“更新可訪問性對比度測試覆蓋率”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/110436
- [flutter_driver] 使空的持續時間訊息更有幫助。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/110441
- 新增 material slider secondary value。作者:@akshdeep-singh,來自 https://github.com/flutter/flutter/pull/109808
- 向 SelectionRegion 和 SelectionArea 添加了 onSelectionChange 回撥。作者:@chinmoy12c,來自 https://github.com/flutter/flutter/pull/108985
- 修復 StarBorder 被縮放到小尺寸或無限尺寸時出現的異常。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/110419
- 當 UnconstrainedBox 和 ConstraintsTransformBox 被裁剪時,移除警告。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/110393
- 修復一些 tap region 錯誤。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/110398
- 重構 macOS 文字編輯快捷方式。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/110289
- 如果 baseline 計算失敗,則清除 _debugDoingBaseline 靜態標誌。作者:@jason-simmons,來自 https://github.com/flutter/flutter/pull/110387
- 新增白色文字在白色背景上對比度測試失敗的測試。作者:@ankur2136,來自 https://github.com/flutter/flutter/pull/110217
- 修復了 AppBar trailing widget 的預設顏色。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110635
- 將 CheckboxMigrate 到 Material 3 Colors。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110537
- 為 ListTile widget 新增 splashColor 屬性。作者:@M97Chahboun,來自 https://github.com/flutter/flutter/pull/100652
- 修復了 leading IconButton 的大小。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110722
- 使 ink_sparkle 使用 FragmentShader。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/110552
- 新增
Overlay.maybeOf,使Overlay.of返回非空例項。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/110811 - 修復
Action.overridable示例。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/110824 - 移除字串內插中多餘的雙空格。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/110758
- 棄用 ThemeData errorColor 和 backgroundColor。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/110162
- 修復 Switch 上的 Tooltip 問題。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110830
- 為 Android 的 backbutton 和 closebutton 使用語義標籤。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/110873
- 向 material2018 文字幾何文字主題新增 inherit: false。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/110870
- 將 MaterialBannerMigrate 到 Material 3。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/105957
- 將 ListTile 未選中的圖示顏色Migrate 到 Material 3。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/102078
- Tristate 複選框的引擎更改的初步 PR。作者:@yaakovschectman,來自 https://github.com/flutter/flutter/pull/110859
- 將 PopupMenuPosition position 新增到 PopupMenuThemeData。作者:@ValentinVignal,來自 https://github.com/flutter/flutter/pull/110268
- Dispose Paragraph 物件。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/110627
- 修復 Material 3 的 elevation 問題。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/110624
- 在過渡期間請求 DartPerformanceMode.latency。作者:@iskakaushik,來自 https://github.com/flutter/flutter/pull/110600
- [Fonts] 更新圖示。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/111092
- 在構建 merged TextStyle 時,使用包外的原始 fontFamilyFallback 值。作者:@jason-simmons,來自 https://github.com/flutter/flutter/pull/110887
- [web] 跳過更多透視文字測試。作者:@yjbanov,來自 https://github.com/flutter/flutter/pull/111114
- 110598:expect() 在 semantic 測試中產生無益的輸出。作者:@pdblasi-google,來自 https://github.com/flutter/flutter/pull/110613
- 為服務副檔名稱建立 consts,以便工具可以訪問它們。作者:@kenzieschmoll,來自 https://github.com/flutter/flutter/pull/110876
- 為 foundation 服務副檔名稱建立 consts,以便工具可以訪問它們。作者:@kenzieschmoll,來自 https://github.com/flutter/flutter/pull/111146
- 年度拼寫錯誤修復。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/111132
- 為渲染服務副檔名稱建立 consts,以便工具可以訪問它們。作者:@kenzieschmoll,來自 https://github.com/flutter/flutter/pull/111149
- 修復 FadeInImage 的邊緣情況。作者:@werainkhatri,來自 https://github.com/flutter/flutter/pull/111035
- 棄用 ThemeData.bottomAppBarColor。作者:@esouthren,來自 https://github.com/flutter/flutter/pull/111080
- 修復了 InkWell 在 unhover 時的一幀覆蓋色問題。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/111112
- 撤銷 Ballistic & Clamping 模擬更新。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/111201
- [framework] 撤銷移除 opacity。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/111202
- 修復 spell_check_test。作者:@camsim99,來自 https://github.com/flutter/flutter/pull/110814
- 使用 tristate 複選框引擎更改。作者:@yaakovschectman,來自 https://github.com/flutter/flutter/pull/111032
- 將 CheckboxMigrate 到 Material 3 - 添加了錯誤狀態。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/111153
- 修復 TabBarView 在沒有動畫時無法導航的問題。作者:@tomgilder,來自 https://github.com/flutter/flutter/pull/110985
- 新增長按時顯示放大鏡的功能。作者:@Renzo-Olivares,來自 https://github.com/flutter/flutter/pull/111224
- 為 scheduler 服務副檔名稱建立 enum,以便工具可以訪問它們。作者:@kenzieschmoll,來自 https://github.com/flutter/flutter/pull/111222
- 修復了 popup_menu_theme_test.dart 中的拼寫錯誤。作者:@ValentinVignal,來自 https://github.com/flutter/flutter/pull/111060
- 撤銷“更新 MaterialBanner 以支援 Material 3”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/111288
- 將 SwitchMigrate 到 Material 3。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/110095
- 修復 InputDecoration.focusColor 的文件。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/111290
- 規範化示例。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/111223
- 修復:在 OutlinedButton 的 child 引數中移除了 Widget 型別。作者:@alestiago,來自 https://github.com/flutter/flutter/pull/111034
- 開始處理來自後臺 Isolate 的訊息。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/109005
- 撤銷“開始處理來自後臺 Isolate 的訊息”。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/111318
- 建立類 MemoryAllocations。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/110230
- [web] 跳過更多透視文字測試。作者:@yjbanov,來自 https://github.com/flutter/flutter/pull/111402
- 重發:開始處理來自後臺 Isolate 的訊息。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/111320
- [framework] 解決從 packages/ 載入自我的問題。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/111350
- 修復引用符號時使用括號而不是反引號。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/111331
- 新增關於何時 dispose TextPainter 的文件說明。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/111403
- 撤銷“為 Android 使用 backbutton 和 closebutton 的語義標籤”。作者:@XilaiZhang,來自 https://github.com/flutter/flutter/pull/111305
- 修復 Magnifier 崩潰。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/111303
- 允許 Navigator 繼承父級的 traversal policy。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/110818
- 為 services 庫建立服務擴充套件的 enum。作者:@kenzieschmoll,來自 https://github.com/flutter/flutter/pull/111412
- 為 widget inspector 服務擴充套件建立 enum 以供工具使用。作者:@kenzieschmoll,來自 https://github.com/flutter/flutter/pull/111405
- 啟用 macos isolate platform channels 測試。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/111279
- 修復 DraggableScrollableSheet 在拖動時重建。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/111010
- 文字測量實用方法。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/111493
- 修復 TimePickerDialog 的小時/分鐘欄位的輸入操作。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/97361
- 修復文字方向 nullability。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/111513
- 重發“更新可訪問性對比度測試覆蓋率 (#109784)”。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/110502
- 將 token 從 v0.127 更新到 v0.132。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/111495
- 更新了 Action chip 的文件,關於停用狀態。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/111598
- 準備框架以使 RRect 斷言負半徑。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/111515
- 修復效能迴歸。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/111615
- 新增 BuildContext.mounted。作者:@goderbauer,來自 https://github.com/flutter/flutter/pull/111619
- 撤銷“在 iOS 上,單擊上一個選區應切換工具欄…” 作者:@godofredoc,來自 https://github.com/flutter/flutter/pull/111662
- 移除 RRect 半徑不再需要的鉗位。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/111668
- 修復 todo 格式。作者:@pq,來自 https://github.com/flutter/flutter/pull/111685
- 修復 RangeSlider 建構函式引用 [value]。作者:@srawlins,來自 https://github.com/flutter/flutter/pull/111694
- 由於 Google 整合工具,撤銷 isolate platform channels。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/111702
- 將 panningDirection 引數新增到 InteractiveViewer。作者:@NazarenoCavazzon,來自 https://github.com/flutter/flutter/pull/109014
- 重發“更新 MaterialBanner 以支援 Material 3”。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/111299
- 修復了 BorderRadius.zero 的 OutlineInputBorder 變形。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/106849
- 新增 toggleableActiveColor 的缺失棄用通知。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/111707
- 重置 ScrollbarThemeData.copyWith(showTrackOnHover) 的缺失棄用。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/111706
- 使 TextBoundary 及其子類公開。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/110367
- 修復 CupertinoScrollbar NNBD 問題。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/111198
- 修復了 draggableScrollableSheet 的 LocalHistoryEntry 洩漏。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/110576
- 修復更改 DraggableScrollableSheet controller。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/111445
- 修復了 *_chip.dart 檔案的檔名不一致並添加了測試。作者:@werainkhatri,來自 https://github.com/flutter/flutter/pull/111364
- 修復了 Scrollbar thumb 在桌面上的拖動行為。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/111250
- 使用條件編譯重新提交 isolate platform channels。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/111712
- 修復了 UiKitView 錯誤地無條件重繪的問題。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/111790
- 將 package/flutterMigrate 到 JS 靜態互操作。作者:@joshualitt,來自 https://github.com/flutter/flutter/pull/111315
- 移除已棄用的 drag anchor。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/111713
- 為 vanilla Chip widget 提供 Material 3 預設值。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/111597
- 新增 macOS 特定滾動物理。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/108298
- 避免將零變換的語義節點發送到引擎。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/111843
- 移除已棄用的 ScrollBehavior.buildViewportChrome。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/111715
- 將 token 從 v0.127 更新到 v0.132。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/111913
- 修復了 FilterChips 被選中時尺寸變化的錯誤。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/111916
- 修復:bottom navigation bar 顏色。作者:@talamaska,來自 https://github.com/flutter/flutter/pull/107924
- 移除已棄用的 RenderUnconstrainedBox。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/111711
- 修復了 reorderable list 動畫問題:“反向 ReorderableListView 的下拉動畫將專案移動到比應有的位置高一行 #110949”。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/111027
- 撤銷“修復 Scrollbar thumb 在桌面上的拖動行為。”。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/111978
- [framework] 避免使用 visibility 進行 compositing。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/111844
- 在 CupertinoPicker dispose 時移除 controller listener。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/111977
- 在 ListView.builder 中重新新增返回 null 的能力。作者:@rrousselGit,來自 https://github.com/flutter/flutter/pull/108706
- 向 InteractiveViewer 新增 friction coefficient。作者:@codeforce-dev,來自 https://github.com/flutter/flutter/pull/109443
- 一些雜項更改,在製作另一個 PR 時發現。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/111620
- 將 Radio 按鈕Migrate 到 material 3。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/111774
- 修復 InputDecorator child 的垂直對齊。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/112003
- 更新 showCupertinoModalPopup 文件。作者:@yunusemrebakir,來自 https://github.com/flutter/flutter/pull/106274
- Instrument State, Layer, RenderObject 和 Element。作者:@polina-c,來自 https://github.com/flutter/flutter/pull/111328
- 允許 Android 平臺檢視的混合組合回退。作者:@stuartmorgan,來自 https://github.com/flutter/flutter/pull/109161
- macOS 的 isolate platform channels。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/110882
- 在 ChoiceChip 的 RawChip 中添加了 iconTheme。作者:@Mayb3Nots,來自 https://github.com/flutter/flutter/pull/110908
- 防止提交文字觸發 EditableText.onChanged。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/112010
- 更新 InheritedWidget 示例引數命名。作者:@robiness,來自 https://github.com/flutter/flutter/pull/112137
- ui.PointerSignalKind 為 scale 提供相容性。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/112170
- 修復了 ChipThemeData 的 iconTheme lerping 問題。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/112216
- 修復 RenderEditable 無法在使用者提供新值時更新 backgroundCursorColor。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112045
- PerformanceOverlay 的多個欄位在使用者想要更新它時不會被更新。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112039
- 向 _CupertinoSwitchRenderObjectWidget 新增斷言,否則,updateRenderObject 忽略狀態更新的原因會令人困惑。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112044
- 修復 CupertinoAlertDialog 和 CupertinoActionSheet 在方向更改時行為異常。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112041
- 修復 SliverScrollingPersistentHeader 無法更新 stretchConfiguration。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112042
- 修復 SliverPinnedPersistentHeader,也無法更新 stretchConfiguration 和 showOnScreenConfiguration。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112043
- 撤銷“將 package/flutterMigrate 到 JS 靜態互操作。(#111315)”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/112247
- 在過渡到相鄰標籤後更新 TabBarView 的子項。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/112168
- [Material] 從 toggleable 漣漪計算中移除“down position”。作者:@johnsonmh,來自 https://github.com/flutter/flutter/pull/112209
- 將 ProgressIndicatorMigrate 到 M3。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/112139
- 為 Magnifier 和 TextMagnifier 添加了示例。作者:@antholeole,來自 https://github.com/flutter/flutter/pull/110218
- 撤銷 DraggableScrollableSheet controller 更改。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/112293
- 新增對 Material 3 Divider 和 VerticalDivider 的支援。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/112378
- 公開 text boundary combiner 類。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/112085
- 撤銷“新增對 Material 3 Divider 和 VerticalDivider 的支援”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/112471
- 將 CupertinoAlertDialog 的預設文字顏色更改為主題主色。作者:@MitchellGoodwin,來自 https://github.com/flutter/flutter/pull/111785
- 修復文字對比度測試 rect 檢查。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/112492
- [framework] 使用 Visibility 而不是 Opacity。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/112191
- 為 TextPainter.getWordBoundary 添加回歸測試。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/112229
- 文件修復,followerAnchor 已更改為 targetAnchor。作者:@gazialankus,來自 https://github.com/flutter/flutter/pull/112054
- [RawKeyboard] 允許 iOS 和 Android 的修飾符不一致。作者:@dkwingsmt,來自 https://github.com/flutter/flutter/pull/108926
- 在 textfield 的 InputDecorationIcons 中新增 mouse region。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/112543
- unnecessary_stateful_widgets。作者:@a14n,來自 https://github.com/flutter/flutter/pull/112296
- 重發“修復 DraggableScrollableSheet 在拖動時重建”。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/112479
- 實現 Material MenuBar 和 MenuAnchor。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/112239
- [
RenderEditable] 當maxLines == 1時,報告實際高度。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/112029 - 修復一些 DSS 錯誤。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/112142
- 重發“將 package/flutterMigrate 到 JS 靜態互操作。(#111315)”。作者:@joshualitt,來自 https://github.com/flutter/flutter/pull/112418
- 新增
Dialog.fullscreen和示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/112261 - 修復了 CircularProgressIndicator 的預設大小問題。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/112601
- 為 BottomAppBar 新增 Material 3 支援。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/112655
- 修復 menu_anchor_test.dart 的狀態洩漏。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/112718
- 在 list tile 中新增 button semantics。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/112593
- 在寫入 asset manifest 之前 URI-decode asset 路徑。作者:@andrewkolos,來自 https://github.com/flutter/flutter/pull/112415
- 撤銷“在 list tile 中新增 button semantics”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/112779
- 為 expansionTile 添加了 ShapeBorder。作者:@DattatreyaReddy,來自 https://github.com/flutter/flutter/pull/112218
- 更新 AnimatedSlide 示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/112803
- [web] 修復 Dart2wasm 的 kIsWeb。作者:@joshualitt,來自 https://github.com/flutter/flutter/pull/112122
- [text_input] 引入 TextInputControl。作者:@jpnurmi,來自 https://github.com/flutter/flutter/pull/76072
- 修復關於 overflow 的過時註釋。作者:@Hixie,來自 https://github.com/flutter/flutter/pull/112595
- 為 SnackBarThemeData 新增 width 屬性。作者:@esouthren,來自 https://github.com/flutter/flutter/pull/112636
- 在 platform view 佔位符處等待非空佈局。作者:@stuartmorgan,來自 https://github.com/flutter/flutter/pull/112402
- 為 TestBinding 匯出 elapseBlocking,以便模擬緩慢的同步工作,例如緩慢的 widget 構建。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112619
- 將 Element.renderObject 切換到迭代實現。作者:@gaaclarke,來自 https://github.com/flutter/flutter/pull/112885
- 新增 PointerScaleEvent 並將其用於 InteractiveViewer。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/112172
- 在文字選擇拖動事件中考慮 Scrollable 的位置。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/102992
- 向 Slider 新增 MaterialStateProperty 屬性 overlay。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/112922
- 在 CupertinoSearchTextField 中添加了 keyboardType。作者:@Hardeepsingh980,來自 https://github.com/flutter/flutter/pull/83994
- 排程 futures 的任務以完成。作者:@jiahaog,來自 https://github.com/flutter/flutter/pull/112269
- 拼寫錯誤。作者:@MrBirb,來自 https://github.com/flutter/flutter/pull/113043
- [framework] 透過 ImmutableBuffer.fromFilePath 載入檔案(如果檔案型別精確)。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/112892
- 移除 NavigationToolbar 條件,即 leading widget 不能超過可用空間的三分之一。作者:@math1man,來自 https://github.com/flutter/flutter/pull/112548
- 使用 canvaskit 進行 shader 熱身,並進行相應測試。作者:@alanwutang11,來自 https://github.com/flutter/flutter/pull/113060
- 在 iPhone 上將文字選擇 rect 傳送到引擎。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/113048
- 在 lerping 之間具有不同 inherit 值的 TextStyles 時,新增錯誤訊息。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/112837
- 新增 asset manifest 解析基準測試。作者:@andrewkolos,來自 https://github.com/flutter/flutter/pull/112836
- 修復 CupertinoDatePicker 錯誤。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/112697
- border_test.dart 中的拼寫錯誤。作者:@MrBirb,來自 https://github.com/flutter/flutter/pull/113046
- 新增 SliverGrid.builder 建構函式。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/113116
- 修復帶有內邊距的 TabBar 未居中的問題。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/113091
- 新增複選框和單選選單按鈕。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/112821
- 新增 SliverAnimatedGrid 和 AnimatedGrid。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/112982
- 棄用 AnimatedListItemBuilder 和 AnimatedListRemovedItemBuilder。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/113131
- AutomatedTestWidgetsFlutterBinding.pump 提供的 pump 時間戳不正確,可能是因為忘記了精度。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112609
- 修復 Selection area 導致小的 scrollables 彈跳。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/112816
- [framework] 為 platformDispatcher 棄用新增 ignore。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/113238
- 型別 nullability 的小更改。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112778
- 撤銷“型別 nullability 的小更改”。作者:@jmagman,來自 https://github.com/flutter/flutter/pull/113246
- 支援 Material 3 在 bottom sheet 中。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/112466
- 為 Switch 新增 Material 3 動畫。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/113090
- pushnamed 可以處理 Object 作為型別。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/113242
- 更改 ImplicitlyAnimatedWidget 中的型別,以移除型別轉換以提高效能和樣式。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/111849
- 使 ModalBottomSheetRoute 公開。作者:@The-Redhat,來自 https://github.com/flutter/flutter/pull/108112
- 記錄 TooltipTriggerMode 對懸停沒有影響。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/113324
- 撤銷“
AutomatedTestWidgetsFlutterBinding.pump提供不正確的 pump 時間戳,可能是因為忘記了精度”。作者:@XilaiZhang,來自 https://github.com/flutter/flutter/pull/113415 - [web] 將 selectable_regionMigrate 到靜態互操作。作者:@joshualitt,來自 https://github.com/flutter/flutter/pull/113292
- 使 TextEditingDelta diagnosticable 併為具體的 TextEditingDelta 實現重寫 debugFillProperties。作者:@Renzo-Olivares,來自 https://github.com/flutter/flutter/pull/113395
- 修復 CupertinoListTile 中的溢位錯誤。作者:@alex-sandri,來自 https://github.com/flutter/flutter/pull/113010
- 向 button icon 建構函式添加了 statesController。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/113419
- 修復切換鍵盤時 bar 高度變化。作者:@luckysmg,來自 https://github.com/flutter/flutter/pull/106542
- 修復了 permanent choice chip icon 與 material3。作者:@AbhiShake1,來自 https://github.com/flutter/flutter/pull/113485
- 修復 PrimaryScrollController 文件中的拼寫錯誤。作者:@mono0926,來自 https://github.com/flutter/flutter/pull/113361
- 清理 _updateSelectionRects。作者:@LongCatIsLooong,來自 https://github.com/flutter/flutter/pull/113425
- 重發“在 iOS 上,單擊上一個選區應切換工具欄 #108913”。作者:@Renzo-Olivares,來自 https://github.com/flutter/flutter/pull/111995
- 為 CharacterActivator 新增 Alt 支援,並新增測試。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/113466
- [Docs] 澄清 Flex 不會自動換行。作者:@TzviPM,來自 https://github.com/flutter/flutter/pull/113404
- 修復 StarBorder operator==。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/113588
- 向 TapRegion 新增 HitTestBehavior。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/113634
- 使用 ScrollbarTheme 而不是 Theme 來處理 Scrollbar。作者:@Oleh-Sv,來自 https://github.com/flutter/flutter/pull/113237
- 新增 AnimatedIcons 預覽和示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/113700
- 處理不傳遞資料的 privatecommand 訊息。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/112590
- 撤銷“[text_input] 引入 TextInputControl”。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/113724
- 文字組合不應計入撤銷/重做。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/108765
- Overlay 始終應用裁剪。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/113770
- 在 BackdropFilter widget 的文件中連結“iOS PlatformView BackdropFilter 設計文件”。作者:@cyanglaz,來自 https://github.com/flutter/flutter/pull/113779
- 向 ThemeData 新增 fontFamilyFallback。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/112976
- 重發“[text_input] 引入 TextInputControl”。作者:@jpnurmi,來自 https://github.com/flutter/flutter/pull/113758
- 使用正確的語義標籤用於切換按鈕。作者:@guidezpl,來自 https://github.com/flutter/flutter/pull/113851
- [framework] 視窗大小或 insets 更改時重新柵格化頁面過渡。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/113647
- 當最後一個單詞位於第一個單詞之前時,修復 selectWordsInRange。作者:@Renzo-Olivares,來自 https://github.com/flutter/flutter/pull/113224
- 將 Popup MenuMigrate 到 Material 3。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/103606
- Scribble mixin。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/104128
- 修復了在長按移動時,iOS 文字選擇控制代碼拖動不連貫的問題,並且 iOS 文字選擇更新不正確。作者:@ksballetba,來自 https://github.com/flutter/flutter/pull/109136
- 將 token 從 v0.137 更新。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/113970
- 修復了指標滾動時 ScrollPosition.isScrollingNotifier.value。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/113972
- 改進 Scrollbar 拖動行為。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/112434
- 修復了 Slider 在桌面上的 overlay 和 value indicator 互動行為。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/113543
- 移動 AnimatedIcons 示例並修復 cupertino/text_selection_toolbar.dart 中的拼寫錯誤。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/113937
- 新增 Material 3 ProgressIndicator 示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/113950
- 修復了一個問題,即拖動 TextField 中的摺疊控制代碼不會…作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/115586
- 在文字欄位中進行 Page Up / Page Down。作者:@tgucio,來自 https://github.com/flutter/flutter/pull/107602
- 新增 Focus.parentNode 以允許控制 Focus 樹的形狀。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/113655
- 隱藏 MemoryAllocations 測試中故意丟擲異常的除錯日誌。作者:@jason-simmons,來自 https://github.com/flutter/flutter/pull/113786
- 向 DataTable 的 Material 新增 clipBehavior 和 borderRadius。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/113205
- 快取 TextPainter 的純文字值以提高效能。作者:@tgucio,來自 https://github.com/flutter/flutter/pull/109841
- 修復了 RTL 支援下的 stretch 效果。作者:@youssefali424,來自 https://github.com/flutter/flutter/pull/113214
- 將選單預設值替換為 tokens。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/113963
- 向 FocusScope widget 新增 parentNode。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/114034
- 修復因除錯欄位浪費記憶體 - 每個物件 16 位元組(添加了本應移除的欄位,跨越了雙字對齊)。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/113927
- 修復文字欄位標籤動畫的持續時間和曲線。作者:@Pourqavam,來自 https://github.com/flutter/flutter/pull/105966
- M3 文字欄位 UI 更新。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/113776
- 在 CupertinoSliverNavigationBar 中暴露 alwaysShowMiddle。作者:@campovski,來自 https://github.com/flutter/flutter/pull/113544
- 為可訪問性宣告提供測試 API。作者:@nbayati,來自 https://github.com/flutter/flutter/pull/109661
- 更新 Cupertino 文字輸入內邊距。作者:@MitchellGoodwin,來自 https://github.com/flutter/flutter/pull/113958
- 撤銷“更新 Cupertino 文字輸入內邊距”。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/114102
- 107866:新增支援以在 widget 測試中驗證 SemanticsNode 排序。作者:@pdblasi-google,來自 https://github.com/flutter/flutter/pull/113133
- 移除已棄用的 updateSemantics API 用法。作者:@a-wallen,來自 https://github.com/flutter/flutter/pull/113382
- 修復 TimePickerDialog 中渲染物件忘記更新欄位的邏輯錯誤。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112040
- 移除 RouteSetting.copyWith。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/113860
- 將 Widget Inspector 服務擴充套件從 DevTools 遷移到 Flutter。作者:@kenzieschmoll,來自 https://github.com/flutter/flutter/pull/113861
- 修復 DDS 不支援 Curves.easeInOutBack 曲線。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/114222
- 修復 Material 3 中的 Color Scheme 預設值。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/112666
- Context Menus。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/107193
- SingleChildScrollView 不裁剪語義子項。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/114194
- 修復了不正確命名的“debug”字首。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/114117
- 為所有返回可空值的 `of` 情況新增 `maybeOf`。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/114120
- 添加了 badges 和 lists 的 token 檔案。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/114382
- 🎨 改進 asset bundle 丟擲的異常。作者:@AlexV525,來自 https://github.com/flutter/flutter/pull/114313
- 小的程式碼清理:移除冗餘的 return。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/114290
- 為 BottomAppBar 新增 Material 3 支援。作者:@elbeicktalat,來自 https://github.com/flutter/flutter/pull/106525
- 撤銷“為 BottomAppBar 新增 Material 3 支援”。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/114421
- hintText TextOverflow。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/114378
- 撤銷“Overlay 始終應用裁剪 (#113770)”。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/114442
- 拖動改進。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/114042
- 為 Material 3 Popup Menu 新增示例並更新現有示例。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/114228
- Layer ... was previously used as oldLayer”斷言錯誤(在 debug 模式下),以及頁面在 release 模式下為空,由 LeaderLayer addToScene 錯誤引起。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/113998
- 引入 debugWithActiveLayoutCleared 以避免重複程式碼。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/114003
- 修復 addToScene 文件。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/113987
- 修復 timeDilation 未重置的錯誤,導致後續測試失敗,並添加了驗證以確保將來不會出現此類問題。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/113830
- 為 Slider 新增 Material 3 支援 - 第 1 部分。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/114079
- 為 BottomAppBar 新增 Material 3 支援(重發 #106525)。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/114439
- [web] 更改 Web 鍵盤選擇快捷方式以獲得更一致的行為。作者:@htoor3,來自 https://github.com/flutter/flutter/pull/114264
- 重構 Animated[List, Grid, SliverList, SliverGrid] 以共享公共程式碼。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/113793
- 修復了傳入 linter 的錯誤。作者:@pq,來自 https://github.com/flutter/flutter/pull/113794
- 撤銷“Scribble mixin”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/114647
- 撤銷“修復文字欄位標籤動畫的持續時間和曲線”。作者:@CaseyHillers,來自 https://github.com/flutter/flutter/pull/114646
- WidgetController.startGesture 新增觸控板支援。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/114631
- 在 SelectabledRegion 中支援鍵盤選擇。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/112584
- [New Feature] 支援捲軸 widget 上的滑鼠滾輪事件。作者:@xu-baolin,來自 https://github.com/flutter/flutter/pull/109659
- 添加了 Material Badge widget、BadgeTheme 和 BadgeThemeData。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/114560
- 撤銷“添加了 Material Badge widget、BadgeTheme 和 BadgeThemeData”。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/114819
- 將 TestWindow.updateSemantics 委託給包裝的 SingletonFlutterWindow。作者:@jason-simmons,來自 https://github.com/flutter/flutter/pull/114733
- 修復 TextField/CupertinoTextField 提示樣式溢位不起作用的問題。作者:@ksballetba,來自 https://github.com/flutter/flutter/pull/114335
- Mac 文字欄位中的 Page Up / Page Down。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/105497
- 重發“Scribble mixin”。作者:@justinmc,來自 https://github.com/flutter/flutter/pull/114698
- feat: [InteractiveViewer] 提供一種設定子項對齊方式的方法。作者:@pedromassango,來自 https://github.com/flutter/flutter/pull/114745
- [RawKeyboard] 允許 Web 的修飾符不一致。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/114499
- 使用 AppBar.systemOverlayStyle 為系統導航欄設定樣式。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/104827
- 修復了使用 BorderRadiusDirectional 時 StadiumBorder.lerpTo 和 StadiumBorder.lerpFrom 中的 CastError。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/114826
- 允許 Flutter golden 檔案測試出現閃爍。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/114450
- 重構 fix_data.yaml。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/114192
- 撤銷“允許 Flutter golden 檔案測試出現閃爍”。作者:@zanderso,來自 https://github.com/flutter/flutter/pull/114902
- 將 CircleAvatarMigrate 到支援 Material 3。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/114812
- TestWindow 中的 updateSemantics 應始終實現。作者:@a-wallen,來自 https://github.com/flutter/flutter/pull/114857
- [cleanup] 移除字串內插中不必要的括號。作者:@pq,來自 https://github.com/flutter/flutter/pull/115032
- 重發:添加了 Material Badge widget、BadgeTheme 和 BadgeThemeData (#114560)。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/115002
- 修復 RangeSlider 語義節點大小。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/114999
- 修復 AnimatedList 上的 shrinkwrap。作者:@Piinks,來自 https://github.com/flutter/flutter/pull/115104
- 在不開啟 event loop 的情況下,在 flutter_test 中載入資源。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/115123
- 撤銷“重發 'Scribble mixin'”。作者:@XilaiZhang,來自 https://github.com/flutter/flutter/pull/115146
- 撤銷“在不開啟 event loop 的情況下,在 flutter_test 中載入資源。”。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/115156
- 使 FutureBuilder 正確處理 SynchronousFuture,並重發 test assets 中的 SynchronousFuture 用法。作者:@dnfield,來自 https://github.com/flutter/flutter/pull/115173
- M3 Segmented Button widget。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/113723
- 修復了顏色曲線問題。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/115188
- 修復了準備 Dart VM 放棄對語言版本 < 2.12.0 的支援的測試。作者:@a-siva,來自 https://github.com/flutter/flutter/pull/115176
- SnapshotWidget 渲染不正確。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/114400
- [Impeller] 新增 shader include With FlutterFragCoord 以供 FragmentProgram 使用。作者:@bdero,來自 https://github.com/flutter/flutter/pull/114214
- 在 PlatformViewSurface 中包含初始 offset。作者:@bparrishMines,來自 https://github.com/flutter/flutter/pull/114103
- 將 token 從 v0.141 更新。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/115298
- 如果 textfield 非空且提供了 label text,則 hintText 語義將不會被無障礙讀取。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/115010
- 將 Material 3 中的按鈕和標籤文字更改為句子大小寫。作者:@thkim1011,來自 https://github.com/flutter/flutter/pull/115187
- 向 BottomAppBar 新增自定義內邊距的方法。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/115175
- 修復 markNeedsPaint 邏輯錯誤。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/112735
- 向可恢復的原始型別新增 RestorableEnumN
和 RestorableEnum 。作者:@gspencergoog,來自 https://github.com/flutter/flutter/pull/115050 - 使 Flutter Driver 主動等待可執行的 isolate。作者:@jakubfijalkowski,來自 https://github.com/flutter/flutter/pull/113969
- 更新了新增新本地化訊息的說明。作者:@harperl-lgtm,來自 https://github.com/flutter/flutter/pull/115390
- 使用具體的工廠建構函式來處理 DomXMLHttpRequest。作者:@srujzs,來自 https://github.com/flutter/flutter/pull/115094
- 修復了標籤對齊。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/115409
- [framework] 視窗大小或 insets 更改時重新柵格化頁面過渡。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/115371
- 移除對 double.nan 的不必要比較。作者:@asashour,來自 https://github.com/flutter/flutter/pull/115470
- 添加了 Badge.isLabelVisible 標誌。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/115292
- 添加了 Badge.count 建構函式。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/115297
- 撤銷“添加了 Badge.count 建構函式”。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/115564
- 重發:添加了 Badge.count 建構函式。作者:@HansMuller,來自 https://github.com/flutter/flutter/pull/115566
- 標籤應始終與 filled input decoration 中的文字對齊。作者:@QuncCccccc,來自 https://github.com/flutter/flutter/pull/115540
- 為 Selection area 和 text field 新增選擇反饋。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/115373
- 為 Slider 新增 Material 3 支援 - 第 2 部分。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/114624
- 修復了拖動 TextField 中的摺疊控制代碼不…的錯誤。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/115586
- 改進 showSnackBar 文件。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/114612
- 更新 theme data 檔案中的註釋。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/115603
- 使用 double.isNaN 而不是 ... == double.nan(始終為 false)。作者:@mkustermann,來自 https://github.com/flutter/flutter/pull/115424
- InkResponse highlights 可以更新。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/115635
- 在 listener 回撥期間不允許 dispose。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/114530
- 修復 NavigationBar 漣漪。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/115499
- 微小改進 RouteSettings 顯示。作者:@fzyzcjy,來自 https://github.com/flutter/flutter/pull/114481
- 新增更多 InkWell 測試。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/115634
- 移除對 double.nan 的不必要比較。作者:@asashour,來自 https://github.com/flutter/flutter/pull/115547
- 修復 BottomAppBar 測試中的格式。作者:@bernaferrari,來自 https://github.com/flutter/flutter/pull/115520
- 允許將 page-based route 推送為 pageless route。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/114362
- Material 3 navigation drawer。作者:@hangyujin,來自 https://github.com/flutter/flutter/pull/115668
- 為 Editable Text 新增拼寫檢查 (iOS)。作者:@camsim99,來自 https://github.com/flutter/flutter/pull/110193
- 為 navigator 新增 clip 選項。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/115775
- [RawKeyboard] 修復 Linux 重新對映的 CapsLock 丟擲。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/115009
- BouncingScrollPhysics 應傳播 decelerationRate。作者:@moffatman,來自 https://github.com/flutter/flutter/pull/115797
- 使用新的 pushImageFilter offset 引數來修復 children 的變換。作者:@flar,來自 https://github.com/flutter/flutter/pull/113673
- 撤銷“使用新的 pushImageFilter offset 引數來修復 children 的變換”。作者:@jonahwilliams,來自 https://github.com/flutter/flutter/pull/115861
- 提供一個選項來更新 FocusableActionDetector 下的 Focus 語義。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/115833
- 更新 PlatformException.stacktrace 的文件。作者:@ueman,來自 https://github.com/flutter/flutter/pull/114028
- 使用新的 pushImageFilter offset 引數來修復 children 的變換。作者:@flar,來自 https://github.com/flutter/flutter/pull/115884
- 將 token 從 v0.143 更新。作者:@darrenaustin,來自 https://github.com/flutter/flutter/pull/115890
- 修復了當前日期在被停用選擇時未被裝飾的問題。作者:@jgoyvaerts,來自 https://github.com/flutter/flutter/pull/115240
- 當 Controller 更改時,TabBar 應調整滾動位置。作者:@bleroux,來自 https://github.com/flutter/flutter/pull/116019
- 修復 iOS selectWordEdge 不考慮 affinity 的問題。作者:@chunhtai,來自 https://github.com/flutter/flutter/pull/115849
- 向 NavigationRailTheme 新增 IndicatorShape 並修復 indicator ripple。作者:@TahaTesser,來自 https://github.com/flutter/flutter/pull/116108
- 重發 Cupertino 文字輸入內邊距。作者:@MitchellGoodwin,來自 https://github.com/flutter/flutter/pull/115164
- 修復 LayoutExplorer 迴圈 by @LongCatIsLooong in https://github.com/flutter/flutter/pull/115526
- 微小的程式碼清理:移除不必要的比較 by @fzyzcjy in https://github.com/flutter/flutter/pull/114488
- 選單欄加速鍵 by @gspencergoog in https://github.com/flutter/flutter/pull/114852
- 忽略 NullThrownError 棄用 by @mit-mit in https://github.com/flutter/flutter/pull/116135
- 在 iOS 和 macOS 上停用退格/刪除鍵處理 by @LongCatIsLooong in https://github.com/flutter/flutter/pull/115900
- 更新 SnackBar 以支援 Material 3 by @esouthren in https://github.com/flutter/flutter/pull/115750
- 回滾“更新 SnackBar 以支援 Material 3” by @Piinks in https://github.com/flutter/flutter/pull/116199
- 使用 Isolate.run 作為 compute 的實現 by @dnfield in https://github.com/flutter/flutter/pull/115779
- iOS 16 上下文選單 by @justinmc in https://github.com/flutter/flutter/pull/115805
- 建立
DropdownMenuWidget 以支援 Material 3 by @QuncCccccc in https://github.com/flutter/flutter/pull/116088 - 為
TabBar新增 Material 3 支援 by @TahaTesser in https://github.com/flutter/flutter/pull/116110 - 為 ListTile widget 新增 onFocusChange 屬性 by @M97Chahboun in https://github.com/flutter/flutter/pull/111498
- 如果文字欄位沒有標籤,labeledTapTargetGuideline 應透過 by @chunhtai in https://github.com/flutter/flutter/pull/116221
- 調整 Material 3 文字欄位內邊距以與規範對齊 by @hangyujin in https://github.com/flutter/flutter/pull/116225
- 更新 M3 textTheme 以對所有樣式使用
onSurface顏色。by @darrenaustin in https://github.com/flutter/flutter/pull/116125 - 修復 Material 3
BottomSheet示例 by @TahaTesser in https://github.com/flutter/flutter/pull/116112 - 修復
Slider語義節點大小 by @TahaTesser in https://github.com/flutter/flutter/pull/115285 - 更新
useMaterial3文件以包含缺少的 M3 元件。by @darrenaustin in https://github.com/flutter/flutter/pull/116234 - 從不需要的示例中移除 shrinkWrap by @goderbauer in https://github.com/flutter/flutter/pull/116236
- 回滾“為
TabBar新增 Material 3 支援” by @guidezpl in https://github.com/flutter/flutter/pull/116273 - [Reland] 為
TabBar新增 Material 3 支援 by @TahaTesser in https://github.com/flutter/flutter/pull/116283 - M3 snackbar [重發] by @esouthren in https://github.com/flutter/flutter/pull/116218
- 回滾“修復
Slider語義節點大小” by @CaseyHillers in https://github.com/flutter/flutter/pull/116294 - 更新 CupertinoContextMenu 以符合 iOS 16 視覺效果 by @MitchellGoodwin in https://github.com/flutter/flutter/pull/110616
- 新增 Material 3
Slider示例 by @TahaTesser in https://github.com/flutter/flutter/pull/115638 - 為 DropdownMenu 添加了
controller和onSelected屬性 by @QuncCccccc in https://github.com/flutter/flutter/pull/116259 - 回滾“iOS 16 上下文選單”由於主題顏色混淆 by @justinmc in https://github.com/flutter/flutter/pull/116312
- 為 CupertinoUserInterfaceLevel 文件新增說明 by @MitchellGoodwin in https://github.com/flutter/flutter/pull/116371
- [CP] 修復 Snackbar TalkBack 迴歸問題 by @zanderso in https://github.com/flutter/flutter/pull/116608
- 當 NestedScrollPosition 是慣性取消時,修復滾動跳躍。(#116… by @Piinks in https://github.com/flutter/flutter/pull/117343
- 修復
NavigationRail高亮 (#117320) by @Piinks in https://github.com/flutter/flutter/pull/117344 - 修復
InkRipple在渲染墨水圓時未遵循rectCallback… by @Piinks in https://github.com/flutter/flutter/pull/117500
工具
#- [flutter_tools] [dap] 新增對將環境變數傳遞給已啟動程序的支援 by @DanTup in https://github.com/flutter/flutter/pull/107145
- [flutter_tools] 替換 android v2 embedding 損壞的文件連結 by @RoyARG02 in https://github.com/flutter/flutter/pull/107456
- 透過使用 package:coverage 的新快取選項提高覆蓋率速度 by @jensjoha in https://github.com/flutter/flutter/pull/107395
- 在 flutter_tools 測試中檢查分析器規則名稱而不是描述 by @jason-simmons in https://github.com/flutter/flutter/pull/107541
- [flutter_tools] 捕獲更通用的 XmlException 而不是 XmlParserException by @christopherfujino in https://github.com/flutter/flutter/pull/107574
- [flutter_tools] 使 android gradle builder 測試成為獨立的 by @christopherfujino in https://github.com/flutter/flutter/pull/107606
- 新增
UIApplicationSupportsIndirectInputEvents遷移 by @moffatman in https://github.com/flutter/flutter/pull/106889 - 透過 platformType 而不是型別檢查來檢查裝置型別,以支援代理裝置。by @chingjun in https://github.com/flutter/flutter/pull/107618
- [Windows] 從 bat 指令碼中移除
SETLOCAL ENABLEDELAYEDEXPANSION的使用。by @moko256 in https://github.com/flutter/flutter/pull/106861 - 將應用最低支援的 macOS 版本從 10.11 提高到 10.13 by @jmagman in https://github.com/flutter/flutter/pull/107689
- [gen_l10n] 當 arb 檔案不存在時丟擲錯誤 by @thkim1011 in https://github.com/flutter/flutter/pull/107583
- [flutter_tools] 透過檢查空字串來修復 gen-l10n 中的 RangeError by @christopherfujino in https://github.com/flutter/flutter/pull/107604
- [flutter_tools] 將 commands.shard/hermetic/doctor_test 遷移到 null-safety 並使其獨立 by @christopherfujino in https://github.com/flutter/flutter/pull/107670
- 從 FlutterProject 讀取 dart_plugin_registrant 路徑以支援非標準路徑。by @chingjun in https://github.com/flutter/flutter/pull/107617
- 以 machine 模式傳遞 device-user by @chingjun in https://github.com/flutter/flutter/pull/107747
- Pub 依賴項專案驗證器 by @Jasguerrero in https://github.com/flutter/flutter/pull/106895
- [flutter_tools] 從 doctor 測試中移除 shuffle by @christopherfujino in https://github.com/flutter/flutter/pull/107744
- [flutter_tools] 將 clean_test 遷移到 null-safety by @christopherfujino in https://github.com/flutter/flutter/pull/107750
- 回滾“從 FlutterProject 讀取 dart_plugin_registrant 路徑以支援非標準路徑。”by @christopherfujino in https://github.com/flutter/flutter/pull/107850
- [flutter_tools] 修復 attach 命令中的 null check 錯誤 by @christopherfujino in https://github.com/flutter/flutter/pull/107864
- [flutter_tool] 允許包含相對於 shader 路徑的內容 by @zanderso in https://github.com/flutter/flutter/pull/107862
- 當不合規的 DAP 工具(或使用者)向 DAP 伺服器傳送錯誤輸入時,提供更有用的錯誤訊息 by @DanTup in https://github.com/flutter/flutter/pull/107827
- [web][debug] 移除 debug 構建的 RequireJS 超時。by @ditman in https://github.com/flutter/flutter/pull/107868
- Dart 登錄檔位置 by @chingjun in https://github.com/flutter/flutter/pull/107967
- 在 Windows 構建中檢查路徑中是否存在非法字元 by @yaakovschectman in https://github.com/flutter/flutter/pull/107949
- 檢查 pubspec 而不是 lib/ by @Jasguerrero in https://github.com/flutter/flutter/pull/107968
- [flutter_tools] 在 pub get 失敗時新增更多除錯資訊 by @christopherfujino in https://github.com/flutter/flutter/pull/108062
- 移除過時的 Fuchsia 概念 by @richkadel in https://github.com/flutter/flutter/pull/107335
- [flutter_tools] 在連線 DAP 到 VM Service 時移除未使用的引數 by @DanTup in https://github.com/flutter/flutter/pull/108285
- [iOS] 更新模板圖示 by @RockerFlower in https://github.com/flutter/flutter/pull/107873
- 將 Gradle 和 AGP 版本升級到 7.5/7.2 並遷移示例/測試 by @GaryQian in https://github.com/flutter/flutter/pull/108197
- 回滾“將 Gradle 和 AGP 版本升級到 7.5/7.2 並遷移示例/測試” by @zanderso in https://github.com/flutter/flutter/pull/108349
- [flutter_tools] 移除更多 shuffles by @christopherfujino in https://github.com/flutter/flutter/pull/107759
- [flutter_tools] [dap] 確保 DAP 在終止時傳送 app.stop/app.detach by @DanTup in https://github.com/flutter/flutter/pull/108310
- 僅顯示 iOS 模擬器,在 verbose 模式下減少輸出量 by @jmagman in https://github.com/flutter/flutter/pull/108345
- 設定 Xcode 構建指令碼階段始終執行 by @jmagman in https://github.com/flutter/flutter/pull/108331
- 僅在第一次 iOS 構建時執行
pod installby @jmagman in https://github.com/flutter/flutter/pull/108205 - [flutter_tools] 建議解決失敗的
FlutterValidator的操作 by @RoyARG02 in https://github.com/flutter/flutter/pull/106355 - [gen_l10n] 在使用複數形式時,當佔位符型別被轉換為 'num' 時,向用戶發出警告 by @thkim1011 in https://github.com/flutter/flutter/pull/108036
- 處理 iOS 裝置鎖定時更新的錯誤訊息 by @jmagman in https://github.com/flutter/flutter/pull/108057
- Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" by @GaryQian in https://github.com/flutter/flutter/pull/108355
- Revert "Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples"" by @zanderso in https://github.com/flutter/flutter/pull/108407
- [flutter_tool] 在 ShaderCompilerException 中包含 impellerc 輸出 by @zanderso in https://github.com/flutter/flutter/pull/108348
- Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108355 by @GaryQian in https://github.com/flutter/flutter/pull/108472
- Revert "Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108355" by @Piinks in https://github.com/flutter/flutter/pull/108488
- 統一分析選項 by @goderbauer in https://github.com/flutter/flutter/pull/108462
- Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 by @GaryQian in https://github.com/flutter/flutter/pull/108510
- 移除 --ignore-deprecation 的文件,並在檢查 v1 embedding 之前檢查 pubspec by @GaryQian in https://github.com/flutter/flutter/pull/108523
- [flutter_tools] 將 flutter 特定內容與 home 快取合併 by @Jasguerrero in https://github.com/flutter/flutter/pull/105343
- 忽略 body_might_complete_normally_catch_error 違規 by @srawlins in https://github.com/flutter/flutter/pull/106563
- 在 iOS 應用存檔時新增使用事件 by @jmagman in https://github.com/flutter/flutter/pull/108643
- 在 macOS 應用存檔時新增使用事件 by @jmagman in https://github.com/flutter/flutter/pull/108651
- 在工具測試中使用 fake process manager 的
hasNoRemainingExpectations匹配器 by @jmagman in https://github.com/flutter/flutter/pull/108649 - [flutter_tools] 測試 DAP 程序在會話結束時終止 by @DanTup in https://github.com/flutter/flutter/pull/108301
- 修復 noop toString() 診斷 by @pq in https://github.com/flutter/flutter/pull/108836
- [flutter_tools] 將更多工具測試遷移到 null-safety by @christopherfujino in https://github.com/flutter/flutter/pull/108639
- 修復 flutter 未找到自定義裝置的問題 by @ardera in https://github.com/flutter/flutter/pull/108884
- [web] 在 FlutterLoader 中新增 onEntrypointLoaded。by @ditman in https://github.com/flutter/flutter/pull/108776
- 新增 avoid_redundant_argument_values 忽略的回溯 by @goderbauer in https://github.com/flutter/flutter/pull/108984
- 外掛 FFI 模板將 ffigen 升級到 6.0.1 by @dcharkes in https://github.com/flutter/flutter/pull/108792
- [flutter_tools] 重構 stringsArg by @amanv8060 in https://github.com/flutter/flutter/pull/105032
- [flutter_tools] 確保 setAssetDirectory 使用 windows 路徑 by @jonahwilliams in https://github.com/flutter/flutter/pull/109021
- 更新包 by @guidezpl in https://github.com/flutter/flutter/pull/109054
- 為 Gradle NDK 版本錯誤訊息新增引號 by @dcharkes in https://github.com/flutter/flutter/pull/109026
- [flutter_tools] 支援字型資源的熱過載 by @jonahwilliams in https://github.com/flutter/flutter/pull/109091
- [flutter_tools] 修復 map cast 中的工具崩潰 by @dnys1 in https://github.com/flutter/flutter/pull/107648
- [flutter_tools] 新增 impellerc 輸出檔案模式的測試 by @zanderso in https://github.com/flutter/flutter/pull/109190
- 新增 info 專案驗證器狀態 by @Jasguerrero in https://github.com/flutter/flutter/pull/109169
- [flutter_tools] 修復 devfs_web 中的 race condition with completer by @christopherfujino in https://github.com/flutter/flutter/pull/109059
- 為 web 停用 jank 指標 by @Jasguerrero in https://github.com/flutter/flutter/pull/109356
- 上傳後修復 Transporter 應用名稱在日誌中顯示的問題 by @xvrh in https://github.com/flutter/flutter/pull/107414
- 即使 proc lookup 失敗,也釋放庫 by @verath in https://github.com/flutter/flutter/pull/108312
- [flutter_tools] Pin path_provider_android by @christopherfujino in https://github.com/flutter/flutter/pull/109429
- 在輔助指令碼中移除已棄用的 Ruby File.exists? by @jmagman in https://github.com/flutter/flutter/pull/109428
- 將
flutter.gradleAGP 更新到 7.2.0 並增加預設 NDK 版本 by @GaryQian in https://github.com/flutter/flutter/pull/109211 - 為被重寫的
File.create方法引入存根化的exclusive引數 by @aam in https://github.com/flutter/flutter/pull/109646 - [flutter_tools] 讓 flutter test -v 列印不同階段的時間 by @jensjoha in https://github.com/flutter/flutter/pull/108864
- 生成同時適用於 null-safety 和非 null-safety 的外掛註冊語法。by @eyebrowsoffire in https://github.com/flutter/flutter/pull/109480
- 暫時移除一個錯誤的警告,直到 dwds 更新修復 by @annagrin in https://github.com/flutter/flutter/pull/109793
- 移除將 --debugger-module-names 傳遞給 frontend server by @annagrin in https://github.com/flutter/flutter/pull/109791
- [gen_l10n] 新增格式化生成的本地化檔案的選項 by @thkim1011 in https://github.com/flutter/flutter/pull/109171
- 將 GeneralInfo 專案驗證器新增到分析 --suggestions 中 by @Jasguerrero in https://github.com/flutter/flutter/pull/109874
- [flutter_tools] 在所有通道上啟用自定義裝置 by @zanderso in https://github.com/flutter/flutter/pull/109953
- [flutter_tools] 修復 HotRunner._resetDirtyAssets 中的 _CastError by @christopherfujino in https://github.com/flutter/flutter/pull/108771
- [dap] 在響應 launch/attach 之前不等待 appStarted,並且不呼叫 app.stop 針對未啟動的應用 by @DanTup in https://github.com/flutter/flutter/pull/109386
- FFI 外掛將 FFIgen 升級到 6.1.2 by @dcharkes in https://github.com/flutter/flutter/pull/110246
- [flutter_tools] 取消固定 path_provider_android 並回滾 by @christopherfujino in https://github.com/flutter/flutter/pull/110216
- [web] 修復
flutter create生成的入口點的熱過載 by @yjbanov in https://github.com/flutter/flutter/pull/110229 - [flutter_tools] 將一些檔案遷移到 null safety by @jonahwilliams in https://github.com/flutter/flutter/pull/110354
- 在
flutter pub get中顯示pub get的輸出 by @sigurdm in https://github.com/flutter/flutter/pull/106300 - 回滾“在
flutter pub get中顯示pub get的輸出” by @zanderso in https://github.com/flutter/flutter/pull/110478 - [flutter_tools] 在 Apple Silicon 上拉取更多 arm64 構件 by @zanderso in https://github.com/flutter/flutter/pull/110291
- [flutter_tools] 將 gradle 錯誤和 project 測試遷移到 null safety by @jonahwilliams in https://github.com/flutter/flutter/pull/110530
- [Windows] 在第一幀繪製之前隱藏應用 by @loic-sharma in https://github.com/flutter/flutter/pull/109816
- [Windows] 新增生成的外掛忽略 by @hlwhl in https://github.com/flutter/flutter/pull/109973
- 支援為 'build macos-framework' 和 'ios-framework' 提供單架構本地引擎 by @jmagman in https://github.com/flutter/flutter/pull/110564
- 使 module 測試在 Xcode 14 上透過 by @jmagman in https://github.com/flutter/flutter/pull/110556
- 在測試中使用 UriConverter 從上下文獲取 by @helin24 in https://github.com/flutter/flutter/pull/110539
- [flutter_tools] 為 web 生成本地化(
flutter run時) by @thkim1011 in https://github.com/flutter/flutter/pull/110526 - 在 MigratePlaformConfig 中跟蹤平臺,並強制提供元資料檔案 by @GaryQian in https://github.com/flutter/flutter/pull/110540
- [flutter_tools] 更改 master 上計算版本的方式 by @christopherfujino in https://github.com/flutter/flutter/pull/110791
- [tool] 修復 flutter.js 與熱過載在基於 promise 的初始化上的迴歸。by @ditman in https://github.com/flutter/flutter/pull/110805
- 刪除多餘的 .packages by @guidezpl in https://github.com/flutter/flutter/pull/110749
- 將 android SDK 升級到 33 by @GaryQian in https://github.com/flutter/flutter/pull/109583
- [flutter_tools] 在本地檔案系統之前例項化關機鉤子 by @christopherfujino in https://github.com/flutter/flutter/pull/110693
- 手動將 DWDS 版本更新到
v.16.0.0by @elliette in https://github.com/flutter/flutter/pull/110822 - 更新跳過熱過載測試的 issue 引用 by @annagrin in https://github.com/flutter/flutter/pull/110881
- [Windows] 在系統主題為深色時使用深色標題欄 by @loic-sharma in https://github.com/flutter/flutter/pull/110615
- 回滾“[Windows] 在系統主題為深色時使用深色標題欄” by @jmagman in https://github.com/flutter/flutter/pull/110890
- feat: 為 iOS 和 macOS 構建提供 dSYM 除錯資訊 by @vaind in https://github.com/flutter/flutter/pull/101586
- packages/flutter_tools/test/commands.shard/permeable 的 null-safety 遷移 by @liamappelbe in https://github.com/flutter/flutter/pull/110710
- packages/flutter_tools/test/commands.shard/hermetic 的 null-safety 遷移,第 3 部分/3 by @liamappelbe in https://github.com/flutter/flutter/pull/110709
- packages/flutter_tools/test/commands.shard/hermetic 的 null-safety 遷移,第 2 部分/3 by @liamappelbe in https://github.com/flutter/flutter/pull/110708
- packages/flutter_tools/test/web.shard 的 null-safety 遷移 by @liamappelbe in https://github.com/flutter/flutter/pull/110713
- packages/flutter_tools/test/commands.shard/hermetic 的 null-safety 遷移,第 1 部分/3 by @liamappelbe in https://github.com/flutter/flutter/pull/110707
- 在準備 Dart 3 之前更新 null-safety 警告 by @mit-mit in https://github.com/flutter/flutter/pull/110998
- packages/flutter_tools/test/general.shard 的 null-safety 遷移,第 2 部分/2 by @liamappelbe in https://github.com/flutter/flutter/pull/110712
- Reland: 在
flutter pub get中顯示pub get的輸出 by @sigurdm in https://github.com/flutter/flutter/pull/110851 - doctor 中的 Windows 版本檢查 by @eliasyishak in https://github.com/flutter/flutter/pull/110013
- packages/flutter_tools/test/general.shard 的 null-safety 遷移,第 1 部分/2 by @liamappelbe in https://github.com/flutter/flutter/pull/110711
- [flutter_tools] 新增測試除錯 #111272 by @christopherfujino in https://github.com/flutter/flutter/pull/111280
- 重構:剝離 macOS 和 iOS App.framework 的所有本地符號 - 減小應用大小 by @vaind in https://github.com/flutter/flutter/pull/111264
- 從 iml 模板中移除 .pub 目錄 by @natebosch in https://github.com/flutter/flutter/pull/109622
- [Windows] 在系統主題為深色時使用深色標題欄 by @loic-sharma in https://github.com/flutter/flutter/pull/111042
- [flutter_tools] Pin url_launcher_android 並更新包 by @christopherfujino in https://github.com/flutter/flutter/pull/111309
- [flutter_tools] 過濾掉 dart pub get 輸出中的“Resolving dependencies...”以修復測試不穩定性 by @christopherfujino in https://github.com/flutter/flutter/pull/111312
- packages/flutter_tools/bin 的 null-safety 遷移 by @liamappelbe in https://github.com/flutter/flutter/pull/110706
- 回滾“packages/flutter_tools/bin 的 null-safety 遷移” by @zanderso in https://github.com/flutter/flutter/pull/111506
- 讓外掛的輸出生成在 flutter/.android/plugins_build_output/${androidPlugin.name} 中 by @chunfengyao in https://github.com/flutter/flutter/pull/94645
- 當提供目錄路徑而不是檔案路徑時的錯誤處理 by @eliasyishak in https://github.com/flutter/flutter/pull/109796
- [flutter_tools] 減少 doctor 超時以除錯 111686 by @christopherfujino in https://github.com/flutter/flutter/pull/111687
- [flutter_tools] 修復 AndroidSdk.reinitialize 的 bad state 錯誤 by @christopherfujino in https://github.com/flutter/flutter/pull/111527
- 在 nullable onError catchError 處理程式中返回 null 而不是直接結束。by @srawlins in https://github.com/flutter/flutter/pull/111581
- 不要對傳遞的依賴項 iOS pod 資源包進行程式碼簽名 by @jmagman in https://github.com/flutter/flutter/pull/111714
- Reland "packages/flutter_tools/bin 的 null-safety 遷移" by @liamappelbe in https://github.com/flutter/flutter/pull/111756
- 加速 flutter 啟動(Windows 上更快的包裝指令碼) by @jensjoha in https://github.com/flutter/flutter/pull/111465
- 加速
flutter啟動(僅在實際設定某些內容時訪問 globals.deviceManager) by @jensjoha in https://github.com/flutter/flutter/pull/111461 - 加速
flutter啟動(使用 app-jit 快照) by @jensjoha in https://github.com/flutter/flutter/pull/111459 - 修復不穩定的 analyze 測試 by @eliasyishak in https://github.com/flutter/flutter/pull/111895
- [flutter_tools] 修復 ChromiumDevice.startApp 中的型別錯誤 by @christopherfujino in https://github.com/flutter/flutter/pull/111935
- 重構
DeviceManager.findTargetDevices()和FlutterCommand.findAllTargetDevices(),並新增一個不顯示提示的標誌。by @chingjun in https://github.com/flutter/flutter/pull/112223 - [tool] 提議支援從 json 檔案中讀取 dart define 配置 by @hai046 in https://github.com/flutter/flutter/pull/108098
- 修復 fuchsia_tester.dart 中的 null-safety 錯誤 by @liamappelbe in https://github.com/flutter/flutter/pull/112414
- 收緊資源變體檢測標準,僅包含 device-pixel-ratio 變體 by @andrewkolos in https://github.com/flutter/flutter/pull/110721
- 使用 directory exists 而不是 path.dirname by @Jasguerrero in https://github.com/flutter/flutter/pull/112219
- 僅當它們共享相同的檔名時,才將資源視為變體 by @jason-simmons in https://github.com/flutter/flutter/pull/112602
- 在熱過載/熱重啟期間向客戶端傳送進度通知 by @DanTup in https://github.com/flutter/flutter/pull/112455
- 將 flutter_tools 遷移到使用 package:coverage by @liamappelbe in https://github.com/flutter/flutter/pull/111681
- 在 ErrorHandlingFileSystem 的 file/directory API 中返回 ErrorHandlingFileSystem 備份物件 by @jason-simmons in https://github.com/flutter/flutter/pull/112673
- [flutter_tools] 快取更多目錄 by @jonahwilliams in https://github.com/flutter/flutter/pull/112651
- [flutter_tools] --analyze --suggestions --machine 命令 by @GaryQian in https://github.com/flutter/flutter/pull/112217
- 關閉現有 iOS Xcode 專案中的 bitcode by @jmagman in https://github.com/flutter/flutter/pull/112828
- 在工具中停止為 iOS 嵌入 bitcode by @jmagman in https://github.com/flutter/flutter/pull/112831
- 將 .aar 檔案的檔名約定恢復為支援 build.gradle 中的模糊匹配 by @JunhuaLin in https://github.com/flutter/flutter/pull/112149
- 使 project migrate() 返回 void by @jmagman in https://github.com/flutter/flutter/pull/112897
- 改進 dart pub get 呼叫失敗時的除錯 by @christopherfujino in https://github.com/flutter/flutter/pull/112968
- 在更新包時,在所有 pub 呼叫完成後再刪除模擬的 SDK 目錄 by @jason-simmons in https://github.com/flutter/flutter/pull/112975
- 為 add-to-app iOS 開發人員新增 bitcode 棄用說明 by @jmagman in https://github.com/flutter/flutter/pull/112900
- 將 targetSdkVersion 和 compileSdkVersion 升級到 33 by @GaryQian in https://github.com/flutter/flutter/pull/112936
- 回滾“將 targetSdkVersion 和 compileSdkVersion 升級到 33” by @zanderso in https://github.com/flutter/flutter/pull/113064
- [flutter_tool] 如果 CanvasKit 已在 flutter_web_sdk 中,則不下載 by @hterkelsen in https://github.com/flutter/flutter/pull/113072
- 修復 Issue #112983 by @domesticmouse in https://github.com/flutter/flutter/pull/112985
- 打亂 flutter.gradle 的操作順序 by @GaryQian in https://github.com/flutter/flutter/pull/111747
- BufferLogger 應該記錄堆疊跟蹤 by @jmagman in https://github.com/flutter/flutter/pull/113240
- 如果寫入 CWD 失敗,則在臨時目錄中寫入崩潰報告。by @chingjun in https://github.com/flutter/flutter/pull/113316
- 修復 Android Studio 版本字串的可空性,並在測試中模擬 AndroidStudio by @jmagman in https://github.com/flutter/flutter/pull/113295
- 為 iOS 模擬器啟用 Impeller 標誌 by @jmagman in https://github.com/flutter/flutter/pull/113350
- 在 stopApp 中使 AndroidApk 可空。by @chingjun in https://github.com/flutter/flutter/pull/113353
- 處理 ProxiedDevice.stopApp 中的 null 異常情況。by @chingjun in https://github.com/flutter/flutter/pull/113317
- 在 "flutter run --machine" 中支援 "--no-devtools" 標誌 by @jason-simmons in https://github.com/flutter/flutter/pull/113414
- 在構建結束時顯示 Xcode 編譯錯誤,抑制 Xcode 的 stdout 和 stderr by @jmagman in https://github.com/flutter/flutter/pull/113302
- [tool] ⚡️ 在
flutter run中安裝相應的 APK by @AlexV525 in https://github.com/flutter/flutter/pull/112768 - 回滾“[tool] ⚡️ 在
flutter run中安裝相應的 APK” by @godofredoc in https://github.com/flutter/flutter/pull/113614 - 依賴注入 Attach 命令 by @Jasguerrero in https://github.com/flutter/flutter/pull/113227
- 移除 Swift 外掛的 Objective-C 檔案 by @jmagman in https://github.com/flutter/flutter/pull/113585
- 在 "q" 時終止模擬器應用 by @jmagman in https://github.com/flutter/flutter/pull/113581
- [tool] 在
flutter run中安裝相應的 APK by @AlexV525 in https://github.com/flutter/flutter/pull/113622 - [Impeller] 在啟用 Impeller 時構建 Impeller iOS 執行時階段著色器 by @bdero in https://github.com/flutter/flutter/pull/113689
- [flutter_tools] 實現 NotifyingLogger.supportsColor by @christopherfujino in https://github.com/flutter/flutter/pull/113635
- 在 doctor 中檢查路徑上的 bin by @christopherfujino in https://github.com/flutter/flutter/pull/113106
- [web] 在 flutter.js 和其他工具中使用 TrustedTypes by @ditman in https://github.com/flutter/flutter/pull/112969
- 在 flutter.gradle 的 multidex 檢查中避免建立 map literal by @GaryQian in https://github.com/flutter/flutter/pull/113845
- 修復新的 web/wasm 模式的 --local-engine by @mdebbar in https://github.com/flutter/flutter/pull/113759
- 為 flutter create 命令新增 --empty by @gspencergoog in https://github.com/flutter/flutter/pull/113873
- 為 flutter test 新增分支覆蓋率 by @liamappelbe in https://github.com/flutter/flutter/pull/113802
- 新增在除錯整合測試時對錶達式編譯的支援 by @DanTup in https://github.com/flutter/flutter/pull/113481
- 將 flutter 工具的 gradle 升級到 7.3.0 by @GaryQian in https://github.com/flutter/flutter/pull/114023
- [macOS] 建立專案時,Flavors 專案會丟擲
no flavor specified。by @a-wallen in https://github.com/flutter/flutter/pull/113979 - 在構建設定中檢查 watch companion by @vashworth in https://github.com/flutter/flutter/pull/113956
- 回滾“在構建設定中檢查 watch companion” by @jmagman in https://github.com/flutter/flutter/pull/114035
- 如果傳遞了平臺 dill,則不指定 libraries-spec 引數。by @eyebrowsoffire in https://github.com/flutter/flutter/pull/114045
- [flutter_tools] 將 fatal-warnings 檢查與 fatal-infos 分開 by @lubritto in https://github.com/flutter/flutter/pull/113748
- 回滾“Terminate simulator app on "q" (#113581)” 的一部分 by @jmagman in https://github.com/flutter/flutter/pull/114083
- [flutter_tools] 允許 flutter drive 在接收到終止訊號時截圖 by @christopherfujino in https://github.com/flutter/flutter/pull/114118
- 修復 flutter.gradle 中的拼寫錯誤 by @akhial in https://github.com/flutter/flutter/pull/114143
- 在構建設定中檢查 watch companion by @vashworth in https://github.com/flutter/flutter/pull/114078
- 在 "q" 時終止模擬器應用 by @jmagman in https://github.com/flutter/flutter/pull/114114
- 在 flutter_tool 中注入 Logger 時將其設為必填 by @jmagman in https://github.com/flutter/flutter/pull/114111
- 修復 coverage collector 中的 NPE by @liamappelbe in https://github.com/flutter/flutter/pull/114177
- [flutter_tools] 新增將著色器編譯為 JSON bundle 以用於 web 的支援 by @jonahwilliams in https://github.com/flutter/flutter/pull/114295
- 刪除 flutter_migrate 程式碼 by @GaryQian in https://github.com/flutter/flutter/pull/114253
- [flutter_tools] 引入用於指定 web 輸出目錄的 arg 選項 by @eliasyishak in https://github.com/flutter/flutter/pull/113076
- 始終呼叫 impeller ios shader target by @jonahwilliams in https://github.com/flutter/flutter/pull/114451
- [flutter_tools/dap] 將 org-dartlang-sdk URIs 對映到分析器找到的原始檔位置 by @DanTup in https://github.com/flutter/flutter/pull/114369
- [flutter_tools/dap] 新增一個基礎 Flutter adapter 類以避免介面卡之間的重複 by @DanTup in https://github.com/flutter/flutter/pull/114533
- [flutter_tools] 為 flutter drive 提供 --timeout 選項 by @christopherfujino in https://github.com/flutter/flutter/pull/114458
- [tools]驗證構建 ipa 的基本 Xcode 設定 by @hellohuanlin in https://github.com/flutter/flutter/pull/113412
- 回滾“[tools]驗證構建 ipa 的基本 Xcode 設定” by @zanderso in https://github.com/flutter/flutter/pull/114615
- 不要假設 pub 是“flutter create”執行的第一個命令 by @jason-simmons in https://github.com/flutter/flutter/pull/114621
- [tools]reland 驗證構建 ipa 的基本 Xcode 設定 by @hellohuanlin in https://github.com/flutter/flutter/pull/114634
- 更改工具中一些必需的可空引數為非空 by @jmagman in https://github.com/flutter/flutter/pull/114115
- 從 /hub 切換到 iquery 來檢索裝置上的 vm_service_port。by @naudzghebre in https://github.com/flutter/flutter/pull/114637
- Revert "Switch the way we retrieve the vm_service_port from /hub to i…" by @cbracken in https://github.com/flutter/flutter/pull/114715
- ICU 訊息語法解析器 by @thkim1011 in https://github.com/flutter/flutter/pull/112390
- 修復 macOS 遷移 nothing-to-upgrade 測試 by @cbracken in https://github.com/flutter/flutter/pull/114703
- 將最低支援的 macOS 版本從 10.13 提高到 10.14 by @cbracken in https://github.com/flutter/flutter/pull/114713
- 在獲取 xcworkspace 時,排除隱藏檔案 by @vashworth in https://github.com/flutter/flutter/pull/114099
- [flutter_tools] 新增 impellerc 新增的新情況的編譯失敗測試 by @jonahwilliams in https://github.com/flutter/flutter/pull/114757
- 從 /hub 切換到 iquery 來檢索裝置上的 vm_service_port。by @naudzghebre in https://github.com/flutter/flutter/pull/114834
- [tool] 支援
flutter install的--flavor選項。by @a-wallen in https://github.com/flutter/flutter/pull/114048 - 構建命令依賴注入 by @Jasguerrero in https://github.com/flutter/flutter/pull/114383
- 在 kotlin dsl gradle 檔案中應用 multidex 配置 by @GaryQian in https://github.com/flutter/flutter/pull/114660
- 新增更多支援的模擬器除錯選項並改進測試 by @vashworth in https://github.com/flutter/flutter/pull/114628
- [flutter_tools/dap] 支援將
flutter run --machineexposeUrl 請求轉發到 DAP 客戶端 by @DanTup in https://github.com/flutter/flutter/pull/114539 - 將 ios-deploy iOS 構件回滾到 arm slice 版本 by @jmagman in https://github.com/flutter/flutter/pull/115042
- 防止測試生成與測試檔案並存的 dill 檔案 by @DanTup in https://github.com/flutter/flutter/pull/115075
- 在 codesign 失敗輸出中包含 stdout by @jmagman in https://github.com/flutter/flutter/pull/115115
- chore: 在 aarch64 上啟用 Flutter Android 工作流 by @TheOneWithTheBraid in https://github.com/flutter/flutter/pull/113829
- 在 "flutter create" 中明確說明文件連結 by @Hixie in https://github.com/flutter/flutter/pull/114181
- [flutter_tools] 支援 github reporter by @jonahwilliams in https://github.com/flutter/flutter/pull/115137
- [flutter_tools] 修復 --dart-define-from-file 設定的值可以傳遞給 Gradle 的問題 by @blendthink in https://github.com/flutter/flutter/pull/114297
- [web] 新增
--local-web-sdk標誌,併為 dart2js 和 ddc 使用預編譯的平臺 kernel by @eyebrowsoffire in https://github.com/flutter/flutter/pull/114639 - 回滾“[web] 新增
--local-web-sdk標誌,併為 dart2js 和 ddc 使用預編譯的平臺 kernel” by @jonahwilliams in https://github.com/flutter/flutter/pull/115242 - 不要從 host local-engine 中剝離架構字尾 by @jmagman in https://github.com/flutter/flutter/pull/115320
- [flutter_tools] 新增 uint 編譯測試 by @jonahwilliams in https://github.com/flutter/flutter/pull/115317
- [tools]修復 plugin_ffi 模板 lint 違規 by @dcharkes in https://github.com/flutter/flutter/pull/115356
- 從 build ios-frameworks 錯誤中移除 dev channel 引用 by @jmagman in https://github.com/flutter/flutter/pull/115166
- 為 master channel 建立一個 main 別名。by @godofredoc in https://github.com/flutter/flutter/pull/115388
- 在 flutter test 中移除 [reporter] 和 [timeout] 的預設值 by @eliasyishak in https://github.com/flutter/flutter/pull/115160
- [flutter_tools] 移除所有 body_might_complete_normally_catch_error 忽略 by @christopherfujino in https://github.com/flutter/flutter/pull/115184
- [tools]構建 ipa 驗證模板圖示檔案 by @hellohuanlin in https://github.com/flutter/flutter/pull/114841
- 移除重定向工廠建構函式中多餘的引數 by @srawlins in https://github.com/flutter/flutter/pull/115497
- 將 package:pub_semver 升級到最新版本 by @devoncarew in https://github.com/flutter/flutter/pull/115570
- [flutter_tools] Pin package:archive 並手動回滾 by @christopherfujino in https://github.com/flutter/flutter/pull/115662
- [flutter_tools] 新增 --synthetic-package-path 的 flutter update-packages by @christopherfujino in https://github.com/flutter/flutter/pull/115665
- 更新了 kotlinlang 版本 URL。by @gaaclarke in https://github.com/flutter/flutter/pull/115782
- [flutter_tool] 新增 --enable-dart-profiling 標誌 by @zanderso in https://github.com/flutter/flutter/pull/115863
- [flutter_tools] 新增 --dump-info, --no-frequency-based-minification 標誌 by @kevmoo in https://github.com/flutter/flutter/pull/115862
- 重構 Message 類以包含所有翻譯 by @thkim1011 in https://github.com/flutter/flutter/pull/115506
- [flutter_tools] 對 shader 庫使用絕對路徑 by @jonahwilliams in https://github.com/flutter/flutter/pull/116123
- 為 ICU MessageFormat 語法新增轉義選項 by @thkim1011 in https://github.com/flutter/flutter/pull/116137
- [tools]構建 ipa 驗證應用圖示大小 by @hellohuanlin in https://github.com/flutter/flutter/pull/115594
- [flutter_tools] 在 flutter validator 中規範化 windows 檔案路徑大小寫 by @christopherfujino in https://github.com/flutter/flutter/pull/115889
- [flutter_tools] 在編譯 dart2js 時新增除錯跟蹤 by @christopherfujino in https://github.com/flutter/flutter/pull/116238
- [flutter_tools] 將 app.webLaunchUrl 事件從 Flutter 轉發到 DAP 客戶端 by @DanTup in https://github.com/flutter/flutter/pull/116275
- [flutter_tools] 為 "flutter format" 新增棄用訊息 by @christopherfujino in https://github.com/flutter/flutter/pull/116145
- [gen_l10n] 改進
gen_l10nby @thkim1011 in https://github.com/flutter/flutter/pull/116202 - Reland "Upgrade targetSdkVersion and compileSdkVersion to 33" by @GaryQian in https://github.com/flutter/flutter/pull/116146
- 當 x64 二進位制檔案無法執行時,建議使用 Rosetta by @jmagman in https://github.com/flutter/flutter/pull/114558
- 移除 "dart pub get" 的重試,並取消緩衝其 stdout/stderr 輸出 by @nehalvpatel in https://github.com/flutter/flutter/pull/115801
- [flutter_tools] 停用 web 著色器的編譯 by @jonahwilliams in https://github.com/flutter/flutter/pull/116368
- [flutter_tools] 不要在 web 構建中包含 material 著色器 (#116538) by @jonahwilliams in https://github.com/flutter/flutter/pull/116554
- [CP] [flutter_tools] 新增 remap sampler 支援 (#116861) by @jonahwilliams in https://github.com/flutter/flutter/pull/116922
macOS
#- 將 CI 更新為使用 Xcode 14 beta 5 by @jmagman in https://github.com/flutter/flutter/pull/110302
- 從外掛 lint 測試中移除 Apple Silicon 變通方法 by @jmagman in https://github.com/flutter/flutter/pull/111432
- 更新 macOS gallery 顯示名稱 by @jmagman in https://github.com/flutter/flutter/pull/113658
新貢獻者
#- @talisk 首次貢獻 in https://github.com/flutter/flutter/pull/107221
- @0xba1 首次貢獻 in https://github.com/flutter/flutter/pull/107836
- @foongsq 首次貢獻 in https://github.com/flutter/flutter/pull/107201
- @NikosTsesmelis 首次貢獻 in https://github.com/flutter/flutter/pull/105958
- @yaakovschectman 首次貢獻 in https://github.com/flutter/flutter/pull/107949
- @richkadel 首次貢獻 in https://github.com/flutter/flutter/pull/107335
- @nbayati 首次貢獻 in https://github.com/flutter/flutter/pull/107568
- @RockerFlower 首次貢獻 in https://github.com/flutter/flutter/pull/107873
- @polina-c 首次貢獻 in https://github.com/flutter/flutter/pull/108234
- @snat-s 首次貢獻 in https://github.com/flutter/flutter/pull/107738
- @pdblasi-google 首次貢獻 in https://github.com/flutter/flutter/pull/108573
- @parkershepherd 首次貢獻 in https://github.com/flutter/flutter/pull/108843
- @Stitch-Taotao 首次貢獻 in https://github.com/flutter/flutter/pull/108659
- @otto-dev 首次貢獻 in https://github.com/flutter/flutter/pull/108710
- @dnys1 首次貢獻 in https://github.com/flutter/flutter/pull/107648
- @verath 首次貢獻 in https://github.com/flutter/flutter/pull/108312
- @limonadev 首次貢獻 in https://github.com/flutter/flutter/pull/103753
- @eggfly 首次貢獻 in https://github.com/flutter/flutter/pull/110077
- @newtaDev 首次貢獻 in https://github.com/flutter/flutter/pull/103620
- @FluentCoding 首次貢獻 in https://github.com/flutter/flutter/pull/110096
- @ankur2136 首次貢獻 in https://github.com/flutter/flutter/pull/109784
- @akshdeep-singh 首次貢獻 in https://github.com/flutter/flutter/pull/109808
- @hlwhl 首次貢獻 in https://github.com/flutter/flutter/pull/109973
- @vaind 首次貢獻 in https://github.com/flutter/flutter/pull/101586
- @eliasyishak 首次貢獻 in https://github.com/flutter/flutter/pull/110013
- @tomgilder 首次貢獻 in https://github.com/flutter/flutter/pull/110985
- @alestiago 首次貢獻 in https://github.com/flutter/flutter/pull/111034
- @prateekbytes 首次貢獻 in https://github.com/flutter/flutter/pull/111401
- @NazarenoCavazzon 首次貢獻 in https://github.com/flutter/flutter/pull/109014
- @talamaska 首次貢獻 in https://github.com/flutter/flutter/pull/107924
- @codeforce-dev 首次貢獻 in https://github.com/flutter/flutter/pull/109443
- @yunusemrebakir 首次貢獻 in https://github.com/flutter/flutter/pull/106274
- @Mayb3Nots 首次貢獻 in https://github.com/flutter/flutter/pull/110908
- @robiness 首次貢獻 in https://github.com/flutter/flutter/pull/112137
- @hai046 首次貢獻 in https://github.com/flutter/flutter/pull/108098
- @sarannng 首次貢獻 in https://github.com/flutter/flutter/pull/112454
- @DattatreyaReddy 首次貢獻 in https://github.com/flutter/flutter/pull/112218
- @JunhuaLin 首次貢獻 in https://github.com/flutter/flutter/pull/112149
- @Hardeepsingh980 首次貢獻 in https://github.com/flutter/flutter/pull/83994
- @math1man 首次貢獻 in https://github.com/flutter/flutter/pull/112548
- @The-Redhat 首次貢獻 in https://github.com/flutter/flutter/pull/108112
- @alex-sandri 首次貢獻 in https://github.com/flutter/flutter/pull/113010
- @AbhiShake1 首次貢獻 in https://github.com/flutter/flutter/pull/113485
- @TzviPM 首次貢獻 in https://github.com/flutter/flutter/pull/113404
- @Oleh-Sv 首次貢獻 in https://github.com/flutter/flutter/pull/113237
- @ksballetba 首次貢獻 in https://github.com/flutter/flutter/pull/109136
- @youssefali424 首次貢獻 in https://github.com/flutter/flutter/pull/113214
- @kyeshmz 首次貢獻 in https://github.com/flutter/flutter/pull/109650
- @Pourqavam 首次貢獻 in https://github.com/flutter/flutter/pull/105966
- @lubritto 首次貢獻 in https://github.com/flutter/flutter/pull/113748
- @akhial 首次貢獻 in https://github.com/flutter/flutter/pull/114143
- @elbeicktalat 首次貢獻 in https://github.com/flutter/flutter/pull/106525
- @naudzghebre 首次貢獻 in https://github.com/flutter/flutter/pull/114637
- @blendthink 首次貢獻 in https://github.com/flutter/flutter/pull/114297
- @jakubfijalkowski 首次貢獻 in https://github.com/flutter/flutter/pull/113969
- @srujzs 首次貢獻 in https://github.com/flutter/flutter/pull/115094
- @jgoyvaerts 首次貢獻 in https://github.com/flutter/flutter/pull/115240
完整變更日誌: https://github.com/flutter/flutter/compare/3.3.0...3.7.0-1.4.pre