flutter_reorderable_list icon indicating copy to clipboard operation
flutter_reorderable_list copied to clipboard

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.

Open Hilbert2048 opened this issue 1 year ago • 1 comments

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.

Hilbert2048 avatar Apr 01 '23 05:04 Hilbert2048

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

Dereumaux-Adrien avatar Jun 03 '23 17:06 Dereumaux-Adrien