Steps to Fix Dart SDK is not Configured Error
Read moreWhere is my dart sdk path?
The Dart SDK lives inside the bin/cache/dart-sdk folder of the Flutter SDK . It will be downloaded the first time you run the flutter command, so may not exist if you’ve not yet run flutter.
Read moreHow do I choose my Flutter SDK path?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read more