data/nice_drag_drop library
Drag and drop utilities for Nice2Dev Flutter UI Includes: Drag handles, drop zones, sortable lists, drag overlays
Classes
-
NiceBucket<
T extends Object> -
NiceBucketOrganizer<
T extends Object> - A bucket-style organizer for categorizing items
-
NiceDraggableCard<
T extends Object> - A card that can be dragged
- NiceDragHandle
- A drag handle for draggable items
- NiceDragIndicator
- A visual indicator for drag operations
- NiceDragOverlay
- A custom drag overlay for complex drag operations
-
NiceDropZone<
T extends Object> - A drop zone for drag and drop operations
-
NiceGridDropZone<
T extends Object> - A grid-based drop zone
-
NiceNestableItem<
T> -
NiceNestableList<
T> - A nestable list for creating hierarchical structures
-
NiceSortableList<
T> - A sortable list with drag and drop reordering