- 25 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 10 Nov, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 06 Nov, 2017 1 commit
-
-
Chris Bracken authored
Since MethodCall equality checks are limited to test scenarios, this patch replaces them with an equivalent test matcher. At present MethodCalls are always used in scenarios where indentity-based equality/hashing is appropriate. This change avoids an assertion failure when MethodCall args are Iterable (possible since args are of type dyanmic), and hashValue() from dart:ui asserts that its input is not an Iterable. The alternative of implementing support for deep equality in dart:ui was rejected on the basis that if we're to encourage performant code, expensive checks should be obviously-expensive to the author.
-
- 12 Sep, 2017 1 commit
-
-
gspencergoog authored
Adds a default title to the Title widget, fixes #6802.
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 31 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 10 Jan, 2017 1 commit
-
-
Adam Barth authored
This patch adds a number of tests for previously untested lines.
-