- 05 Aug, 2016 1 commit
-
-
Bob Nystrom authored
It was widening the return type of a couple of operators compared to what EquationMember declared it should return. Since it did in fact always return an Expression, the widening wasn't needed. This just tightens them to match the base class.
-
- 28 Jun, 2016 1 commit
-
-
Chinmay Garde authored
-
- 27 Jun, 2016 1 commit
-
-
Adam Barth authored
These docs complete the dartdocs for their respective libraries.
-
- 25 Jun, 2016 1 commit
-
-
Chinmay Garde authored
-
- 14 Jun, 2016 1 commit
-
-
pq authored
As of `1.18.0-dev-0`, these cases will get flagged. In the meantime, the
-
- 25 May, 2016 1 commit
-
-
Adam Barth authored
For consistency. Fixes #4142
-
- 12 May, 2016 1 commit
-
-
pq authored
It's safe to remove the unneeded `void`s from setters since the blocking issues in the `always_declare_return_types` lint have been fixed (https://github.com/dart-lang/linter/). We can also safely flip the bit on `avoid_return_types_on_setters`.
-
- 04 May, 2016 1 commit
-
-
pq authored
The `flutter` package gets more types! Follow-up from: https://github.com/flutter/flutter/pull/3727.
-
- 28 Apr, 2016 1 commit
-
-
Adam Barth authored
Cassowary doesn't have any additional dependencies and this simplifies things. Fixes #2442
-