6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Flutter環境構築で詰まったところ

Last updated at Posted at 2020-11-27

flutter doctor でエラーがでる

[!] Android Studio (version 4.1.0)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.

2020/11/27 現在Flutterの環境構築をしようとすると上記のようなエラーが出ていた。
内容はAndroidStudioのFlutter,Dartのプラグインを入れなさいというエラーで、
プラグインを入れてもエラーが消えない。

どうやらAndroidStudioのバグの模様?
ターミナルから

flutter channel dev
flutter upgrade

で無事解決しました。

6
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?