- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 12 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Dec, 2019 1 commit
-
-
Zachary Anderson 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 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
-
- 01 Nov, 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.
-
- 09 Oct, 2019 1 commit
-
-
Christopher Fujino authored
-
- 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 1 commit
-
-
Christopher Fujino authored
-
- 17 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 12 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 06 Sep, 2019 1 commit
-
-
Christopher Fujino authored
-
- 05 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 27 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 20 Aug, 2019 1 commit
-
-
Jenn Magder authored
-
- 16 Aug, 2019 2 commits
-
-
Jonah Williams authored
- 15 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 06 Aug, 2019 1 commit
-
-
sjindel-google authored
This PR contains the tests for flutter/engine#10186.
-
- 19 Jul, 2019 1 commit
-
-
Christopher Fujino authored
-
- 17 Jul, 2019 1 commit
-
-
Christopher Fujino authored
* add failing tests * fix tests * be more specific with try-catch * add further mocking to get tests to pass again * fix analyzer failure
-
- 16 Jul, 2019 2 commits
-
-
Christopher Fujino authored
This reverts commit 5501a1c1.
-
sjindel-google authored
## Description Instead of detaching from the spawned App process on the device immediately, keep the LLDB client connection open (in autopilot mode) until the App quits or the server connection is lost. This replicates the behavior of Xcode, which also keeps a debugger attached to the App after launching it. ## Tests This change will be covered by all running benchmarks (which are launched via "flutter run"/"flutter drive"), and probably be covered by all tests as well. I also tested the workflow locally -- including cases where the App or Flutter CLI is terminated first. ## Breaking Change I don't believe this should introduce any breaking changes. The LLDB client automatically exits when the app dies or the device is disconnected, so there shouldn't even be any user-visible changes to the behavior of the tool (besides the output of "-v").
-
- 15 Jul, 2019 1 commit
-
-
Christopher Fujino authored
This updates the flutter tool cache to download binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 12 Jul, 2019 2 commits
-
-
Christopher Fujino authored
This reverts commit 14d489ad.
-
Christopher Fujino authored
This updates the flutter tool to cache binary files for ideviceinstaller, ios-deploy, libimobiledevice, and dynamically linked dependencies from Flutter's GCP bucket.
-
- 11 Jul, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit d200dc15.
-
sjindel-google authored
-