- 27 May, 2020 25 commits
-
-
Jose Alba authored
-
Jonah Williams authored
This reverts commit f77c669d.
-
Jonah Williams authored
In #55864 a race condition was described where a done event is received before we finish connecting. This cannot happen, since async functions begin synchronously and the flag isWaitingForVm is tripped immediately, keeping onDone from exiting.
-
stuartmorgan authored
The CMake plugin build wasn't setting visibility to hidden by default, which meant that plugins exported everything by default. This would make bad interactions between plugins much more likely; only the intended API should be exported by the shared library.
-
Ayush Bherwani authored
-
Jim Graham authored
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
Dan Field authored
When you run this, bash complains that `local` is only valid in functions. Gets rid of that extraneous warning.
-
Justin McCandless authored
-
Zachary Anderson authored
-
Kirill authored
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Jenn Magder authored
-
Neevash Ramdial authored
-
Tim Sneath authored
-
chunhtai authored
-
- 26 May, 2020 2 commits
-
-
Greg Spencer authored
Just adding some more details to the snippets README.md file about testing snippets.
-
Ayush Bherwani authored
-
- 23 May, 2020 1 commit
-
-
Devon Carew authored
-
- 22 May, 2020 2 commits
-
-
liyuqian authored
-
James D. Lin authored
-
- 21 May, 2020 7 commits
-
-
Ayush Bherwani authored
-
Dan Field authored
-
engine-flutter-autoroll authored
-
Ken VanDine authored
-
Per Classon authored
Add code example for CustomScrollView on how to make it grow in two directions along its scroll axis (#57670)
-
Justin McCandless authored
-
Stonekity authored
-
- 20 May, 2020 3 commits
-
-
Hansol Lee authored
* Have _warpToCurrentIndex() shortcut logic behave properly * Add test * Apply code review * Fix typo (fromm -> from)
-
Jonah Williams authored
-
Jenn Magder authored
-