简体   繁体   English

IntelliJ IDEA 17.2中的Flutter插件问题

[英]Flutter Plugin issue in IntelliJ IDEA 17.2

I am trying to add plugin for flutter as recommended by flutter in their site and i am facing two different issues in it 我正在尝试根据flutter在他们的网站中的建议添加用于flutter的插件,并且在其中面临两个不同的问题

  1. I couldn't find plugin named Flutter in their plugin directory even though they have in their site https://plugins.jetbrains.com/plugin/9212-flutter 即使在他们的网站https://plugins.jetbrains.com/plugin/9212-flutter中,我也无法在其插件目录中找到名为Flutter的插件
  2. if I download the plugin via the sit and install it the plugin referring from disk in IntelliJ, it say it is incompatible. 如果我是通过sit下载插件并从IntelliJ中的磁盘引用安装插件的,则说明它不兼容。

Anyone facing same kind of issue or anyone found a workaround for this. 任何面临相同问题的人或任何人都可以找到解决方法。

I am using IntelliJ IDEA Community Edition 17.2 我正在使用IntelliJ IDEA Community Edition 17.2

As far as I know Flutter plugin doesn't yet support EAP versions of IntelliJ. 据我所知,Flutter插件尚不支持IntelliJ的EAP版本。

There is an open issue https://github.com/flutter/flutter-intellij/issues/400 有一个公开的问题https://github.com/flutter/flutter-intellij/issues/400

Thanks Gunter. 谢谢甘特。 Appreciate your feedback. 感谢您的反馈。 Finally after creating a second flutter app and loading it in IntellJ , if automatically recognized flutter plugin available to be download and it installs the plugin after i accept the download and installation which followed by a restart for it get activated. 最后,在创建第二个flutter应用程序并将其加载到IntellJ之后,如果可以自动下载的flutter插件可供下载,并且在我接受下载和安装后安装了该插件,然后对其进行了重新启动。

Try updating your Android Studio: Documentation 尝试更新您的Android Studio: 文档

  1. Open preferences (Android Studio > Check for Updates) 打开偏好设置(Android Studio>检查更新)
  2. If dart or flutter are listed, update them. 如果列出了飞镖或颤动,请对其进行更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM