Hans Muller
89d26d8d87
Fixed some trivial formatting issues ( #81699 )
2021-05-03 13:11:22 -07:00
Chinmoy
9f898ffef7
Added arrowHeadColor property to PaginatedDataTable ( #81393 )
2021-05-03 12:31:48 -07:00
Viren Khatri
f9905fc43c
prototypeItem added to ReorderableList and ReorderableListView ( #81604 )
...
prototypeItem added to ReorderableList and ReorderableListView along with tests
2021-05-03 11:43:18 -07:00
Ludwik Trammer
336ae2de79
Add "onTap" callback to PopupMenuItem ( #81686 )
2021-05-03 10:06:53 -07:00
Guilherme Henrique
741bb9d329
Update text_form_field.dart ( #81043 )
2021-05-01 21:29:03 -07:00
Viren Khatri
b6d13a6122
Adding itemExtent to ReorderableList and ReorderableListView ( #81372 )
2021-04-30 17:19:04 -07:00
Hans Muller
8c4538618f
Deprecate ThemeData accentColor, accentColorBright, accentIconTheme, accentTextTheme ( #81336 )
2021-04-30 08:24:31 -07:00
Alexandre Ardhuin
7f31861914
add missing trailing commas ( #81406 )
2021-04-28 22:54:49 +02:00
Darren Austin
f4dee5c62e
Fixed ProgressIndicatorTheme.wrap() to just return a new ProgressIndicatorTheme. ( #81359 )
2021-04-28 12:06:37 -07:00
Alexandre Ardhuin
fa19b3d3bd
add missing trailing commas ( #81329 )
2021-04-27 17:09:03 -07:00
Hans Muller
3df0f931fa
Support notched BottomAppbar when Scaffold.bottomNavigationBar == null ( #81228 )
2021-04-27 08:30:41 -07:00
Hans Muller
3533321b1a
Use ColorScheme.primary (not secondary), ExpansionTile expanded color ( #81241 )
2021-04-27 08:30:08 -07:00
Tong Mu
b8833afcc9
Migrate LogicalKeySet to SingleActivator ( #80756 )
...
Applies #78522 to existing code, by replacing all occurrences of LogicalKeySet to SingleActivator or ShortcutActivator.
2021-04-26 14:54:00 -07:00
Angjie Li
b74df388e1
Revert "Migrate to ChannelBuffers.push ( #76288 )" ( #81226 )
...
This reverts commit c26ed03c8a77810136cc087ae60048ace062842d.
2021-04-26 12:57:17 -07:00
Darren Austin
e2ddeb0427
Added a ProgressIndicatorTheme. ( #81075 )
2021-04-26 12:27:37 -07:00
Michael Goderbauer
9f2b93ae40
Dispose thumbPainter in Switch to avoid crash ( #81089 )
2021-04-26 11:49:03 -07:00
Abhishek Ghaskata
6a89c02bc7
navigator cleans up its pop transitions. ( #80639 )
2021-04-26 10:44:05 -07:00
Ian Hickson
c26ed03c8a
Migrate to ChannelBuffers.push ( #76288 )
...
* Migrate to ChannelBuffers.push
* Move TestDefaultBinaryMessenger to its own file
* Apply deprecations and fix usages
2021-04-23 15:39:34 -07:00
Chinmoy
321aa452a5
Modified TabBar.preferredSize to remove hardcoded ( #80792 )
2021-04-23 15:09:02 -07:00
xubaolin
c880680c4e
add a test for popupMenuButton ( #80930 )
2021-04-23 10:54:04 -07:00
Kate Lovett
f0d35600f6
Revert "Revert "Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight ( #80453 )" ( #80545 )" ( #80589 )
2021-04-23 10:44:04 -07:00
Shi-Hao Hong
07849778eb
[State Restoration] Restorable TimePickerDialog widget, RestorableTimeOfDay ( #80566 )
2021-04-23 10:39:03 -07:00
Craig Labenz
35bffd20d4
Improved handling of AppBar's action Icon sizes ( #78886 )
2021-04-22 09:54:02 -07:00
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
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
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
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
Hans Muller
cd4fe85bfa
Added support for AppBarTheme.toolbarHeight ( #80467 )
2021-04-14 17:01:08 -07:00
Kate Lovett
a745fc5870
Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight ( #80453 )
2021-04-14 16:59:03 -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
Hans Muller
2848126735
Re-land "Added MaterialState.scrolledUnder and support in AppBar.backgroundColor" ( #80395 )
2021-04-14 09:49:03 -07:00
Shi-Hao Hong
884129d156
Autocomplete and RawAutocomplete initialValue parameter ( #80257 )
2021-04-14 09:39:04 -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
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
Hans Muller
457985f290
Added ButtonStyle.maximumSize ( #80087 )
2021-04-09 08:31:48 -07:00
houyushan
94fdd88fca
When updating TabController widget, if _controller.index >= widget.length, update _animationController's value ( #79535 )
2021-04-08 15:34:03 -07:00
xubaolin
625be62a01
fix paste crash when section is invalid ( #78948 )
2021-04-08 15:24:05 -07:00
Tong Mu
8a821ff0b5
Revert "Remove "unnecessary" imports. ( #79610 )" ( #80070 )
...
This reverts commit 98a96189937105f51e58e65543e2c6019a82cb33.
2021-04-08 11:36:30 -07:00