• Adam Barth's avatar
    Fix asserts in Draggable dismounting (#4644) · b3780ebc
    Adam Barth authored
    In writing a test for #1927, I found a number of bugs in how Draggable shuts
    down. Previously it would leak its recongizer. Now it disposes its recognizer
    and the recognizer knows how to be disposed cleanly.
    
    Fixes #1927
    b3780ebc
drag_target.dart 17.1 KB