knopp / flutter_reorderable_list

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

Failed to build iOS app Error (Xcode): ../lib/flutter_reorderable_list.dart:188:36: Error: The class 'Drag' can't be used as a mixin because it isn't a mixin class nor a mixin. #54

Open Hilbert2048 opened 1 year ago

Hilbert2048 commented 1 year ago

Failed to build iOS app Error (Xcode): ../lib/flutter_reorderable_list.dart:188:36: Error: The class 'Drag' can't be used as a mixin because it isn't a mixin class nor a mixin.

Dereumaux-Adrien commented 1 year ago

Also had it happen to me on android using flutter_reorderable_list: 1.1.0 Changing my pubspec.yaml to flutter_reorderable_list: ^1.3.1 seems to have corrected this issue for me