Skip to content
Devon Carew edited this page Sep 6, 2016 · 4 revisions

Frequently Asked Questions

How do I configure a Dart SDK? What SDK should I use?

The Flutter plugin for IntelliJ depends on a Dart SDK to be configured in the Dart Plugin (Preferences>Languages & Frameworks>Dart). For best results, this should point to the Dart SDK vended with Flutter (e.g., flutter-install/bin/cache/dart-sdk).

How do I build the plugin?

For details about developing with IntelliJ, see our contributing instructions.

We use gradle to build the plugin from the command-line (and on our travis bot); see building for details and setup instructions.

Clone this wiki locally