🕌

Could not find Dart in your Flutter SDK. Please run 'flutter doctor'

に公開

VScodeで以下のような警告が出ました

Could not find Dart in your Flutter SDK. Please run 'flutter doctor' in the terminal then reload the project once all issues are resolved.

応急処置法

内部の問題だと思うのですが、面倒なので一度ダウングレードしてアップグレードしたら警告がなくなりました。根本解決はしていないような気がするので、手っ取り早く警告を消したい方向けになるかと思います。

flutter downgrade xxx
flutter upgrade

VScodeを再起動

Discussion