drag_drop22 1.0.3
drag_drop22: ^1.0.3 copied to clipboard
Drag And Drop Flutter package project.
drag_and_drop #
Two-level drag and drop reorderable lists.
Features #
- Drag and drop new elements
Usage #
To use this plugin, add drag_drop
as a dependency in your pubspec.yaml file.
For example:
Now in your Dart code, you can use: import 'package:drag_drop/drag_drop.dart';
For further examples, see the example app or view the example code directly.