- 22 Nov, 2019 1 commit
-
-
Greg Spencer authored
No code changes, just comments: I spell-checked all the comments in the repo.
-
- 19 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 18 Nov, 2019 1 commit
-
-
Christopher Fujino authored
-
- 14 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Nov, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit c0af77bf.
-
Jonah Williams authored
-
- 06 Nov, 2019 1 commit
-
-
xster authored
-
- 04 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Nov, 2019 1 commit
-
-
Jenn Magder authored
-
- 31 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Oct, 2019 1 commit
-
-
Jenn Magder authored
-
- 28 Oct, 2019 1 commit
-
-
knaeckeKami authored
Use PRODUCT_BUNDLE_IDENTIFIER from buildSettings to find correct bundle id on iOS when using flavors (#42964)
-
- 15 Oct, 2019 1 commit
-
-
liyuqian authored
So we can test SkSL precompile using the command line tools. See https://github.com/flutter/engine/pull/12412.
-
- 14 Oct, 2019 1 commit
-
-
Ryan Macnak authored
Fixes various Flutter framework test failures when bytecode is enabled.
-
- 09 Oct, 2019 1 commit
-
-
Christopher Fujino authored
-
- 04 Oct, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add missing trailing commas * add more missing trailing commas * add more and more missing trailing commas
-
- 27 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 26 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 Sep, 2019 3 commits
-
-
Jenn Magder authored
-
Christopher Fujino authored
-
Jenn Magder authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 16 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Sep, 2019 2 commits
-
-
stuartmorgan authored
- Makes build_macos.dart handle the case where there is only one Xcode project in the macos/ directory, but it's not called Runner.xcodeproj - Makes getInfo throw a tool exit when trying to get project info and it can't find a project, since that is a configuration error by the user rather than a tool bug.
-
Zachary Anderson authored
-
- 06 Sep, 2019 1 commit
-
-
Christopher Fujino authored
-
- 05 Sep, 2019 2 commits
-
-
stuartmorgan authored
Avoids unnecessarily breaking projects that have another .xcodeproj in their macos/ directory, which worked until the addition of the getInfo call.
-
Zachary Anderson authored
-
- 28 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 20 Aug, 2019 2 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
-
- 17 Aug, 2019 1 commit
-
-
Todd Volkert authored
We were using the `defaults` command-line utility to parse Plist files, but it was never supported by Apple, and it appears that in an upcoming OS release, it will be less likely to work: > WARNING: The defaults command will be changed in an upcoming > major release to only operate on preferences domains. General > plist manipulation utilities will be folded into a different > command-line program. Fixes https://github.com/flutter/flutter/issues/37701
-
- 16 Aug, 2019 3 commits
-
-
Andri Jasinski authored
-
Jonah Williams authored
-