Hans Muller
705cebb239
Removed ButtonBar from AlertDialog ( #75676 )
2021-02-10 16:06:50 -08:00
Miguel Beltran
3ddd77deb6
Fix for #75792 - allow use of Animator<Color?> with LinearProgressIndicator ( #75794 )
2021-02-10 16:06:10 -08:00
Todd Volkert
1b44133322
Move ensureVisualUpdate call to call sites in WidgetsBinding.attachRootWidget() ( #75811 )
...
This call is unnecessary and wasteful for callers that are building
parallel widget trees, since for those use cases, the caller is
generally going to build the tree synchronously immediately.
2021-02-10 16:03:48 -08:00
Todd Volkert
235927d588
Allow callers to pump a root widget with no child ( #75576 )
...
This can be useful for offscreen widget trees, where the caller
wants to completely tear down the tree (properly clean up) when
they're done with the tree, to ensure they're not leaving behind
any event listeners that could be registered by child elements
(which could lead to memory leaks and unexpected behavior).
2021-02-10 16:03:27 -08:00
Michael Goderbauer
8e87408fbe
CupertinoPageTransition Optimizations ( #75670 )
2021-02-10 16:03:07 -08:00
Pedro Massango
a4ae59ba89
Fix "Support configurable hit test behavior on Draggable and DragTarget" ( #74047 )
2021-02-10 16:01:06 -08:00
xubaolin
16af4aa7eb
Fix the NestedScrollView exception when rebuilding during scheduleWarmUpFrame ( #75308 )
2021-02-10 01:01:04 -08:00
xubaolin
6ad9f784b3
Add more checks when use Navigator 2.0 ( #75624 )
2021-02-10 00:56:02 -08:00
Michael Goderbauer
531870f57b
Fix constraints of popupmenu ( #75748 )
2021-02-09 17:41:03 -08:00
Sam Rawlins
53f5bdbf91
Remove "unnecessary" imports in tests ( #75705 )
2021-02-09 12:46:05 -08:00
Tomasz Gucio
d031a61a62
Add RenderEditable keys listener back in attach() ( #75614 )
2021-02-09 12:36:04 -08:00
LongCatIsLooong
468e304a4d
loosen ui.TextStyle toString tests ( #75678 )
2021-02-09 10:31:03 -08:00
Chinmoy
859aec592f
Added scrollController property to TextFormField ( #75169 )
2021-02-09 10:01:07 -08:00
Miguel Beltran
72f15e9bdb
Fix for issue #75518 - ListTile.divideTiles throws error if empty list is passed when null-safety enabled ( #75522 )
2021-02-09 09:41:12 -08:00
Chinmoy
44d7bd3550
Added enableFeedback property to BottomNavigationBar ( #74043 )
2021-02-09 09:41:07 -08:00
chunhtai
a65ce5bae7
ignore sliver underflow if the last children is no longer at the prev… ( #71864 )
2021-02-09 09:36:07 -08:00
Michael Goderbauer
68c96f100e
Revert "Fix/ValueListenableBuilder rebuilds ( #72707 )" ( #75669 )
...
This reverts commit 69882d9647e03ec4a9189ee1b0351abae508e938.
2021-02-08 16:14:15 -08:00
LongCatIsLooong
02d441ea55
Revert "TextField and last input character should visible on the screen when the cursor is not shown ( #74722 )" ( #75532 )
...
This reverts commit cd771404e9da3606405c29e1c380684e449665c4.
2021-02-05 17:17:12 -08:00
Hans Muller
a77388e670
ToggleButtons focus,highlight,hoverElevation = 0 ( #75454 )
2021-02-04 22:51:04 -08:00
Kate Lovett
7aa17231ac
Revert "Reland "Update PopupMenuButton to match Material Design spec"" ( #75338 )
2021-02-04 10:01:04 -08:00
Sam Rawlins
4e154eb8d5
Remove "unnecessary" imports in test/material ( #75358 )
2021-02-03 21:01:04 -08:00
Sam Rawlins
f6640a00f8
Remove "unnecessary" imports in test/material ( #75359 )
2021-02-03 16:16:03 -08:00
Ian Hickson
824042f9b2
Catch cases in tests where people try to tap on widgets that aren't reachable. ( #74798 )
2021-02-03 16:11:02 -08:00
Ian Hickson
6665922961
Show an X when images can't load. ( #74972 )
2021-02-03 15:11:05 -08:00
Bogdan Lukin
69882d9647
Fix/ValueListenableBuilder rebuilds ( #72707 )
2021-02-03 15:06:05 -08:00
Hans Muller
fef72c187d
Added BorderRadius.copyWith ( #75340 )
2021-02-03 11:02:00 -08:00
burekas7
fad18d6c1e
[UserAccountsDrawerHeader] New option for changing profiles images size ( #73105 )
2021-02-03 10:56:05 -08:00
David Chen
98067a6552
Allow long press delay duration for LongPressDraggable to be adjustable ( #74592 )
2021-02-02 01:26:02 -08:00
Sam Rawlins
11609d1114
Remove "unnecessary" imports. ( #75198 )
...
In each library where an import is removed, the library uses some elements
provided by the import, BUT there is another import which provides all of the
same elements, and at least one more which the library uses.
In this change, we remove the imports which can be simply removed in favor of
the other already present imports.
See https://github.com/dart-lang/sdk/issues/44569 for more information.
2021-02-02 16:22:14 +08:00
YeungKC
0a4618943c
Improve Dropdown Menu ( #74906 )
2021-02-01 22:56:03 -08:00
Hans Muller
51dd5bf1f7
Added ButtonStyle.splashFactory and NoSplash.splashFactory ( #74949 )
2021-02-01 18:11:04 -08:00
Jan Lübeck
9c434c8260
Adds First/Last buttons to PaginatedDataTable ( #73964 )
2021-02-01 18:06:06 -08:00
xubaolin
12016e4145
Reland "Update PopupMenuButton to match Material Design spec" ( #74620 )
2021-02-01 14:46:03 -08:00
LongCatIsLooong
76be55813b
Move caret/highlight painting to custom painters ( #72828 )
2021-02-01 14:41:04 -08:00
chunhtai
13fe079bb3
fixes preceision error during SliverGridRegularTileLayout ( #74851 )
2021-02-01 12:46:05 -08:00
Sam Rawlins
d0d9b80520
Remove "unnecessary" imports in foundation,gestures tests ( #75007 )
2021-01-29 14:46:06 -08:00
Sam Rawlins
02c348b8bf
Remove "unnecessary" imports in cupertino tests ( #75006 )
2021-01-29 14:41:04 -08:00
LongCatIsLooong
fb9ff62cf4
InputDecorator negative baseline error message ( #74837 )
2021-01-29 14:26:06 -08:00
xubaolin
cd771404e9
TextField and last input character should visible on the screen when the cursor is not shown ( #74722 )
2021-01-29 09:29:09 -08:00
Yegor
791edc230d
always pass filterQuality specified in the Image widget to canvas ( #74854 )
2021-01-28 21:54:03 -08:00
Sam Rawlins
31732bc67d
emove "unnecessary" imports in test/animation ( #74901 )
2021-01-28 18:29:03 -08:00
Kenzie Schmoll
1ceffd28cd
Only show devtools deep links for render overflow errors ( #74916 )
2021-01-28 18:24:08 -08:00
Jesse
2e7ab87a4d
Reland "Add BuildContext parameter to TextEditingController.buildTextSpan" ( #73510 )
2021-01-28 09:49:03 -08:00
xubaolin
d40f4399e2
Fix a slider layout bug when the overlay size is smaller than the thumb size ( #74880 )
2021-01-28 09:04:06 -08:00
Darren Austin
650b240634
Fix a bug with duplicate keys being used in the ReorderableListView. ( #74842 )
2021-01-27 21:39:06 -08:00
Greg Spencer
c05f623c6b
Remove FocusTraversalGroups from the final sorted list of descendants. ( #74758 )
...
This fixes a subtle bug in the focus traversal that would leave unfocusable FocusTraversalGroup nodes in the list of sorted nodes to be traversed, causing an assert to fire if you nested a FocusTraversalGroup in another one and made its children unfocusable.
2021-01-27 15:58:08 -08:00
Pedro Massango
a2ce206695
expose clipBehavior ( #74046 )
2021-01-27 14:54:46 -08:00
Alexandre Ardhuin
d546e1d311
fix for upcoming lint use_named_constants ( #74788 )
2021-01-27 20:20:44 +01:00
Shi-Hao Hong
c6a428d500
[State Restoration] CupertinoModalPopupRoute ( #74805 )
...
* Expose CupertinoModalPopupRoute for state restoration
* Add state restoration test, expose kCupertinoModalBarrierColor
2021-01-28 03:00:01 +08:00
Hans Muller
2d9fad09ba
Added ButtonStyle.fixedSize ( #74773 )
2021-01-27 10:54:06 -08:00