- 28 May, 2020 9 commits
-
-
stuartmorgan authored
BundleUtilities apparently doesn't do build-system-style timestamp analysis when deciding what to copy, and instead just doesn't copy things that are already present. This cleans that bundle directory on each build, so that it includes the up-to-date library versions. Since this is just copying from build artifacts, this is very fast; the build steps themselves are not affected. Fixes https://github.com/flutter/flutter/issues/58049
-
Jonah Williams authored
Fixes #58003 The .dart_tool directory can contain build assets, as well as the package_config.json file - the replacement for .packages. Remove it for the same reason we remove .packages
-
Jonah Williams authored
To make #57871 easier to land, add support for loading either LICENSES or NOTICES, preferring the later.
-
Shi-Hao Hong authored
-
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
-