reorderable-list Questions

7

I am trying to create a ListView that meets the following criteria: The items in the ListView are categorized into sections with headers for each section The items can be dragged from one section ...

3

In my TODO app, I created draggable and droppable ListaItem elements using a ReorderableListView. The problem is that my ListaItem has rounded borders and a rectangular (and ugly) shadow appears wh...
Laynelayney asked 17/7, 2022 at 19:36

3

I try to create a reorderable list in Flutter with the ReorderableListView widget: return ReorderableListView( onReorder: (int index, int targetPosition) { print(index.toString() + " -> &...
Carmelitacarmelite asked 12/1, 2019 at 18:37

0

Is it possible to animate the change of the order of a ListView like ReorderableListView, but without User interaction. Means for example, after a few seconds of time the order of the ListView chan...
1

© 2022 - 2024 — McMap. All rights reserved.