- 01 Jul, 2021 2 commits
-
-
Ahmed Ashour authored
-
Greg Spencer authored
This reverts commit b5f9612c because it is taking about 40% longer to run the tests, which is causing timeouts.
-
- 29 Jun, 2021 1 commit
-
-
Greg Spencer authored
This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on. To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
-
- 22 Jun, 2021 1 commit
-
-
Chinmoy authored
-
- 04 Jun, 2021 1 commit
-
-
Kate Lovett authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 14 May, 2021 1 commit
-
-
Justin Hutchins authored
-
- 13 May, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Hans Muller authored
This reverts commit 13a72114.
-
- 12 May, 2021 2 commits
-
-
Abhishek Ghaskata authored
-
Alexandre Ardhuin authored
-
- 11 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 May, 2021 2 commits
-
-
Michael Goderbauer authored
-
xubaolin authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Apr, 2021 1 commit
-
-
Abhishek Ghaskata authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 19 Apr, 2021 1 commit
-
-
Chinmoy authored
-
- 15 Apr, 2021 1 commit
-
-
Viren Manojkumar Khatri authored
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
-
- 15 Mar, 2021 1 commit
-
-
David Darrell authored
-
- 09 Mar, 2021 1 commit
-
-
YeungKC authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Mar, 2021 1 commit
-
-
Greg Spencer authored
-
- 03 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 01 Mar, 2021 1 commit
-
-
xubaolin authored
Fix DropdownButton crash when viewport size is too small for the entirety of the menu's height (#76764)
-
- 24 Feb, 2021 1 commit
-
-
Mouad Debbar authored
-
- 04 Feb, 2021 2 commits
-
-
Sam Rawlins authored
-
Ian Hickson authored
-
- 02 Feb, 2021 1 commit
-
-
YeungKC authored
-
- 25 Jan, 2021 1 commit
-
-
YeungKC authored
-
- 06 Jan, 2021 1 commit
-
-
chunhtai authored
-
- 15 Dec, 2020 1 commit
-
-
Greg Spencer authored
-
- 04 Dec, 2020 1 commit
-
-
xubaolin authored
* DropdownButton should display the value over hint and disabledHint if a DropdownButton.value is defined
-
- 02 Dec, 2020 1 commit
-
-
Shi-Hao Hong authored
This reverts commit 59cf0d22.
-
- 01 Dec, 2020 1 commit
-
-
xubaolin authored
-
- 29 Oct, 2020 1 commit
-
-
Greg Spencer authored
This removes the nullOk parameter from Focus.of, FocusTraversalOrder.of and FocusTraversalGroup.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.
-
- 28 Oct, 2020 2 commits
-
-
Michael Goderbauer authored
-
Greg Spencer authored
Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 14 Oct, 2020 1 commit
-
-
xubaolin authored
-
- 13 Oct, 2020 1 commit
-
-
Kate Lovett authored
-