- 30 Aug, 2021 1 commit
-
-
Alexander Dahlberg authored
-
- 16 Aug, 2021 1 commit
-
-
Dan Field authored
-
- 27 Jul, 2021 1 commit
-
-
Greg Spencer authored
* Randomize tests, exclude tests that fail with randomization. * Disable some more tool tests
-
- 20 Jul, 2021 1 commit
-
-
Taha Tesser authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 01 Jul, 2021 1 commit
-
-
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.
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 13 May, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Mar, 2021 1 commit
-
-
Tapaswi Satyapanthi authored
Resolved contradictory documentation of showGeneralDialog and default value of 'barrierLabel' argument (#78890)
-
- 23 Mar, 2021 1 commit
-
-
chunhtai authored
* Add dismiss action to modal barrier * fix test * fix another test
-
- 02 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 16 Feb, 2021 1 commit
-
-
Sam Rawlins authored
-
- 23 Jan, 2021 1 commit
-
-
Shi-Hao Hong authored
-
- 25 Nov, 2020 1 commit
-
-
Andrey Kabylin authored
-
- 20 Nov, 2020 1 commit
-
-
Greg Spencer authored
Adds Navigator.maybeOf to replace calling Navigator.of(context, nullOk: true), and removes the nullOk parameter. Also changes Navigator.of to return a non-nullable value, and removes many (120!) instances of the ! operator, reducing the possible places where a null dereference could occur.
-
- 12 Nov, 2020 1 commit
-
-
Todd Volkert authored
-
- 26 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 21 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 09 Oct, 2020 1 commit
-
-
Greg Spencer authored
-
- 08 Oct, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 27 Sep, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 31 Aug, 2020 1 commit
-
-
Chris Bracken authored
Flutter's `moreOrLessEquals` has a few advantages over `closeTo` from the `matcher` package: * It emits the epsilon value in the test result on failure. * It uses a named parameter for epsilon, which improves readability at the call site. * It has a reasonable default for epsilon in cases where something more specific isn't required. Using it also has the nice property that it aids in its own discovery when when people go looking for such functionality in new tests. This change also includes a couple unrelated whitespace formatting cleanups.
-
- 08 Aug, 2020 1 commit
-
-
Jonah Williams authored
-
- 05 Aug, 2020 1 commit
-
-
Hans Muller authored
-
- 28 Jul, 2020 1 commit
-
-
Darren Austin authored
-
- 23 Jul, 2020 1 commit
-
-
Abdur Rafay Saleem authored
-
- 16 Jul, 2020 1 commit
-
-
Todd Volkert authored
`showDialog()` and `showGeneralDialog()` were allowing transparent colors but then triggering an assertion down the stack while building the modal barrier. The assertion existed to keep from animating from transparent to transparent, but there's no need for the assertion, since we can just treat the transparent case as the same as the null case -- no animation necessary.
-
- 15 Jul, 2020 1 commit
-
-
Todd Volkert authored
The function passes most of its arguments through to `_DialogRoute`, but it wasn't providing the default values that `_DialogRoute` was, causing it to override the defaults will null values.
-
- 25 Jun, 2020 1 commit
-
-
chunhtai authored
* Add material page, cupertino page, and transition page classes * update * update comments * fix test * addressing comments * make page getter private
-
- 24 Jun, 2020 1 commit
-
-
chunhtai authored
* Add semantics sort key for modal scope and modal barrier * fix test * fix test * fix test * fix space * fix more tests * addressing comments
-
- 18 Jun, 2020 1 commit
-
-
Darren Austin authored
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-