- 23 Apr, 2020 1 commit
-
-
liyuqian authored
-
- 21 Apr, 2020 1 commit
-
-
Tianguang authored
-
- 20 Apr, 2020 1 commit
-
-
liyuqian authored
-
- 16 Apr, 2020 1 commit
-
-
Yegor authored
* print intermediate A/B results when not silent * print raw A/B results when in loud mode * add tests; handle missing metrics more gracefully * use less fancy section header on Windows
-
- 13 Apr, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 283ec9e2.
-
- 10 Apr, 2020 2 commits
- 08 Apr, 2020 2 commits
-
-
Yegor authored
-
Jonah Williams authored
Ensure build fails if asset files are missing and that stderr messages are forwarded through Gradle
-
- 06 Apr, 2020 1 commit
-
-
Yegor authored
-
- 03 Apr, 2020 2 commits
-
-
Yegor authored
-
-
- 01 Apr, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 31 Mar, 2020 1 commit
-
-
Kate Lovett authored
-
- 25 Mar, 2020 1 commit
-
-
xster authored
-
- 24 Mar, 2020 1 commit
-
-
Erik Ernst authored
-
- 25 Feb, 2020 1 commit
-
-
Christopher Fujino authored
-
- 14 Feb, 2020 1 commit
-
-
Yegor authored
* Fix stack trace parsing on non-debug builds; add e2e tests
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Feb, 2020 3 commits
-
-
Jenn Magder authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* unnecessary escapes fixes * replace some strings with raw strings * update regexp * address review comments
-
- 05 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Jan, 2020 1 commit
-
-
Yegor authored
Initial web benchmark harness and 3 benchmarks
-
- 22 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 14 Jan, 2020 1 commit
-
-
Andrew Davies authored
dev_finder name is deprecated. device-finder is preferred. Functionality remains identical, this is an aesthetic change. This change was generated via: $ find . -not -path '*/\.*' -type f -exec sed -i 's/(^import.*)!dev_finder/device-finder/g' {} \;
-
- 10 Jan, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 09 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Dec, 2019 1 commit
-
-
Sean Freiburg authored
-
- 05 Dec, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
Jenn Magder authored
-
- 27 Nov, 2019 1 commit
-
-
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
-
- 22 Nov, 2019 1 commit
-
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
- 21 Nov, 2019 1 commit
-
-
liyuqian authored
For https://github.com/flutter/flutter/issues/45194 and see also https://github.com/flutter/packages/pull/47.
-
- 20 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Nov, 2019 2 commits
-
-
Jonah Williams authored
-
Jenn Magder authored
-
- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 08 Nov, 2019 1 commit
-
-
Jonah Williams authored
Removes multiple re-entrant calls of bundle and aot and replaces them with a single call to assemble. This restores full caching and will allow follow-up performance improvements when building multiple ABIs
-