mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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