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
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.
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
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.