Flutter – Combining reorderable widgets (in a Wrap) with widgets in another container to achieve multiple drag-and-drop behaviors
I want to have two containers in a Row that each have their own lists of Card widgets. The first (left) container is a library of Cards which is a Wrap to make the cards flow horizontally. The Cards in…