dart – 没有安装Flutter插件错误;当跑步医生

前端之家收集整理的这篇文章主要介绍了dart – 没有安装Flutter插件错误;当跑步医生前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_404_4@
我正在 Linux Ubuntu 16.4系统上配置flutter SDK.为什么我在运行扑动医生时会出现以下错误?我已经在.bashrc中指定了用于颤动和飞镖的PATHS,但是当我运行flutter doctor时我收到此错误

Doctor summary (to see all details,run flutter doctor -v):
[✓] Flutter (Channel beta,v0.5.1,on Linux,locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.2)
[✓] Android Studio (version 3.1)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] IntelliJ IDEA Community Edition (version 2018.2)
[!] VS Code (version 1.25.1)
[!] Connected devices
    ! No devices available

! Doctor found issues in 2 categories.
@H_404_4@

解决方法

Doctor summary (to see all details,v0.9.4,locale en_IN)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.1)
[✓] Android Studio (version 3.1)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[!] Connected devices
    ! No devices available

对我有用的解决方案:

>只需安装插件.
Studio>>配置>插件>浏览存储库
>搜索扑动.
>点击安装(弹出一个关于dart依赖关系的对话框.点击是).
>安装完成后重启android studio.

enter image description here

现在跑着扑医生.

Doctor summary (to see all details,locale en_IN)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.1)
[✓] Android Studio (version 3.1)
[!] Connected devices
    ! No devices available

android

flutter

dartflutter-doctor

@H_404_4@ @H_404_4@

猜你在找的Flutter相关文章