インストールで問題が発生しています。 Flutter Doctorを実行すると、次のようになります。
[✓] Flutter (Channel beta, v0.4.4, on Mac OS X 10.11.6 15G19009, locale en)
• Flutter version 0.4.4 at /Users/divyakrishnan/Development/flutter
• Framework revision f9bb4289e9 (11 days ago), 2018-05-11 21:44:54 -0700
• Engine revision 06afdfe54e
• Dart version 2.0.0-dev.54.0.flutter-46ab040e58
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /Users/divyakrishnan/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform Android-27, build-tools 27.0.3
• Java binary at: /Applications/Android Studio 3.0 Preview.app/Contents/jre/jdk/Contents/Home/bin/Java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
• All Android licenses accepted.
[!] iOS toolchain - develop for iOS devices
✗ Xcode installation is incomplete; a full installation is necessary for iOS development.
Download at: https://developer.Apple.com/xcode/download/
Or install Xcode via the App Store.
Once installed, run:
Sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
✗ libimobiledevice and ideviceinstaller are not installed. To install, run:
brew install --HEAD libimobiledevice
brew install ideviceinstaller
✗ ios-deploy not installed. To install:
brew install ios-deploy
✗ CocoaPods not installed.
CocoaPods is used to retrieve the iOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without resolving iOS dependencies with CocoaPods, plugins will not work on iOS.
For more info, see https://flutter.io/platform-plugins
To install:
brew install cocoapods
pod setup
[✓] Android Studio
• Android Studio at /Applications/Android Studio 3.0 Preview.app/Contents
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
[!] IntelliJ IDEA Community Edition (version 2018.1.4)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
• For information about installing plugins, see
https://flutter.io/intellij-setup/#installing-the-plugins
[!] Connected devices
! No devices available
Android Studio 3.0およびIntelliJでフラッターまたはDartプラグインが表示されません。
プラグインは、デフォルトではAndroid StudioまたはIntelliJでインストールされません。 このページ の手順を使用して、プラグインを自分でインストールする必要があります。
FlutterおよびDartプラグインをインストールします
Flutterは2つのプラグインでサポートされています。
- Flutterプラグインは、Flutter開発者ワークフロー(実行、デバッグ、ホットリロードなど)を強化します。
- Dartプラグインは、コード分析(入力時のコード検証、コード補完など)を提供します。
これらをインストールするには:
- 開始Android Studio。
- プラグインの設定を開きます(設定> macOSのプラグイン、ファイル>設定> WindowsおよびLinuxのプラグイン)。
- [リポジトリの参照…]を選択し、Flutterプラグインを選択して、[インストール]をクリックします。
- Dartプラグインをインストールするように求められたら、[はい]をクリックします。
- プロンプトが表示されたら、[再起動]をクリックします。
私は同じ問題を抱えていましたが、これらは私の問題を解決するための手順です(FlutterおよびDartプラグインをインストールします):
今すぐ実行Android Studio。
flutter doctor
を実行します。次の出力が表示されます。
これは、Android Studioをフラッターインストールするための手順です。
1.Go to Settings->Plugin->Install Flutter and Dart->Restart Android Studio
2.Download the flutter sdk
3.In the environment Variable->User Variable->
Android_HOME F:\AndroidSDK(Paste your Android SDK Path)
Path:F:\AndroidSDk;(Paste your Android SDK Path)
c:\ProgramFiles\Java\jdk\1.8.0_20\bin;(Paste your jdk Path)
c:\Users\Desktop\flutter\bin;(Paste your Flutter SDK Path)
4.Git install at c:\ProgramFiles\Git
5.Open Gitbash
$flutter doctor
$flutter doctor --Android-licenses
Accept the licences Y Y Y Y
Make sure your Device should be connected your PC
最も重要なものの1つは常に「管理者として実行」します。IDEつまり、Android ..など、いくつかのエラーを回避するためにフラッターを使用します。
FlutterおよびDartプラグインをAndroid Studioにインストールするのは非常に簡単です-インストールする手順に従ってください-