flutter/travis
Ian Hickson 7020e6cb93 Fix Inherited bugs (#3657)
Fixes https://github.com/flutter/flutter/issues/3493

 - rebuild stateless widgets that have dependencies when their ancestors change but they don't

Fixes https://github.com/flutter/flutter/issues/3120

 - rebuild widgets that tried to inherit from a widget that didn't exist, when the widget is added

This adds a pointer and a bool to Element, which isn't great. It also adds a more or less complete tree walk when you add a new Inherited widget at the top of your tree, which isn't cheap.
2016-05-03 00:06:29 -07:00
..
setup.sh add google analytics to flutter_tools (#3523) 2016-04-26 16:25:11 -07:00
test.sh Fix Inherited bugs (#3657) 2016-05-03 00:06:29 -07:00