- 23 Jun, 2017 11 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10911
-
-
Todd Volkert authored
Fixes #10929
-
Jacob Richman authored
* Add hasAGoodToStringDeep and equalsIgnoringHashCodes methods. Methods simplify testing of toStringDeep calls and other cases where methods return strings containing hash codes.
-
Chris Bracken authored
This allows us to take advantage of improved command-line tooling (e.g., improvements in device listing in Instruments). Now that the engine is built with Xcode 8 and the framework is tested against Xcode 8, this reduces the set of configurations we need to support to allow us to focus on the supported ones: Xcode 8 and Xcode 9.
-
Ian Hickson authored
...and make one of the comments accurate by fixing the code. Turns out I forgot to add the 'silent' argument when I changed that comment.
-
Ian Hickson authored
-
Chris Bracken authored
This print statement provides no value to the user.
-
-
Zachary Anderson authored
-
Yegor authored
The upstream fix is: https://github.com/dart-lang/usage/commit/021664efd35d563ee21eadbed40af6b5e8e23b2e
-
- 22 Jun, 2017 4 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Zachary Anderson authored
-
xster authored
-
- 21 Jun, 2017 11 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
-
Jason Simmons authored
-
P.Y. Laligand authored
-
Devon Carew authored
-
Seth Ladd authored
-
Jacob Richman authored
* Revert "Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880)" This reverts commit ceb814aa.
-
Alan authored
-
jcollins-g authored
-
Jacob Richman authored
Revert "Change all ocurrences of '$runtimeType#$hashCode' to use the idAndType method. (#10871)" (#10880) This reverts commit d46e208b.
-
Jacob Richman authored
* Change all instances of '$runtimeType#$hashCode' to use the describeIdentity method. The describeIdentity method generates a shorter description with a consistent length consisting of the runtime type and the a 5 hex character long truncated version of the hash code.
-
- 20 Jun, 2017 13 commits
-
-
Michael Goderbauer authored
-
Brian Slesinsky authored
(The Flutter plugin will use this to update the UI with test progress.)
-
Michael Goderbauer authored
Going forward, Android support libraries are published on maven (instead of bundling them with the SDK). Many plugins depend on these. To avoid requiring plugin users to add the maven repository to their app this change adds the repository to the template for `flutter create`. This also bumps the support-annotations dependency to 25.4.0 (which also requires the new maven repository).
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10541
-
jcollins-g authored
* Add version information to dartdoc footer * Add final to variable declaration * Drop toString()
-
Michael Goderbauer authored
Remaining known issues are #10831 and #10830.
-
Chris Bracken authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10703
-
Ian Hickson authored
Introduce CompositedTransformTarget and CompositedTransformFollower widgets, corresponding render objects, and corresponding layers. Adjust the way text fields work to use this. Various changes I needed to debug the issues that came up.
-
Hans Muller authored
-
Seth Ladd authored
* send channel name as a custom dimension * tweaks from review * remove unused import
-
Devon Carew authored
-
Ian Hickson authored
-
- 19 Jun, 2017 1 commit
-
-
Chris Bracken authored
Replace use of ideviceinfo in devicelab tests with Xcode instruments lookup.
-