文件名称:Android代码-Flutter拖放列表的实现
文件大小:1.67MB
文件格式:ZIP
更新时间:2022-08-26 03:23:08
Android代码
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 Features When dragging an item to the top/ bottom the list scroll accordingly Works with different sized items material like behaviour Tak