• Adam Barth's avatar
    Stocks list doesn't update when stocks are loaded · 78d35391
    Adam Barth authored
    Previously, we passed widgets up the hierarchy to display them in the overlay,
    but that breaks the change propagation logic because those widgets won't get
    rebuilt.  Now we pass WidgetBuilders instead, which can be rebuilt when the
    overlay rebuilds.
    
    Fixes #1913
    78d35391
routes.dart 2.67 KB