- 29 Oct, 2019 7 commits
-
-
Emmanuel Garcia authored
-
Christopher Fujino authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Jonah Williams authored
-
- 28 Oct, 2019 9 commits
-
-
Jonah Williams authored
-
knaeckeKami authored
Use PRODUCT_BUNDLE_IDENTIFIER from buildSettings to find correct bundle id on iOS when using flavors (#42964)
-
Jenn Magder authored
* Alias upgrade-packages => update-packages * Trailing whitespace
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Zachary Anderson authored
* [flutter_tool] Use engine flutter_runner prebuilts * Update packages/flutter_tools/lib/src/fuchsia/fuchsia_build.dart Co-Authored-By:
Jonah Williams <jonahwilliams@google.com>
-
Jonah Williams authored
-
- 26 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Oct, 2019 6 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
* initial bootstrap script for incremental compiler support * add more comments * update to two scripts
-
Jonah Williams authored
-
Harry Terkelsen authored
* Don't html-escape in the plugin registrant templates. Fixes #43382 * Add test
-
Yegor authored
-
- 24 Oct, 2019 7 commits
-
-
Jonah Williams authored
This reverts commit 4f385c8f.
-
liyuqian authored
-
Jonah Williams authored
-
Harry Terkelsen authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 23 Oct, 2019 4 commits
-
-
Jonah Williams authored
-
James D. Lin authored
Empirical measurements indicate on the network file system we use internally, using `FileStat.stat` on thousands of files is much faster than using `FileStat.statSync`. (It can be slower for files on a local SSD, however.) Add a flag to `ProjectFileInvalidator.findInvalidated` to let it use `FileStat.stat` instead of `FileStat.statSync` when scanning for modified files. This can be enabled by overriding `HotRunnerConfig`. I considered creating a separate, asynchronous version of `findInvalidated`, but that led to more code duplication than I liked, and it would be harder to avoid drift between the versions.
-
Jonah Williams authored
-
Jonah Williams authored
-
- 22 Oct, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 3597bae6.
-
Ian Hickson authored
-
- 21 Oct, 2019 3 commits
-
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
Jonah Williams authored
-