Detect vertical swipe direction in Flutter

后端 未结 2 1615
南笙
南笙 2020-12-21 13:13

How to detect when the user swipe vertically either upward on downward?

I have been using swipedetector package, but now, it gives me exceptions like



        
2条回答
  •  时光取名叫无心
    2020-12-21 14:04

    I ran into the same problem today, try running flutter clean, and hot restart your app. If this doesn't help one can always use Gesture Detector as M.Ali answered. In my case a simple hot restart fixed the problem.

提交回复
热议问题