flutter plugin for intellij
an intellij plugin for flutter development. flutter is a multi-platform app sdk to help developers and designers build modern apps for ios, android and the web.
flutter makes it easy and fast to build beautiful mobile apps.
fast development
flutter’s hot reload helps you quickly and easily experiment, build uis, add features,
and fix bugs faster. experience sub-second reload times, without losing state, on emulators,
simulators, and hardware for ios and android.
quick-start
a brief summary of the getting started guide:
- install the flutter sdk
- run
flutter doctor
from the command line to verify your installation - ensure you have a supported intellij development environment; either:
- the latest stable version of intellij, community or ultimate edition (eap versions are not always supported)
- the latest stable version of android studio (note: android studio canary versions are generally not supported)
- open the plugin preferences
preferences > plugins
on macos,file > settings > plugins
on linux, select “browse repositories…”
- search for and install the ‘flutter’ plugin
- choose the option to restart intellij
- configure the flutter sdk setting
preferences
on macos,file>settings
on linux, selectlanguages & frameworks > flutter
, and set
the path to the root of your flutter repo
filing issues
please use our issue tracker
for flutter intellij issues.
- for more general flutter issues, you should prefer to use the flutter
issue tracker - for more dart intel lij related issues, you can use jetbrains’
youtrack tracker
Comments are closed.