drag_grid_list 0.0.3 copy "drag_grid_list: ^0.0.3" to clipboard
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_list

This 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.3

Alternatively, 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';
1
likes
160
points
161
downloads

Documentation

API reference

Publisher

verified publisherdashstack.tech

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drag_grid_list