- 11 Feb, 2021 4 commits
-
-
Todd Volkert authored
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.
-
Todd Volkert authored
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).
-
Michael Goderbauer authored
-
Pedro Massango authored
-
- 10 Feb, 2021 3 commits
-
-
xubaolin authored
-
xubaolin authored
-
Michael Goderbauer authored
-
- 09 Feb, 2021 8 commits
-
-
Sam Rawlins authored
-
Tomasz Gucio authored
-
LongCatIsLooong authored
-
Chinmoy authored
-
Miguel Beltran authored
Fix for issue #75518 - ListTile.divideTiles throws error if empty list is passed when null-safety enabled (#75522)
-
Chinmoy authored
-
chunhtai authored
-
Michael Goderbauer authored
This reverts commit 69882d96.
-
- 06 Feb, 2021 1 commit
-
-
LongCatIsLooong authored
Revert "TextField and last input character should visible on the screen when the cursor is not shown (#74722)" (#75532) This reverts commit cd771404.
-
- 05 Feb, 2021 1 commit
-
-
Hans Muller authored
-
- 04 Feb, 2021 4 commits
-
-
Kate Lovett authored
-
Sam Rawlins authored
-
Sam Rawlins authored
-
Ian Hickson authored
-
- 03 Feb, 2021 4 commits
-
-
Ian Hickson authored
-
Bogdan Lukin authored
-
Hans Muller authored
-
burekas7 authored
-
- 02 Feb, 2021 5 commits
-
-
David Chen authored
-
Sam Rawlins authored
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.
-
YeungKC authored
-
Hans Muller authored
-
Jan Lübeck authored
-
- 01 Feb, 2021 3 commits
-
-
xubaolin authored
-
LongCatIsLooong authored
-
chunhtai authored
-
- 29 Jan, 2021 7 commits
-
-
Sam Rawlins authored
-
Sam Rawlins authored
-
LongCatIsLooong authored
-
xubaolin authored
TextField and last input character should visible on the screen when the cursor is not shown (#74722)
-
Yegor authored
-
Sam Rawlins authored
-
Kenzie Schmoll authored
-