flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.2k stars 26.64k forks source link

Add boundary feature to the drag gesture. #147521

Open yiiim opened 2 weeks ago

yiiim commented 2 weeks ago

Inspired by the review on #146182.

This PR adds boundary feature to the drag gestures, including MultiDragGestureRecognizer and DragGestureRecognizer. The GestureDetector widget will also benefit from this.

Fixes: #146749

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.