Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Norbert515/flutter_list_drag_and_drop
An implementation of drag and drop for lists
https://github.com/Norbert515/flutter_list_drag_and_drop
Last synced: 2 months ago
JSON representation
An implementation of drag and drop for lists
- Host: GitHub
- URL: https://github.com/Norbert515/flutter_list_drag_and_drop
- Owner: Norbert515
- License: mit
- Created: 2018-03-25T15:41:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T14:26:09.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:37:03.706Z (2 months ago)
- Language: Dart
- Size: 2.1 MB
- Stars: 251
- Watchers: 14
- Forks: 57
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter - List Drag&Drop - Reorder list elements using Drag & Drop by [Norbert515](https://github.com/Norbert515). (Components / UI)
README
# 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](https://github.com/Norbert515/flutter_list_drag_and_drop/blob/master/example/gifs/demo_1_small.gif)## 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.