knopp / flutter_reorderable_list

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

Error: Type 'DeviceGestureSettings' not found. #50

Open DavidIjsud opened 2 years ago

DavidIjsud commented 2 years ago

I am using FVM to run the project in differents version but in the differents version i tried to run it, i get an error : Error: Type 'DeviceGestureSettings' not found. package:flutter_reorderable_list/flutter_reorderable_list.dart:739 DeviceGestureSettings? gestureSettings) ^^^^^^^^^^^^^^^^^^^^^ Any idea why am i getting this error? Thank you.

Ok when i use flutter 2.8.1 it works but what happen if i want to use flutter 2.10.5 ? it does not work.