Flutter reorderable list
I am trying to create a simple Todo app. Working on the UI first so it's all dumb data, not user input at this point. I can get it working fine with list view, but when I try with reorderable…
I am trying to create a simple Todo app. Working on the UI first so it's all dumb data, not user input at this point. I can get it working fine with list view, but when I try with reorderable…
I want to achieve the functionality along with animation of reorderableListView Widget when it is dragged and dropped but instead of dragging how could it be done explicitly by a button click? Expected Output : - This is what I…