flutter/packages/unit
Hixie fbf8174c87 Fix Focus
Focus.at() and company should be on Focus, not FocusState.

_notifyDescendants() was using the wrong runtimeType.

Let InheritedWidget update the descendants during build.

When you setState() during build, assert that you're not
markNeedsBuild()ing someone who isn't a descendant.

Typo in Widget.toString().
2015-10-05 16:41:50 -07:00
..
test Fix Focus 2015-10-05 16:41:50 -07:00
.gitignore Introduce sky/unit/test 2015-08-20 21:01:13 -07:00
pubspec.yaml Add a pageChanged callback to PageableList 2015-08-27 14:51:53 -07:00