android studioが原因不明で起動できない状態になったので、
https://www.resume-next.com/android-studio-no-longer-starts-after-updating/
上記ページを参考に再インストールして、「これまでのバージョンはアンインストールする」を選択しました。
その後新バージョンのandroid studioが起動できたのですが、
https://flutter.dev/docs/cookbook/testing/unit/mocking
上記ページに書いている通りに動かしてテストを実行すると、
../flutter/packages/flutter/lib/material.dart:1:1: Error: The specified language version is too high. The highest supported language version is 2.8. // Copyright 2014 The Flutter Authors. All rights reserved. ^ ../flutter/packages/flutter_test/lib/src/_goldens_io.dart:5:1: Error: The specified language version is too high. The highest supported language version is 2.8. // @dart = 2.10 ^^^^^^^^^^^^^^^ ../flutter/packages/flutter_test/lib/src/_goldens_io.dart:65:48: Error: This requires the 'non-nullable' experiment to be enabled. Try enabling this experiment by adding it to the command line when compiling and running. LocalFileComparator(Uri testFile, {path.Style? pathStyle}) ^ ../flutter/packages/flutter_test/lib/src/_goldens_io.dart:69:42: Error: This requires the 'non-nullable' experiment to be enabled. Try enabling this experiment by adding it to the command line when compiling and running. static path.Context _getPath(path.Style? style) { ^ ../flutter/packages/flutter_test/lib/src/_goldens_io.dart:73:50: Error: This requires the 'non-nullable' experiment to be enabled. Try enabling this experiment by adding it to the command line when compiling and running. static Uri _getBasedir(Uri testFile, path.Style? pathStyle) {
上記のようなエラーが出ます。
flutter doctorの結果が以下です。
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H2, locale ja-JP) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1) [✓] Xcode - develop for iOS and macOS (Xcode 12.0.1) [!] Android Studio (version 4.1) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. [!] Android Studio (version 4.0) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. [✓] Connected device (1 available) ! Doctor found issues in 2 categories.
これはFlutterとDartをインストールする必要があるのでしょうか。
ただ現時点でそれ以外のコード(デフォルトのカウンターアプリなど)は普通に実行できるので、どう見てもFlutter,Dartはすでにインストールされていると思います。
ただ、どう見てもFlutter doctorの結果は「インストールしろ」という表示だと思います。
マックの再起動、
Flutter clean実行
Flutter upgrade実行
などやってみましたが変わりません。
どうしたら良いでしょうか。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/29 01:43