- 17 Jul, 2020 11 commits
-
-
engine-flutter-autoroll authored
-
godofredoc authored
-
Jenn Magder authored
-
-
Konstantin Scheglov authored
-
Todd Volkert authored
* Make scrollbar thickness and radius customizable https://github.com/flutter/flutter/issues/29576 https://github.com/flutter/flutter/issues/36412 * Add docs for constants * No more magic numbers in test
-
Todd Volkert authored
SceneBuilder.addPicture() is implemented in C++, and if `picture` is null, it will seg-fault. This catches the problem before that happens.
-
Todd Volkert authored
This updates the default value of the `invertMeaningOfVerticalAndHorizontal` argument from true to false. https://github.com/flutter/flutter/issues/61470
-
-
Christopher Fujino authored
-
Ming Lyu (CareF) authored
This reverts commit b7b60a2d.
-
- 16 Jul, 2020 23 commits
-
-
Emmanuel Garcia authored
-
Michael Goderbauer authored
-
Emmanuel Garcia authored
-
Ming Lyu (CareF) authored
-
Chris Yang authored
-
Sam Rawlins authored
-
engine-flutter-autoroll authored
-
Christopher Fujino authored
-
Bogdan Lukin authored
-
Chris Yang authored
-
Darren Austin authored
-
Jonah Williams authored
Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend. Updates android, ios, fuchsia workflows to use feature flags check. Removes concept of stable artifacts and checks on flutter version. Fixes #58999 #52859 #12768
-
Jonah Williams authored
complete removal of all generate functionality Fixes #61508
-
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.
-
Darren Austin authored
-
Kate Lovett authored
-
Hans Muller authored
-
Hans Muller authored
-
chunhtai authored
-
Kate Lovett authored
-
Pedro Massango authored
-
- 15 Jul, 2020 6 commits
-
-
Danny Tuppeny authored
This was testing that concurrent reloads were rejected. This is now allowed (as of #55376 (which has non-devicelab integration + unit tests).
-
Danny Tuppeny authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
Remove git dependencies from pub-cache #61487
-
Danny Tuppeny authored
-
Ming Lyu (CareF) authored
* Promtoe WidgetTester.ensureVisible * modify according to tvolkert@
-