- Notifications
You must be signed in to change notification settings - Fork332
Flutter Plugin for IntelliJ
License
flutter/flutter-intellij
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An IntelliJ plugin forFlutter development. Flutter is a multi-platformapp SDK to help developers and designers build modern apps for iOS, Android and the web.
Flutter'shot 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 thegetting started guide:
- install theFlutter 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 ofIntelliJ, Community or Ultimate Edition (EAP versions are notalways supported)
- the latest stable version ofAndroid Studio (note: Android Studio Canary versions aregenerallynot 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 setthe path to the root of your flutter repo
Please use ourissue trackerfor Flutter IntelliJ issues.
- for more general Flutter issues, you should prefer to use the Flutterissue tracker
- for more Dart IntelliJ related issues, you can use JetBrains'YouTrack tracker
Please note the following known issues:
- #601: IntelliJ willread the PATH variable just once on startup. Thus, if you change PATH later toinclude the Flutter SDK path, this will not have an effect in IntelliJ until yourestart the IDE.
- If you require network access to go through proxy settings, you will need to set the
https_proxy
variable in your environment as described in thepub docs.(See also:#2914.)
If you like getting new features as soon as they've been added to the code then youmight want to try out the dev channel. It is updated weekly with the latest contentsfrom the "master" branch. It has minimal testing. Set up instructions are in the wiki'sdev channel page.
These are the versions of Flutter SDK that current and previous Flutter plugins support:
Flutter SDK version | Flutter plugin version |
---|---|
up to v3.7 | 85.3.2 and earlier |
v3.10 and above | Currently supported |
Here is more information on the Flutter plugin's support for FlutterSDKs:https://docs.flutter.dev/tools/sdk#sdk-support-for-flutter-developer-tools.
About
Flutter Plugin for IntelliJ
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.