-
Ian Hickson authored
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.
7020e6cb
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| src | ||
| animation.dart | ||
| cassowary.dart | ||
| foundation.dart | ||
| gestures.dart | ||
| http.dart | ||
| material.dart | ||
| painting.dart | ||
| physics.dart | ||
| rendering.dart | ||
| scheduler.dart | ||
| services.dart | ||
| widgets.dart |