7818 Commits

Author SHA1 Message Date
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
Kate Lovett
29292ba428
maxEnforced fix (#75287) 2021-02-09 14:36:07 -08:00
Kate Lovett
3d2e65f713
Revert "Remove deprecated Typematcher (#73751)" (#75734)
This reverts commit fe003535902ec93917c75d9b9d5bf6661181a1df.
2021-02-09 15:56:13 -06:00
Kate Lovett
fe00353590
Remove deprecated Typematcher (#73751) 2021-02-09 13:01:02 -08:00
Tomasz Gucio
d031a61a62
Add RenderEditable keys listener back in attach() (#75614) 2021-02-09 12:36:04 -08:00
Abhishek Ghaskata
bbc1614aa9
Document that a CupertinoApp isn't necessary for an iOS app (#75549) 2021-02-09 10:06:11 -08:00
Chinmoy
859aec592f
Added scrollController property to TextFormField (#75169) 2021-02-09 10:01:07 -08:00
suragch
501a3a884f
Fixed grammatical typo (#75554) 2021-02-09 18:44:43 +01: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
Abhishek Ghaskata
fd5668bb1d
Adding hero example (#74415) 2021-02-04 10:36:03 -08:00
Kate Lovett
7aa17231ac
Revert "Reland "Update PopupMenuButton to match Material Design spec"" (#75338) 2021-02-04 10:01:04 -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
Alabhya
f3fad81bdb
[Api docs] Dartpad demo for alert dialog. (#75291)
* Alert dialog dartpad demo

* Updated description
2021-02-04 07:13:55 +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
Ian Hickson
b046ea6295
Remove unactionable message that was appearing during test execution. (#75194) 2021-02-02 19:26:03 -08:00
Alabhya
c83104682f
[Api docs] Added Vertical Divider dartpad demo (#75230) 2021-02-02 14:51:03 -08:00
Yegor
5b6444f317
[web] benchmark and optimize defaultTargetPlatform (#75037) 2021-02-02 09:34:01 -08:00
David Chen
98067a6552
Allow long press delay duration for LongPressDraggable to be adjustable (#74592) 2021-02-02 01:26:02 -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
Shi-Hao Hong
d128df5530
Remove scrollability by default (#75138) 2021-02-01 13:36:06 -08:00
creativecreatorormaybenot
80372f1b71
Fix formatting in rendering/box (#75102) 2021-02-01 13:31:04 -08:00
chunhtai
13fe079bb3
fixes preceision error during SliverGridRegularTileLayout (#74851) 2021-02-01 12:46:05 -08:00
Sam Rawlins
02891b7673
Remove "unnecessary" imports in material (#75005) 2021-01-29 14:36:08 -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
Tyler Norbury
0e17b2de2e
fix word in doc comment (#74927) 2021-01-28 18:34:05 -08:00
Kenzie Schmoll
1ceffd28cd
Only show devtools deep links for render overflow errors (#74916) 2021-01-28 18:24:08 -08:00
Sam Rawlins
129003f052
Remove "unnecessary" imports. (#74899) 2021-01-28 18:24:04 -08:00
Kate Lovett
a664731a14
Add fixes for nullOk changes (#74866) 2021-01-28 14:31:34 -06:00