drag_grid_list 0.0.3
drag_grid_list: ^0.0.3 copied to clipboard
Reorderable list + responsive grid with drag & drop, reordering, and cross-group drag between multiple lists/grids. Long-press drag on mobile, mouse drag on desktop/web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add drag_grid_listThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
drag_grid_list: ^0.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:drag_grid_list/drag_grid_list.dart';