- 28 May, 2020 5 commits
-
-
Jonah Williams authored
-
Onat Çipli authored
-
engine-flutter-autoroll authored
-
chunhtai authored
-
Jonah Williams authored
-
- 27 May, 2020 28 commits
-
-
engine-flutter-autoroll authored
-
Greg Spencer authored
Update the flutter and dart scripts' locking mechanism and follow_links function to be more robust and support more platforms. This adds support for using mkdir as a fallback if the system doesn't have flock instead of using shlock, since shlock doesn't work on shared filesystems. It also fixes a problem in the follow_links function where it failed when the link resolved to the root directory.
-
Greg Spencer authored
This adds a new navigationMode to the MediaQueryData that indicates how focusable controls should behave under different navigation modes, currently with two modes: NavigationMode.traditional, and NavigationMode.directional. It may seem like focusing a disabled control is not desirable, but this is useful for user interfaces that use DPAD navigation because if a control gets disabled, losing focus is disruptive to the user, and it is difficult to control where the focus will end up unless it is done explicitly.
-
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 2 commits
-
-
Ayush Bherwani authored
-
Dan Field authored
-