- 15 Mar, 2018 1 commit
-
-
Vyacheslav Egorov authored
* Upgrade packages to pull in newest petitparser with Dart 2 fixes. * Don't allow Dart 2 failures. * Address new lints discovered by updated analyzer.
-
- 01 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Nov, 2017 1 commit
-
-
Ian Hickson authored
This fixes the popup menu code to do a better job of expanding smoothly regardless of which side of the screen it's on. It still results in a bidirection growth when positioned at the bottom of the screen, so maybe we'll need to animate menus differently, but that's a problem for another patch. Also, improve some docs and provide RelativeRect.toSize which I needed at one point while building this patch (though it didn't survive all the way to the end).
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 14 Feb, 2017 1 commit
-
-
Ian Hickson authored
Since RelativeRect's whole purpose in life is to make work with Stack easier, it's silly that you can't directly use it with Positioned. Also, tests for RelativeRect. And fixes for the bugs that found...
-