huhuang03/reorderable_grid_view

Change interaction to reorder

HungryBytesApps opened this issue · 1 comments

Hi there,

Instead of the long press to reorder elements, would it be possible to change it a simple tap. So a user doesn't have to tap and hold it for some time but taps and can drag it immediately.

I saw another package who had this: https://pub.dev/packages/flutter_draggable_gridview.

I don't want to switch to this package to achieve this, so it would be awesome if this was possible.

Never mind, I found that dragStartDelay was available in the alpha version. Setting the duration to zero gives the desired effect.