• Adam Barth's avatar
    Tapping drawer during animation causes it to stick · a710676d
    Adam Barth authored
    The problem was we were using a tap gesture to stop the motion of the
    drawer and a drag gesture to settle it. That can cause a broken
    lifecycle. Now we use a single drag recognizer to drive the whole
    lifecycle.
    
    Fixes #775
    Fixes #1276
    a710676d
drawer_test.dart 5 KB