Shi-Hao Hong
fe57037ad7
Revert "Update PopupMenuButton widget ( #80420 )" ( #80831 )
2021-04-21 13:54:02 -07:00
Phil Quitslund
61c30c41b2
fix sort_directives violations ( #80817 )
2021-04-21 13:49:03 -07:00
Darren Austin
746ce203d2
Added the ability to constrain the size of bottom sheets. ( #80527 )
2021-04-21 13:34:04 -07:00
Ian Hickson
27cc8c06b2
Move ExpansionPanelList to Canvas.drawShadow ( #80134 )
2021-04-21 13:29:06 -07:00
xubaolin
12a2e682b4
Replace some dynamic to Object? type ( #80772 )
2021-04-21 02:19:01 -07:00
Darren Austin
07a6b8f071
Added the ability to constrain the size of input decorators ( #80754 )
2021-04-21 02:09:02 -07:00
Hans Muller
b5d521f9c7
VisualDensity should not reduce ButtonStyleButton horizontal padding ( #79680 )
2021-04-20 17:49:02 -07:00
Chinmoy
430c57eb3f
Modified DataRow to be disabled when onSelectChanged is not set ( #80184 )
...
This change prevents DataRow from being enabled when onSelectChanged is null.
2021-04-20 11:10:48 -07:00
gaaclarke
50ea741b4c
Speed up WriteBuffer by removing some runtime checks in release builds and removing a loop ( #80588 )
2021-04-19 23:19:05 -07:00
creativecreatorormaybenot
6e1a0ed28b
Correct typo in addWithPaintTransform docs ( #80657 )
2021-04-19 20:29:02 -07:00
Chinmoy
dc40e23893
Added enableFeedback property to DropdownButton ( #69880 )
2021-04-19 14:59:40 -07:00
xubaolin
c6e9d4115c
Update PopupMenuButton widget ( #80420 )
2021-04-19 14:54:05 -07:00
Mateus Felipe C. C. Pinto
6bdc380b3d
Add prototypeItem property to ListView ( #79752 )
2021-04-19 14:49:05 -07:00
Ludwik Trammer
bccacfed36
Fix problem with right-clicking on a right-to-left selection ( #80186 )
2021-04-18 09:19:04 -07:00
LongCatIsLooong
0f8148ec16
[RenderEditable] Dont paint caret when selection is invalid ( #79607 )
2021-04-18 09:14:02 -07:00
Amine Dakhli
aa9f6a2a05
replace dynamic by Object/Object? in router.dart ( #80476 )
2021-04-16 17:24:04 -07:00
xubaolin
aa7ab10822
BorderRadiusTween.lerp supports null begin/end values ( #79860 )
2021-04-16 17:24:02 -07:00
Mateus Felipe C. C. Pinto
7cc3f84294
Fix samples of ExactAssetImage ( #79721 )
2021-04-16 11:04:03 -07:00
Kate Lovett
f789acae41
Revert "Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight ( #80453 )" ( #80545 )
2021-04-15 17:14:02 -07:00
Viren Manojkumar Khatri
2bc7939a9c
Add disable argument in DropdownMenuItem ( #76968 )
...
Co-authored-by: Shi-Hao Hong <shihaohong@google.com>
Adds a disable argument in DropdownMenuItem widget and added tests.
Design Doc: docs.google.com/document/d/13W6PupVZUt6TenoE3NaTP9OCYsKBIYg9YgdurKe1XKs
2021-04-15 14:48:55 -07:00
Michael Goderbauer
2a8dba4af6
Treat some exceptions as unhandled when a debugger is attached ( #78649 )
2021-04-15 10:49:02 -07:00
Tong Mu
eb73516739
Shortcut activator ( #78522 )
...
This PR introduced a new class, ShortcutActivator, and refactored the the definition and lookup system of shortcuts, in order to solve a few issues of the previous algorithm.
2021-04-15 01:42:49 -07:00
xubaolin
97fd3ce932
fix a BackButtonListener bug ( #80355 )
2021-04-14 21:59:02 -07:00
Dan Field
e7b7ebc066
Shake widget inspector from non-debug builds ( #80157 )
2021-04-14 21:54:03 -07:00
Hans Muller
cd4fe85bfa
Added support for AppBarTheme.toolbarHeight ( #80467 )
2021-04-14 17:01:08 -07:00
Hans Muller
2f1d034087
Updated the OutlinedButton class API doc ( #80454 )
2021-04-14 17:00:20 -07:00
Kate Lovett
a745fc5870
Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight ( #80453 )
2021-04-14 16:59:03 -07:00
Greg Spencer
6b06943c32
Handle null primary focus when receiving key events ( #80302 )
...
This allows the key handling code in the shortcut manager to function when there is a null primaryFocus. The primary focus can be null only in some special circumstances (e.g. when an app hasn't set any focus at all), but that shouldn't cause a crash.
2021-04-14 16:52:27 -07:00
Shi-Hao Hong
3eeadc28f3
[State Restoration] Restorable FormField and TextFormField ( #78835 )
...
* Restorable FormField and TextFormField
2021-04-15 07:49:57 +08:00
Romain Rastel
10d5ec875d
Improve the performances of ChangeNotifier ( #71947 )
2021-04-14 16:49:03 -07:00
Hans Muller
2848126735
Re-land "Added MaterialState.scrolledUnder and support in AppBar.backgroundColor" ( #80395 )
2021-04-14 09:49:03 -07:00
Abhishek Ghaskata
d1d80aa883
Add timer picker link ( #80336 )
2021-04-14 09:44:02 -07:00
Shi-Hao Hong
884129d156
Autocomplete and RawAutocomplete initialValue parameter ( #80257 )
2021-04-14 09:39:04 -07:00
Pedro Massango
a4411b5565
Add onTap and autocorrect into CupertinoSearchTextField ( #79966 )
2021-04-14 09:34:05 -07:00
Greg Spencer
36daea2d54
Reland "Remove a dynamic that is no longer necessary (and the TODO for it) ( #80294 )" ( #80373 )
2021-04-13 18:29:21 -07:00
Pedro Massango
65388ee2ee
Add TextOverflow into TextStyle ( #78927 )
2021-04-13 18:09:03 -07:00
xubaolin
257f511298
update SearchDelegate's leading and actions widgets can be null ( #80006 )
2021-04-13 13:59:03 -07:00
Michael Debertol
5140376ee3
Calculate the system overlay style based on the AppBar background color ( #75091 )
2021-04-13 13:54:04 -07:00
Hans Muller
989a2f24d2
Revert "Added MaterialState.scrolledUnder and support in AppBar.backgroundColor ( #79999 )" ( #80380 )
...
This reverts commit 17870d5d7eb81bc2021454093e9115c2c0d3c850.
2021-04-13 10:59:10 -07:00
Angjie Li
c0c231be3b
Revert "Reland InteractiveViewer.builder ( #79287 )" ( #80305 )
...
This reverts commit 0fd75528de3f8d5225ce721e8be27041b8f6e2b6.
2021-04-13 10:58:50 -07:00
Jenn Magder
0fdc4e8805
Revert "Remove a dynamic that is no longer necessary (and the TODO for it) ( #80294 )" ( #80326 )
...
This reverts commit 12ec7dc8790feb437566c8b8e6b6e883a110b4d1.
2021-04-12 18:50:00 -07:00
Greg Spencer
12ec7dc879
Remove a dynamic that is no longer necessary (and the TODO for it) ( #80294 )
2021-04-12 16:55:03 -07:00
Hans Muller
7c78a05793
Fixed typos in AppBar.toolbarHeight API doc sample ( #80316 )
2021-04-12 16:53:24 -07:00
Darren Austin
f79ad055bc
Make the ReorderableListView padding scroll with the list. ( #80251 )
2021-04-12 12:44:22 -07:00
Hans Muller
17870d5d7e
Added MaterialState.scrolledUnder and support in AppBar.backgroundColor ( #79999 )
2021-04-12 12:44:02 -07:00
Chinmoy
d118748737
Added enableFeedback property to FloatingActionButton ( #69826 )
2021-04-12 12:25:12 -07:00
Justin McCandless
1075b2a1c5
Add a potentially missing TextSelectionOverlay dispose ( #79988 )
2021-04-09 14:44:02 -07:00
Hans Muller
457985f290
Added ButtonStyle.maximumSize ( #80087 )
2021-04-09 08:31:48 -07:00
Kate Lovett
58c4bd1063
Revert "improve the scrollbar behavior when viewport size changed ( #76102 )" ( #80059 )
2021-04-08 16:09:03 -07:00
Michael Goderbauer
994a19ec5f
Clear listeners when AnimationController is disposed ( #79998 )
2021-04-08 15:59:03 -07:00