Currently we find the Flutter SDK from the Dart SDK. If the Dart SDK is not set or it's set to a non-Flutter SDK, we don't show any error message, but any Run Configurations for Flutter are disabled.
We need to somehow tell the user that they should set the Dart SDK to the one in $FLUTTER_SDK/bin/cache/dart-sdk and then everything will work.