Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 Flutter 中检测手势速度的方法。就像假设您要检测垂直手势一样。是否可以检测用户滑动的速度并相应地应用操作?
我在谷歌上搜索过,但找不到在 Flutter 中检测手势速度的方法。
提前致谢。
DragEndDetails传递给onXXXDragEnd回调的包含GestureDetector速度。
DragEndDetails
onXXXDragEnd
GestureDetector