- 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
-
- 19 Jan, 2019 1 commit
-
-
Ian Hickson authored
These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
-
- 18 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 04 Jan, 2019 2 commits
-
-
Stanislav Baranov authored
-
Stanislav Baranov authored
-
- 21 Dec, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 76f70810.
-
Ian Hickson authored
* Remove many timeouts. These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time. * Get the attach tests to pass. * Apply review comments from Todd * More review comment fixes * Put back the extended timeouts here now that I know why we have them...
-
- 15 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 19 Nov, 2018 1 commit
-
-
Alexandre Ardhuin authored
* update lint list * enable sort_pub_dependencies * enable avoid_returning_null_for_void * enable flutter_style_todos
-
- 17 Oct, 2018 2 commits
-
-
Michael Klimushyn authored
`FlutterDevice.views` is limited by a filter. Pipe this filter up as an option for the commands that instantiate `FlutterDevice`s. This is the first change necessary for the CLI tooling to target specific isolates (#22009). More work needs to be done after this patch. * Isolate names are dynamically generated and change every restart. * This just filters views, not background isolates (`VMService.isolates`).
-
Alexandre Ardhuin authored
-
- 05 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 20 Jul, 2018 1 commit
-
-
Sigurd Meldgaard authored
With a fix of a path being printed relative instead of absolute.
-
- 19 Jul, 2018 1 commit
-
-
Danny Tuppeny authored
* Extract some of startApp into a reusable method * Get basic attach --machine working * Attach --machine tweaks Move validation to validate method and create daemon early so we get the startup event before trying to get a connection. * Bump daemon version so we know whether it's valid to flutter attach * Tweak output text * Swap package imports for relative * Review tweaks (naming, formatting, typedefs) * Separate arguments from process spawning This will make calling attach easier * Add a basic test for flutter attach --machine * Fix crash if port unforward modifies the list of forwarded ports * Add a no-op port forwarder for flutter-tester * Switch to using BasicProject instead of our own inline code * Fix expectation in test now we have a portForwarder * Remove stale TODO (this is done) * Tweak formatting * Change some Completers to void to fix Dart 2 issues
-
- 16 Jul, 2018 2 commits
-
-
Sigurd Meldgaard authored
This reverts commit 57d78cc7.
-
Sigurd Meldgaard authored
-
- 14 Jun, 2018 1 commit
-
-
Ian Hickson authored
(second attempt)
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Jun, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 4f1b6604.
-
Ian Hickson authored
-
- 02 Mar, 2018 1 commit
-
-
Yegor authored
* [tools] consolidate "preview Dart 2" option in BuildInfo * format BuildInfo constructor
-
- 08 Feb, 2018 1 commit
-
-
asiva authored
-
- 04 Jan, 2018 1 commit
-
-
Siva authored
* Plumb a --strong option through to the front end server and the engine so that we can run flutter apps in preview-dart-2 and strong mode * - Address analyzer lint issues *- correctly set up strong mode option in the case of AOT builds
-
- 22 Nov, 2017 1 commit
-
-
Todd Volkert authored
This allows `flutter run` to work on hosts that are IPv6-only.
-
- 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.
-
- 31 Aug, 2017 1 commit
-
-
Alexander Aprelev authored
This adds --preview-dart-2 flag that enables use of Dart 2.0 Frontend in Flutter tools.
-
- 22 Aug, 2017 1 commit
-
-
Devon Carew authored
* fix some call sites of printError * review comments
-
- 27 Apr, 2017 1 commit
-
-
Zachary Anderson authored
-
- 26 Apr, 2017 1 commit
-
-
Todd Volkert authored
`adb` can sometimes hang, which will in turn hang the Dart isolate if we're using `Process.runSync()`. This changes many of the `Device` methods to return `Future<T>` in order to allow them to use the async process methods. A future change will add timeouts to the associated calls so that we can properly alert the user to the hung `adb` process. This is work towards #7102, #9567
-
- 20 Apr, 2017 1 commit
-
-
Devon Carew authored
* improve progress display when running apps; speed up startup * review comments
-
- 14 Apr, 2017 1 commit
-
-
Zachary Anderson authored
-
- 12 Apr, 2017 1 commit
-
-
Ian Hickson authored
* Fix tests to use Ahem, and helpful changes around that - Fix fonts that had metric-specific behaviours. - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed to LiveTestWidgetsFlutterBinding.framePolicy. - LiveTestWidgetsFlutterBinding now defaults to using a frame policy that pumps slightly more frames, to animate the pointer crosshairs. - Added "flutter run --use-test-fonts" to enable Ahem on devices. - Changed how idle() works to be more effective in live mode. - Display the test name in live mode (unless ahem fonts are enabled). - Added a toString to TextSelectionPoint. - Style nit fixes. * Roll engine to get Ahem changes. * Update tests for dartdoc changes. * Fix flutter_tools tests
-
- 07 Apr, 2017 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6849
-
- 17 Mar, 2017 1 commit
-
-
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.
-
- 16 Mar, 2017 1 commit
-
-
Zachary Anderson authored
-
- 15 Mar, 2017 1 commit
-
-
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
-
- 10 Mar, 2017 1 commit
-
-
Todd Volkert authored
* Rename `Device.platform` to `Device.targetPlatform` to avoid collision with the exported variable from `platform.dart`
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 01 Mar, 2017 1 commit
-
-
Jakob Andersen authored
Instead, actually exit the tool. Fixes #8363.
-