• Adam Barth's avatar
    TabView fails to update tab contents · 432b1793
    Adam Barth authored
    When the TabView widget's children change, we don't change the children
    we give to the PageViewport because we fail to update _items. This patch
    watches didChangeConfig and updates _items appropriately.
    
    Fixes #1134
    Fixes #1168
    432b1793
tabs.dart 29.1 KB