- 11 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 09 Jan, 2020 1 commit
-
-
Zachary Anderson authored
-
- 07 Jan, 2020 3 commits
-
-
Zachary Anderson authored
This reverts commit 866fa64d.
-
Zachary Anderson authored
* Reword flutter run help screen. * As per Hixie request, added Efthymios Sarmpanis to the AUTHORS file * fix test Co-authored-by:
Efthymis Sarmpanis <e.sarbanis@gmail.com>
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Dec, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 05 Dec, 2019 3 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
This reverts commit 2a113165.
-
Jonah Williams authored
-
- 27 Nov, 2019 2 commits
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
Jonah Williams authored
-
- 22 Nov, 2019 2 commits
-
-
Jonah Williams authored
Revert "Improve time to development by initializing frontend_server concurrently with platform build (#45236)" (#45422)
-
Jonah Williams authored
Improve time to development by initializing frontend_server concurrently with platform build (#45236)
-
- 21 Nov, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 20 Nov, 2019 3 commits
-
-
Emmanuel Garcia authored
This reverts commit 2135e9fb.
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
This reverts commit 6d77996d.
-
- 19 Nov, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 06 Nov, 2019 1 commit
-
-
James D. Lin authored
Allow ProjectFileInvalidator to be overridden with a different implementation. I stole this from https://github.com/flutter/flutter/pull/39217.
-
- 23 Oct, 2019 1 commit
-
-
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.
-
- 15 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
...because otherwise, processes that think they're manipulating your filesystem will be doing crazy things the test is ignoring, leading to (at best) failures and (at worst) flakes or disk corruption.
-
- 09 Oct, 2019 1 commit
-
-
Christopher Fujino authored
-
- 05 Oct, 2019 1 commit
-
-
James D. Lin authored
Restructure ProjectFileInvalidator.findInvalidated a bit I plan to modify `ProjectFileInvalidator.findInvalidated` to allow it to use `FileStat.stat` instead of `FileStat.statSync`. Restructure `findInvalidated` a bit so that `FileStat.statSync` is called in only one place. Note that this change now always counts the `.packages` file as one of the files scanned, even if it does not exist. I think that this is okay since it more accurately reflects the number of times that we hit the filesystem with `stat()`, and it is consistent with how other files are counted.
-
- 04 Oct, 2019 1 commit
-
-
James D. Lin authored
In preparation for some refactoring that I will be doing to `ProjectFileInvalidator.findInvalidated`, make its code a bit clearer: * Indicate which arguments may be null. * Don't bother calling `FileStat.statSync` on the `.packages` file for the initial load. This makes the checks for the `.packages` file consistent with those for other files. * Use `DateTime.isAfter()` instead of comparing microseconds ourselves. While I was touching this file, I also removed some unnecessary comparisons to `false`. (`_ManifestAssetBundle.wasBuiltOnce()` is the only implementation I can find of `AssetBundle.wasBuiltOnce()`, and it never returns `null`.)
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 11 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 15 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 08 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 07 Aug, 2019 1 commit
-
-
Jason Simmons authored
The use-application-binary flag can be used to run a previously built app package.
-
- 02 Aug, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 31 Jul, 2019 1 commit
-
-
Jonah Williams authored
-