Creating a New Dart Project in Intellij IDEA 13.1.5.

I wanted to play around with the dart language a bit, and since I tried to switch from eclipse to IntelliJ IDEA I wanted to use this IDE. Unfortunately, I cannot figure out how I can create a new dart project.

I have installed the dart plugin and the installation looks great - I have a plugins directory on my hard drive, dart formatting options in settings, etc. But I don't have any dart related option in the new project dialog (only java, maven, gradle, empty project, etc.).

All resources found talked about using the new project dialog or using WebStorm (e.g. https://confluence.jetbrains.com/display/WI/Getting+started+with+Dart ).

Is it even possible? Did I miss something?

I am using IntelliJ IDEA community version 13.1.5.

EDIT: Created ticket: https://youtrack.jetbrains.com/issue/WEB-14060

+3


source to share


2 answers


It looks like there is a bug in community version 13.1.x and it will not be fixed (but it is already fixed in community version 14 and it works in any version of the final version) - https://youtrack.jetbrains.com / issue / WEB-14060



+1


source


I recommend using Stagehand ( http://stagehand.pub/ ). It's a great new command line tool that creates well-formed Dart project folders, complete with pubspec.yaml and even build.dart for Polymer projects. The tool can build console apps, web apps, Polymer apps, and AngularDart apps.



+3


source







All Articles