Dan Field
fe87538b76
Implement paintsChild on RenderObjects that skip painting on their children ( #103768 )
2022-05-16 11:29:07 -07:00
Jason Simmons
275fb0286c
Fix avoid_redundant_argument_values analyzer warnings enabled in the latest Dart SDK ( #103734 )
...
See https://github.com/flutter/flutter/pull/103719
2022-05-13 12:57:59 -07:00
Bruno Leroux
190d77627d
Add Tooltip textAlign property ( #103475 )
2022-05-12 16:09:15 -07:00
chunhtai
533816d116
Refactor web text editing shortcuts ( #103377 )
2022-05-12 13:09:06 -07:00
Jonah Williams
496049263e
[framework] fix slider regression due to touch slop changes ( #103569 )
2022-05-11 23:14:11 -07:00
Andree Yosua
f5fb9e8c01
Fix ThemeData extension throws when the ThemeExtension not found ( #103343 )
2022-05-10 21:44:07 -07:00
Renzo Olivares
c411065b01
Fix selection not deselected when TextField loses focus ( #103424 )
2022-05-10 17:34:07 -07:00
Kate Lovett
171d8c1e85
[Reland] Assert there are Scaffolds to present to for snackbars and banners ( #103426 )
2022-05-10 16:24:12 -07:00
Bruno Leroux
ff136cba7f
Fix Tooltip obscured by keyboard ( #103339 )
2022-05-09 13:39:07 -07:00
Aman Verma
0ff0affb3a
Expose controller for PaginatedDataTable ( #100005 )
2022-05-09 13:34:07 -07:00
Greg Spencer
6504f2896c
Adds menuBarMenuLabel, and removes unneeded key localizations ( #102100 )
...
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part.
Also, added menuBarMenuLabel for an accessibility label for menu bar menus.
I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
2022-05-09 09:25:52 -07:00
Qun Cheng
2427d4f3d6
Added clipBehavior on TabBarView ( #103166 )
2022-05-07 08:44:07 -07:00
Eric egramond
ae7fcc7e51
Updating the Slider Widget to allow up and down arrow keys to navigate out of the slider when in directional NavigationMode. ( #103149 )
2022-05-07 03:39:06 -07:00
Taha Tesser
2f657536c8
Fix DropdownButton menu clip ( #102970 )
2022-05-07 02:39:08 -07:00
Alexandre Ardhuin
d40ee2149c
remove unnecessary .toString() ( #103226 )
2022-05-06 16:04:13 -07:00
Bruno Leroux
cfc5dc2a21
Increase Tooltip font size on Desktop ( #103189 )
2022-05-06 12:54:09 -07:00
Taha Tesser
13d76b2959
[DropdownButton]: Fix alignmentparameter doesn't work for hint when isExpanded: true ( #102752 )
2022-05-05 23:34:08 -07:00
chunhtai
f8f438730d
Fix Backbutton is not displayed when there is a endDrawer ( #102093 )
2022-05-05 15:44:10 -07:00
Kate Lovett
38fe53b6b6
Revert "Add assertion that snackbars have a place to go" ( #103138 )
2022-05-05 10:14:06 -07:00
Kate Lovett
122ab838f4
Add assertion that snackbars have a place to go ( #103006 )
2022-05-04 15:34:11 -07:00
Callum Moffat
b5321d182a
Reland "Fix position of CupertinoContextMenu within Transform.scale" ( #102943 )
...
* Fix position of CupertinoContextMenu within Transform.scale (#97896 )
* Fix after rebase
2022-05-04 11:13:21 +02:00
Phil Quitslund
20f029e3bc
[devicelab, flutter_test, ...] rename local functions with _s ( #102833 )
2022-05-03 10:29:06 -07:00
Darren Austin
7965ee25dd
Revert "Fix position of CupertinoContextMenu within Transform.scale ( #97896 )" ( #102938 )
...
This reverts commit 6ddb99e98f8915f350f0da78d9b3efc4095b7c02.
2022-05-02 13:40:12 -07:00
Callum Moffat
6ddb99e98f
Fix position of CupertinoContextMenu within Transform.scale ( #97896 )
2022-05-02 21:56:09 +02:00
chunhtai
f86d108988
Adds RouterConfig to simply API ( #102786 )
2022-04-29 18:59:06 -07:00
Taha Tesser
709b26d0b3
Add surfaceTintColor to NavigationBar ( #102628 )
2022-04-29 12:34:06 -07:00
Prateek Sunal
99769b0f89
Improvements to SearchDelegate ( #91982 )
2022-04-29 12:24:08 -07:00
apeltop
b264b61444
Correct typos ( #102487 )
2022-04-28 16:29:07 -07:00
Qun Cheng
57a688c1f0
Add padding for Navigation Bar to account for safe area ( #102419 )
2022-04-28 16:24:08 -07:00
Kate Lovett
b333fe2e17
Revert "Fix BottomNavigationBar label style text colors" ( #102756 )
2022-04-28 09:54:12 -07:00
Taha Tesser
84202460c5
Fix BottomNavigationBar label style text colors ( #102638 )
2022-04-27 16:54:06 -07:00
Kate Lovett
6eb601bc3e
Fix AppBar scrolledUnder initial state - the third ( #102582 )
2022-04-27 15:34:08 -07:00
Darren Austin
14a9b4a751
Migrate AppBar to Material 3 ( #101884 )
2022-04-27 12:04:36 -07:00
Taha Tesser
0c3c38dccf
[reland] Refactor ToggleButtons (remove RawMaterialButton) ( #101760 )
2022-04-27 12:04:03 -07:00
Pierre-Louis
9644aa8d76
Fixes documentation inconsistencies around 'material' and 'material design' ( #102632 )
2022-04-27 09:29:06 -07:00
Phil Quitslund
bca071815f
rename local functions with _s ( #102615 )
2022-04-27 09:14:57 -07:00
Alexandre Ardhuin
07f1c20474
add missing trailing commas in list/set/map literals ( #102585 )
2022-04-27 09:15:35 +02:00
Jonah Williams
c46d4c03cc
Revert "[framework] Reland: use ImageFilter for zoom page transition " ( #102611 )
2022-04-26 17:34:06 -07:00
Jonah Williams
fba9214d11
[framework] remove usage and deprecate physical model layer ( #102274 )
2022-04-26 16:14:04 -07:00
Jonah Williams
3d4a1723e3
[framework] Reland: use ImageFilter for zoom page transition ( #102552 )
2022-04-26 12:44:08 -07:00
Kate Lovett
a75743e80e
Revert "Re-land reverse case for AppBar scrolled under" ( #102580 )
2022-04-26 11:14:06 -07:00
xubaolin
2381657394
Fix a Slider widget accessibility bug ( #102129 )
2022-04-25 18:24:07 -07:00
Kate Lovett
558016455a
Re-land reverse case for AppBar scrolled under ( #102343 )
2022-04-25 13:54:05 -07:00
Taha Tesser
900e5405c2
Replace ListTile with Chip in the debugCheckHasMaterial control test ( #102311 )
2022-04-21 12:59:07 -07:00
chunhtai
2ebc7bee9c
Adds tooltip to semantics node ( #87684 )
2022-04-21 12:14:09 -07:00
Hans Muller
ce6188bef1
Revert "Update ListTile font ( #101900 )" ( #102152 )
...
This reverts commit 9f0bcfb82499e22a29b786753c469e4d42ae1342.
2022-04-19 11:42:40 -07:00
Kate Lovett
c2ec2426ac
Removed required from deprecated API ( #102107 )
2022-04-19 08:44:08 -07:00
xubaolin
ef5a6da35a
Fix a DataTable crash and improve some docs ( #100959 )
2022-04-19 04:19:08 -07:00
Taha Tesser
9f0bcfb824
Update ListTile font ( #101900 )
2022-04-18 09:42:00 -07:00
chunhtai
52fd2412f4
Reland "Add default selection style ( #100719 )" ( #101954 )
2022-04-15 16:44:07 -07:00