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'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.
A brief summary of the getting started guide:
flutter doctor
from the command line to verify your installationPreferences > Plugins
on macOS, File > Settings > Plugins
on Linux, select "Browse repositories…"Preferences
on macOS, File>Settings
on Linux, select Languages & Frameworks > Flutter
, and set
the path to the root of your flutter repoPlease use our issue tracker for Flutter IntelliJ issues.
Please note the following known issues:
https_proxy
variable in your environment as described in the
pub docs.
(See also: #2914.)If you like getting new features as soon as they've been added to the code then you might want to try out the dev channel. It is updated weekly with the latest contents from the "master" branch. It has minimal testing. Set up instructions are in the wiki's dev channel page.