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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
101
likes
40
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

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