It may be confusing to users if the default SDK defined in the Dart Plugin and the one bundled with Flutter disagree. An easy mitigation would be to define an inspection that detects this case and notifies the user. They may choose to correct it or ignore it.
Two places where this might make sense:
- in Flutter SDK configuration
- as an inspection that generates an editor notification
In both places the warning should be dismissible.
cc @devoncarew