- 29 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Mar, 2017 1 commit
-
-
- 17 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
The problem has been fixed upstream in the Dart VM. This simplifies our setup instructions on Windows (will update the wiki). Furthermore, this also means that going forward there is no diffrence between PowerShell and Cmd for the Flutter experience on Windows.
-
Michael Goderbauer authored
Function keys don't work great on any platform we support: * Mac doesn't have first-class function keys. * On Ubuntu: F1 opens the system help and F10 opens the file dialog. * ... and Windows is a mess as well.
-
- 15 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
* devicelab benchmarks run on Windows * fix analyzer issue * fix test * fix pubspec
-
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
-
- 07 Mar, 2017 1 commit
-
-
Todd Volkert authored
This adds the test harness for record/replay tests.
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 03 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* fix FLUTTER_ANSI_TERMINAL check should have been included in the previous PR :( * review comments
-
- 02 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 01 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 20 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
Replaces unprintable characters with alternative symbols.
-
- 10 Feb, 2017 1 commit
-
-
Devon Carew authored
-
- 09 Feb, 2017 1 commit
-
-
xster authored
* Add indent option to logger and indent non-flutter nested output * Add a missed override * Formatting
-
- 08 Feb, 2017 1 commit
-
-
Devon Carew authored
* improve the logger ui a bit for elapsed times * invert param * update daemon.dart
-
- 01 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 26 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 20 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 13 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 11 Jan, 2017 1 commit
-
-
Devon Carew authored
* ignore exceptions from stdin.lineMode * only catch IOException
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 15 Nov, 2016 1 commit
-
-
Devon Carew authored
-
- 07 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 06 Nov, 2016 1 commit
-
-
Jason Simmons authored
-
- 03 Nov, 2016 1 commit
-
-
Devon Carew authored
* make showElapsedTime default to true * support nested progresses * improve hot reload message * rethrow
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
* logger use milliseconds instead of seconds for reporting elapsed time (#5400) * Update authors (#5400) * Remove unnecessary comment
-
- 21 Oct, 2016 1 commit
-
-
Jason Simmons authored
With the old policy the most recent log would not be printed until the next log is produced (which may be indefinitely). This change prints logs immediately along with a time delta since the previous log.
-
- 13 Aug, 2016 1 commit
-
-
Devon Carew authored
-
- 02 Aug, 2016 1 commit
-
-
Ian Hickson authored
* General improvoments to the loader app: * Show a message after 8 seconds if no connection comes in. * Show a progress bar as files are being uploaded. * Hide the spinner just before launching the application. * General improvements to the "flutter run" UI: * Add "?" key as a silent alias for "h". * Make the help text bold so it doesn't get mixed with the logs. * Make "R" do a cold restart when hot reload is enabled. * Supporting features and bug fixes: * Add support for string service extensions. * Other bug fixes: * Expose debugDumpRenderTree() outside debug mode. * Logger.supportsColor was missing a getter. * Mention in the usage docs that --hot requires --resident. * Trivial style fixes.
-
- 13 Jun, 2016 1 commit
-
-
Ian Hickson authored
Also, make it clear the screen between results so it's more obvious what's going on when you have new results (especially when you have fixed everything).
-
- 07 Jun, 2016 1 commit
-
-
Devon Carew authored
* refactor the --resident run option into a separate file * update daemon to run --resident apps * re-plumbing daemon start * send app logs * update tests * review changes * fix test runner * remove PackageMap.createGlobalInstance; rely on the ctor * review comments
-
- 26 May, 2016 1 commit
-
-
Devon Carew authored
-
- 10 May, 2016 1 commit
-
-
Devon Carew authored
* send ext.flutter.exit * listen for help restart, quit * refactor into a separate class
-
- 29 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 25 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 19 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a service extension for repaint rainbow * review comments
-
- 18 Apr, 2016 1 commit
-
-
Devon Carew authored
* download android-arm-deploy * wire up --deploy to android-arm-deploy * fix interpolation
-
- 12 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Apr, 2016 1 commit
-
-
Devon Carew authored
* more terse flutter upgrade * fix an issue when updating and the engine update code has changed * call flutter precache; add a --no-color hidden option * fix a lint related to getters/setters
-