10047 Commits

Author SHA1 Message Date
Taha Tesser
4d501ab0ff
Fix some MaterialBanner properties aren't respected when presented by ScaffoldMessenger (#124024)
Fix some `MaterialBanner` properties aren't respected when presented by `ScaffoldMessenger`
2023-04-03 16:38:14 +00:00
Casey Hillers
6fe54f8811
Revert "[flutter_tools] Remove --no-sound-null-safety #3" (#123969)
Revert "[flutter_tools] Remove --no-sound-null-safety #3"
2023-04-03 00:19:22 +00:00
Hans Muller
0c365bd9a8
M3 DatePicker landscape header text style is now TextTheme.headlineSmall (#123732)
M3 DatePicker landscape header text style is now TextTheme.headlineSmall
2023-04-01 01:14:38 +00:00
Kate Lovett
dd7d4b9521
Fix docs and error messages for scroll directions + sample code (#123819)
Fix docs and error messages for scroll directions + sample code
2023-03-31 23:46:59 +00:00
Justin McCandless
d5e25f220e
TextField in a ListView becomes unresponsive (#123734)
TextField in a ListView becomes unresponsive
2023-03-31 21:37:39 +00:00
Qun Cheng
db5434e566
Fix menu width issue for DropdownMenu (#123823) 2023-03-31 13:50:29 -07:00
Camille Simon
52cacd9d1d
[iOS] Add spell check suggestions toolbar on tap (#119189)
[iOS] Add spell check suggestions toolbar on tap
2023-03-31 19:47:22 +00:00
Henry Riehl
9a344c2604
Add option to keep ``MenuAnchor` open after `MenuItem`` tap (#123723)
Add option to keep ```MenuAnchor``` open after ```MenuItem``` tap
2023-03-31 17:22:59 +00:00
Justin McCandless
63e30480cd
Add secondary tap capabilities to TableRowInkWell (#123036)
Added new parameters onSecondaryTap and onSecondaryTapDown
2023-03-31 09:42:16 -07:00
Bernardo Ferrari
f5415a42d3
SemanticsFlag/SemanticsAction enum migration (part 2) (#123817)
`SemanticsFlag`/`SemanticsAction` enum migration (part 2)
2023-03-31 16:19:22 +00:00
Taha Tesser
be2388595e
Fix TableRow with no children throws unnamed assertion (#123770)
Fix `TableRow` with no children throws unnamed assertion
2023-03-30 22:26:51 +00:00
Qun Cheng
90776462e9
Fix bottom app bar height and end-contained fab location (#123746)
Fix bottom app bar height and end-contained fab location
2023-03-30 19:50:00 +00:00
Henry Riehl
5f71179480
Wire up MenuAnchor clipBehaviour property (#123632)
Wire up MenuAnchor clipBehaviour property
2023-03-30 17:11:26 +00:00
Michael Goderbauer
8c5d223bab
Revert "Workaround for exhaustivness bug in dart2js (#123242)" (#123727)
Revert "Workaround for exhaustivness bug in dart2js (#123242)"
2023-03-30 16:19:14 +00:00
ivirtex
302c087738
Update CupertinoPageRoute transition animation curves (#122275)
Update `CupertinoPageRoute` transition animation curves
2023-03-30 15:43:40 +00:00
Mitchell Goodwin
84078c856f
Create CupertinoRadio Widget (#123296)
Create CupertinoRadio Widget
2023-03-30 15:43:36 +00:00
nt4f04uNd
3a7daaba78
Fix ListWheelScrollView gestures and paint coordinates in tests (#121342)
Fix ListWheelScrollView gestures and paint coordinates in tests
2023-03-30 08:15:26 +00:00
Greg Spencer
c26d1de4a0
Remove the networked image from the example (#123728) 2023-03-29 18:58:25 -07:00
Taha Tesser
6e04bddd86
Fix scrolling in the Drawer and NavigationDrawer triggers AppBar's scrolledUnderElevation (#122600)
Fix scrolling in the  `Drawer` and `NavigationDrawer` triggers AppBar's scrolledUnderElevation
2023-03-29 23:02:11 +00:00
hangyu
32b75f08fe
Use SemanticsService.announce to announce form text validation error (#123373)
Use SemanticsService.announce to announce form text validation error
2023-03-29 23:00:24 +00:00
Justin McCandless
dd3dc5efbf
TextFormField.spellCheckConfiguration (#123295)
TextFormField.spellCheckConfiguration
2023-03-29 22:59:06 +00:00
Renzo Olivares
142dd6022f
Match iOS Longpress behavior with native (#123630)
Match iOS Longpress behavior with native
2023-03-29 20:22:03 +00:00
Vinny
f44064991d
Modified TextField docs - Replaced 'labelText' to 'hintText' in code snippet (#94128)
Modified TextField docs - Replaced 'labelText' to 'hintText' in code snippet
2023-03-29 20:02:33 +00:00
Simon Binder
c71f1dd76b
Treat hidden IndexedStack children as offstage for test finder (#123129)
Treat hidden `IndexedStack` children as offstage for test finder
2023-03-29 19:58:58 +00:00
Christopher Fujino
820ec70a8d
[flutter_tools] Remove --no-sound-null-safety #3 (#123297)
[flutter_tools] Remove --no-sound-null-safety #3
2023-03-29 17:56:23 +00:00
Ayush Bherwani
91311156e1
[Stepper] adds stepIconBuilder property (#122816)
[Stepper] adds stepIconBuilder property
2023-03-29 07:16:01 +00:00
Taha Tesser
d74a1bb012
Fix off-screen selected text throws exception (#123595)
Fix off-screen selected text throws exception
2023-03-29 06:54:53 +00:00
Kate Lovett
659ba386f6
Fix SliverGridRegularTileLayout.computeMaxScrollOffset for 0 children (#123348)
Fix SliverGridRegularTileLayout.computeMaxScrollOffset for 0 children
2023-03-29 00:13:50 +00:00
Henry Riehl
d173c660d8
Add alignmentOffset when menu is positioned on the opposite side (#122812)
Add alignmentOffset when menu is positioned on the opposite side
2023-03-28 20:59:52 +00:00
Loïc Sharma
d9da7c5faa
[Shortcuts] Improve documentation (#123499)
[Shortcuts] Improve documentation
2023-03-28 16:47:06 +00:00
Kate Lovett
3dfc60c0d1
Revert "Fix divider width in scrollable TabBar for Material 3 and add dividerHeight parameter (#123127)" (#123616)
Revert "Fix divider width in scrollable `TabBar` for  Material 3 and add `dividerHeight` parameter"
2023-03-28 16:45:15 +00:00
Qun Cheng
0300cfa603
Create SearchAnchor and SearchViewTheme Widget (#123256) 2023-03-27 23:31:11 -07:00
Michael Goderbauer
5377182d3d
Fix Align doc (#123566)
Fix Align doc
2023-03-28 04:56:02 +00:00
Greg Price
48111197ac
Fix out-of-bounds and reversed TextBox queries in computing caret metrics (#122480)
Fix out-of-bounds and reversed TextBox queries in computing caret metrics
2023-03-28 03:16:20 +00:00
Loïc Sharma
8f62e34267
[Focus] Add run key command to dump the focus tree (#123473)
[Focus] Add run key command to dump the focus tree
2023-03-28 00:33:39 +00:00
Taha Tesser
3512c2cd76
Fix divider width in scrollable TabBar for Material 3 and add dividerHeight parameter (#123127)
Fix divider width in scrollable `TabBar` for  Material 3 and add `dividerHeight` parameter
2023-03-27 22:52:59 +00:00
Renzo Olivares
04f6acd881
Add TextField triple tap/click gestures (#119046)
Add TextField triple tap/click gestures
2023-03-27 22:39:52 +00:00
Chinmoy
aa5db20fbb
Added backgroundColor and disabledBackgroundColor to SnackBarAction. (#118786) 2023-03-27 15:25:56 -07:00
Bruno Leroux
6e2bbf9413
Fix Animations in NavigationDestination icons don't work (#123400) 2023-03-27 13:39:41 -07:00
Bruno Leroux
94f8772cea
Make InkInteractiveFeature customBorder updatable (#123536) 2023-03-27 13:34:11 -07:00
Michael Goderbauer
48bb12dfbe
Make Element tree root generic (#123352)
Make Element tree root generic
2023-03-27 20:31:49 +00:00
Camille Simon
5e76e119d5
Allow spell check to fail silently on unsupported platforms & spell checkers (#122715)
Allow spell check to fail silently on unsupported platforms & spell checkers
2023-03-27 15:38:54 +00:00
Jan Kuß
4a1002e2e2
Fix selection toolbar not showing on drag end (#121110) 2023-03-26 22:55:12 +02:00
Todd Volkert
25174d621e
Make InkDecoraiton not paint if the ink is not visible (#122585)
Make InkDecoration not paint if the ink is not visible
2023-03-25 21:00:23 +00:00
Mateus Felipe C. C. Pinto
8636e33398
[Documentation] Add ActionChip in disabled state (#123143)
[Documentation] Add ActionChip in disabled state
2023-03-25 18:58:23 +00:00
Loïc Sharma
70e1dc7387
[Clipboard] Assert at least one clipboard data variant is provided (#122446)
[Clipboard] Assert at least one clipboard data variant is provided
2023-03-24 19:12:10 +00:00
Mitchell Goodwin
f4caee6efb
Add adaptive Checkbox and CheckboxListTile (#123132)
Add adaptive Checkbox and CheckboxListTile
2023-03-24 17:33:05 +00:00
Bernardo Ferrari
5054b6e514
Add Non-Uniform Border to Border. (#121921)
Add Non-Uniform Border to Border.
2023-03-24 01:40:56 +00:00
Hans Muller
59c9d4e845
Added ExpansionTileController (#123298)
Added ExpansionTileController
2023-03-24 00:51:06 +00:00
Taha Tesser
f7fb14ec58
Add customizable mouse cursor to DataTable (#123128) 2023-03-23 17:45:34 -07:00