- 05 Feb, 2020 3 commits
-
-
Yegor authored
-
Alexandre Ardhuin authored
-
Dan Field authored
-
- 04 Feb, 2020 1 commit
-
-
Emmanuel Garcia authored
This reverts commit e03f4391.
-
- 01 Feb, 2020 1 commit
-
-
Yegor authored
-
- 31 Jan, 2020 3 commits
-
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
Emmanuel Garcia authored
-
- 30 Jan, 2020 1 commit
-
-
Yegor authored
Initial web benchmark harness and 3 benchmarks
-
- 25 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 22 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 21 Jan, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams 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
-
- 21 Dec, 2019 1 commit
-
-
Jenn Magder authored
Revert "Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#47266)" (#47568) This reverts commit 648a5d8a.
-
- 19 Dec, 2019 2 commits
-
-
Jenn Magder authored
Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#47266)
-
Gary Qian authored
-
- 18 Dec, 2019 2 commits
-
-
Jenn Magder authored
Revert "Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928)" (#47264) This reverts commit e54e301d.
-
Jenn Magder authored
Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928)
-
- 13 Dec, 2019 1 commit
-
-
Jim Graham authored
-
- 12 Dec, 2019 1 commit
-
-
Sean Freiburg authored
-
- 10 Dec, 2019 1 commit
-
-
Chris Yang authored
-
- 07 Dec, 2019 1 commit
-
-
Jenn Magder authored
This reverts commit adec6977.
-
- 06 Dec, 2019 1 commit
-
-
Chris Yang authored
-
- 05 Dec, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
Jenn Magder authored
-
- 03 Dec, 2019 1 commit
-
-
Jonah Williams 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 2 commits
-
-
liyuqian authored
For https://github.com/flutter/flutter/issues/45194 and see also https://github.com/flutter/packages/pull/47.
-
sjindel-google authored
-
- 20 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Nov, 2019 3 commits
-
-
liyuqian authored
This will catch issues like https://github.com/flutter/flutter/issues/44252, and this test is inspired by the `list_demo` sample app in https://github.com/flutter/flutter/issues/43083#issue-509586473 This is tested locally on a Moto G4 before and after the fix https://github.com/flutter/engine/pull/13710 The `average_frame_rasterizer_time_millis` of this test drops from ~5.4ms to ~4.9ms after that fix.
-
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
-