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

outdated

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. It is super easy to implem [...]

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.2

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';
101
likes
0
pub points
85%
popularity

Publisher

unverified uploader

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. It is super easy to implement and beautiful to use.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on drag_and_drop_gridview