• Hixie's avatar
    Heroes: Pass next Performance to route builders · 8cce992f
    Hixie authored
    This is step 1 in making it possible to have hero transitions between
    routes. To make it possible for a route to have an "exit" animation when
    a new route has been pushed on top of it, we provide the next route's
    AnimationPerformance to the build function. It's null if there is no
    next route or if the next route has no performance.
    8cce992f
drag_target.dart 6.15 KB