-
Notifications
You must be signed in to change notification settings - Fork 326
FAQ
Devon Carew edited this page Sep 6, 2016
·
4 revisions
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
).
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.