Skip to content

Norbert515/flutter_list_drag_and_drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f35caae · Dec 6, 2018

History

59 Commits
Mar 25, 2018
Aug 31, 2018
Mar 25, 2018
Nov 6, 2018
Apr 26, 2018
Mar 25, 2018
Mar 25, 2018
Apr 26, 2018
Aug 24, 2018
Mar 25, 2018
May 1, 2018
Mar 25, 2018
Aug 31, 2018
Aug 31, 2018

Repository files navigation

flutter_list_drag_and_drop

The Flutter team has also pushed this feature to the framework, https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/reorderable_list.dart

A new Flutter package which handles all aspects of drag and drop inside a listView.

In your pubspec.yaml

dependencies:
  flutter_list_drag_and_drop: "^0.1.3"

Demo

Demo 1

Features

  • When dragging an item to the top/ bottom the list scroll accordingly
  • Works with different sized items
  • material like behaviour

Take a look at the example folder for info on how to use

If you encounter feel free to open an issue. Pull request are also welcome.

About

An implementation of drag and drop for lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published