drag_and_drop_gridview 1.0.8 copy "drag_and_drop_gridview: ^1.0.8" to clipboard
drag_and_drop_gridview: ^1.0.8 copied to clipboard

Drag And Drop GridView extends the functionality of the GridView widget in Flutter and gives you the freedom of creating a reorder the GridViewItems simple by Drag And Drop.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drag_and_drop_gridview

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  drag_and_drop_gridview: ^1.0.8

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_and_drop_gridview/devdrag.dart';
import 'package:drag_and_drop_gridview/drag.dart';
import 'package:drag_and_drop_gridview/gridorbiter.dart';
101
likes
40
points
113
downloads

Publisher

unverified uploader

Weekly Downloads

Drag And Drop GridView extends the functionality of the GridView widget in Flutter and gives you the freedom of creating a reorder the GridViewItems simple by Drag And Drop.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drag_and_drop_gridview