- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 21 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 20 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 31 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 25 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 16 Jul, 2019 1 commit
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
- 10 Jun, 2019 1 commit
-
-
Alexander Aprelev authored
* Report async callback errors that currently go unreported. * Add a test
-
- 21 May, 2019 1 commit
-
-
Christopher Fujino authored
* don't send crash reports if on a user branch. * add test to test/crash_reporting_test.dart
-
- 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
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 05 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Sep, 2018 1 commit
-
-
Greg Spencer authored
This adds support to AnsiTerminal for colored output, and makes all tool output written to stderr (with the printError function) colored red. No color codes are sent if the terminal doesn't support color (or isn't a terminal). Also makes "progress" output print the elapsed time when not connected to a terminal, so that redirected output and terminal output match (redirected output doesn't print the spinner, however). Addresses #17307
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 May, 2018 1 commit
-
-
Devon Carew authored
-
- 29 Mar, 2018 1 commit
-
-
Todd Volkert authored
Paying off technical debt...
-
- 28 Mar, 2018 2 commits
-
-
Todd Volkert authored
Follow-up comments to #15984
-
Todd Volkert authored
This updates AppContext per the recommendations in #15352 Fixes #15352
-
- 28 Feb, 2018 1 commit
-
-
jcollins-g authored
* Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)" This reverts commit d2602947. * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model * AnsiSpinner needs to leave the cursor where it found it. * fix tests * Const constructor warning only shows up on windows...? * Avoid crash if we can't find the home directory * Make pathVarSeparator return a string in the mock * Implement review comments * Fix out-of-order problem on stop
-
- 21 Feb, 2018 1 commit
-
-
jcollins-g authored
* Fix packages tests when run off bots * Tweak dependencies to make bots happy * Review comment
-
- 15 Feb, 2018 1 commit
-
-
Todd Volkert authored
Reports from that commit included: * Doctor hanging * Doctor prompting to install JDK * AnsiStatus.cancel() printing elapsed time and extra newline * Printing extra spinner character at the end of each line
-
- 14 Feb, 2018 1 commit
-
-
jcollins-g authored
* Initial version, seems to work * Unit test for android license checker * Cleanups * Windows analyzer wants const. * Refinements to timeout * review comments * Forgot a nit
-
- 01 Feb, 2018 2 commits
-
-
jcollins-g authored
* Flatten change out from lots of merges and temporary hacks for #7224 * Expand fakes to cover cases where doctor passes * -v != --verbose * Cosmetic touchups * delint * Clean up summary line, add a switch for review comments * Review comments * nit * review comment * review comments
-
jcollins-g authored
* Populate AnsiTerminal in context for daemon launches * Strip out AnsiTerminal additions to context since they are no longer needed
-
- 11 Nov, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Get rid of static version methods which ignore the AppContext * Review comments * Review Comments * Make branch behave the same as original implementation * Fix tests
-
- 10 Nov, 2017 1 commit
-
-
Todd Volkert authored
* executable.dart#main() depends on runner.dart#run() * Refactor code such that non-commands don't depend on commands. No code was actually changed in this PR - code was merely moved from point A to point B.
-
- 22 Oct, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 19 Oct, 2017 1 commit
-
-
Michael Goderbauer authored
* Make clean command top level Fixes https://github.com/flutter/flutter/issues/10783 * remove backwards
-
- 06 Sep, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 07 Jul, 2017 1 commit
-
-
Devon Carew authored
* add a --machine mode to flutter config * review feedback
-
- 13 Jun, 2017 1 commit
-
-
Brian Slesinsky authored
Currently this just prints the observatory URL as a JSON event. Refactored the code to make this fit in.
-
- 18 May, 2017 1 commit
-
-
xster authored
* first pass * improvements * extract terminal.dart * rebase * add default terminal to context * The analyzer wants the ../ imports in front of the ./ imports * review notes
-
- 03 May, 2017 1 commit
-
-
Todd Volkert authored
This message will be picked up by IntelliJ and shown to the user in a toast.
-
- 02 Apr, 2017 1 commit
-
-
Ian Hickson authored
This should make the message in Travis logs look better.
-
- 16 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
It's no longer needed with the latest Dart SDK roll.
-
- 15 Mar, 2017 2 commits
-
-
John McCutchan authored
- [x] Don't use package:stack_trace. - [x] Don't use Chain.capture. - [x] Fix an instance of aggressive catching of exceptions Related #8742
-
Michael Goderbauer authored
* Make ProcessSignals portable This removes the need to wrap unsupported signals with in `if (!platform.isWindows) ..`. It also allows us to implement a work around for breaking the Windows console when flutter is exited with Ctrl+C. * review comments * adding tests * add license header
-
- 14 Mar, 2017 1 commit
-
-
Zachary Anderson authored
-