I have the following issue: I have a flutter project opened with Android Studio. Inside Android Studio's terminal I run flutter packages get
Command fails with the following error:
Running "flutter packages get" in flutterfoodorderingapp...
The current Dart SDK version is 2.1.0-dev.4.0.flutter-050561fd82.
Because food_ordering_app depends on flutter_map <0.1.0 which requires
SDK version >=1.8.0 <2.0.0, version solving failed.
pub get failed (1)
Any ideas how to solve it?