- 18 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Feb, 2020 1 commit
-
-
Martin Kustermann authored
-
- 10 Feb, 2020 1 commit
-
-
Zachary Anderson authored
-
- 04 Feb, 2020 1 commit
-
-
Mehmet Fidanboylu authored
-
- 10 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 08 Jan, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269)
-
- 10 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 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
-
- 26 Nov, 2019 1 commit
-
-
Jonah Williams authored
-
- 29 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Sep, 2019 1 commit
-
-
Zachary Anderson authored
-
- 05 Sep, 2019 1 commit
-
-
Kenzie Schmoll authored
* Register getFlutterVersion service in flutter_tools. * Add short revision ids to response. * Rename method and remove obsolete comments. * Fix broken test by adding sendPeerNotifications flag. * Implement mockPeer.sendNotification.
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 25 Apr, 2019 1 commit
-
-
Dan Field authored
* Update packages * Capture JSON RPC errors that presently get swallowed
-
- 15 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 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.
-
- 17 Jan, 2019 1 commit
-
-
Kenzie Schmoll authored
* Register hot restart service in flutter_tools.
-
- 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...
-
- 09 Nov, 2018 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/19273
-
- 28 Oct, 2018 1 commit
-
-
Ian Hickson authored
* Revert "[H] Created a variant of InheritedWidget specifically for Listenables (#23393)" This reverts commit 93132859. * Revert "Fix a race condition in vmservice_test.dart (#23529)" This reverts commit 5e7b0a36.
-
- 27 Oct, 2018 1 commit
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/19273
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 27 Jun, 2018 1 commit
-
-
Ian Hickson authored
This is an attempt to reland #18488 with less breakage on macOS.
-
- 15 Jun, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 77508722.
-
Ian Hickson authored
-
- 20 Apr, 2018 2 commits
-
-
Todd Volkert authored
We were trying to only catch WebSocketException, but in fact SocketException can be thrown as well.
-
Yegor authored
Fixes #13655
-
- 08 Nov, 2017 1 commit
-
-
Yegor authored
-