knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
336 stars 98 forks source link

Error: No named parameter with the name 'debugOwner'. #37

Open dharmeshapptrait opened 3 years ago

dharmeshapptrait commented 3 years ago

/D:/flutter%20sdk/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_reorderable_list-1.0.0/lib/flutter_reorderable_list.dart:764:27: Error: Expected 0 type arguments. class _Recognizer extends MultiDragGestureRecognizer<_VerticalPointerState> { ^ /D:/flutter%20sdk/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_reorderable_list-1.0.0/lib/flutter_reorderable_list.dart:134:12: Error: A value of type '_Recognizer' can't be returned from a function with return type 'MultiDragGestureRecognizer'.

FAILURE: Build failed with an exception.

Flutter version: Flutter 2.3.0-17.0.pre.478 • channel master • https://github.com/flutter/flutter.git Framework • revision 4ba8835d77 (50 minutes ago) • 2021-06-24 01:06:02 -0400
Engine • revision 570b825e28 Tools • Dart 2.14.0 (build 2.14.0-241.0.dev)

proformance commented 3 years ago

I also get this error, can confirm that smocken78´s fix works.