- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 22 Oct, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] remove iOS screenshot on failure functionality * remove all screenshot code
-
- 20 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 15 Oct, 2020 1 commit
-
-
Jonah Williams authored
[devicelab] allow the devicelab to take a screenshot if the iOS connection fails with FLUTTER_IOS_SCREENSHOT_ON_CONNECTION_FAILURE (#68156) More attempts to remote diagnose the issues in the iOS devicelab
-
- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
Cleans up some undocumented classes and re-organizes the AndroidDevices class to avoid the need for the static testing only member. Adds a script for tracking globals.
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 18 Aug, 2020 1 commit
-
-
Jonah Williams authored
Also output covered | total lines, and a summary percentage at the end + Kick tree
-
- 23 Jul, 2020 1 commit
-
-
Jonah Williams authored
Allows generating a per-library coverage summary like https://gist.github.com/jonahwilliams/f298381c3fb9f472b2dfe54b82a20a88
-
- 05 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 24 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 18 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 17 Dec, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 13 Dec, 2019 2 commits
-
-
Todd Volkert authored
Revert "flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)" (#46999) This reverts commit f2859201. It broke forbidden_imports_test, which uses a custom ignore directive.
-
Sam Rawlins authored
flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)
-
- 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
-
- 24 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools * use castStringKeyedMap * address review comments * address review comments * fix issues after rebase
-
- 04 Oct, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 02 Oct, 2019 1 commit
-
-
Ian Hickson authored
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Aug, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 24 Jul, 2019 1 commit
-
-
Jiahao authored
An optimization to the coverage collection speed was added in #30811. This commit further expands on it to parameterize the CoverageCollector with a custom predicate, allowing internal use cases to filter the RPC calls to the Dart VM based on scripts of interest to coverage collection.
-
- 22 Jul, 2019 1 commit
-
-
Ian Hickson authored
Extracted from https://github.com/flutter/flutter/pull/36205
-
- 08 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 27 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 26 Jun, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 12 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Feb, 2019 1 commit
-
-
xster authored
-