Flutter は数週間前まで問題なく動作していましたが、私のシステムでは壊れているようです。既存のインストールをクリーンアップし、フラッターを再クローンしてインストールしましたが、次の問題で失敗するようです:
Akshays-MacBook-Pro-2:~ akshaydashrath$ flutter doctor
Downloading Dart SDK 1.21.0...
#################################################################100.0%
Building flutter tool...
vm-service: Error: Unhandled exception:
Unsupported operation: Cannot extract a non-Windows file path from a
file URI with an authority
#0 _SimpleUri._toFilePath (dart:core/uri.dart:4423)
#1 _SimpleUri.toFilePath (dart:core/uri.dart:4417)
#2 _loadFile (loader.dart:407:26)
#3 _handleResourceRequest (loader.dart:510:5)
#4 _processLoadRequest (loader.dart:941:7)
#5 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:148)
最近、MacOS を 10.12.2 に更新しましたが、システムに影響を与える可能性のある他の変更を特定できません。