- 23 Jul, 2020 4 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
The boolean value as to whether the action was found and enabled is less useful than just returning the result of invoking the action itself.
-
Pierre-Louis authored
-
David Martos authored
-
- 21 Jul, 2020 4 commits
-
-
Pierre-Louis authored
-
Alexandre Ardhuin authored
-
xubaolin authored
- 20 Jul, 2020 4 commits
-
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
-
Jason Simmons authored
- 17 Jul, 2020 6 commits
-
-
chunhtai authored
-
Jimmy Wei authored
-
Chris Yang authored
After #31935, Some one sequence gesture recognizers requires at least one callback to be able to compete in the arena. This PR adds the a no-op callback in the gesture recognizer in the platform view when the gesture recognizer does not have any callbacks. This way, all the gesture recognizers in the platform view can compete in the arena.
-
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
-
- 16 Jul, 2020 12 commits
-
-
Michael Goderbauer authored
-
Sam Rawlins authored
-
Bogdan Lukin authored
-
Darren Austin authored
-
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 10 commits
-
-
-
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.
-
Jonah Williams authored
-
Tong Mu authored
Add document for mouse cursor mapping on Windows and Linux.
-
Alexandre Ardhuin authored
* migrate foundation to nullsafety * address review comments
-
Neevash Ramdial authored
-
Anthony authored
-
Ayush Bherwani authored
-
Hans Muller authored
-
Todd Volkert authored
-