drag_and_drop_with_pageview 0.1.2
drag_and_drop_with_pageview: ^0.1.2 copied to clipboard
This package build for drag and drop file in the same page and can move to other page with ListView and GridView
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add drag_and_drop_with_pageviewWith Flutter:
$ flutter pub add drag_and_drop_with_pageviewThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
drag_and_drop_with_pageview: ^0.1.2Alternatively, your editor might support dart pub get or 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_with_pageview/drag_and_drop_with_pageview.dart';