• Adam Barth's avatar
    Expose dispatchDependencyChanged in InheritedWidget (#3580) · d8f2d018
    Adam Barth authored
    Some inherited widgets want to call this function direction, for example to
    notify children when a mutable model object changes. Exposing this function to
    subclasses of InheritedWidget is clear then forcing them to compute
    updateShouldNotify for mutable model objects.
    d8f2d018
framework.dart 72.5 KB