All Projects → flutter → Flutter Intellij

flutter / Flutter Intellij

Licence: bsd-3-clause
Flutter Plugin for IntelliJ

Programming Languages

java
68154 projects - #9 most used programming language
dart
5743 projects

Projects that are alternatives of or similar to Flutter Intellij

Bootstrap4 Intellij
IntelliJ plugin for Bootstrap 4 & Font awesome
Stars: ✭ 57 (-96.51%)
Mutual labels:  intellij-plugin
Intellij Haskell
IntelliJ plugin for Haskell
Stars: ✭ 1,169 (-28.5%)
Mutual labels:  intellij-plugin
Intellij Touch
MacBook Touchbar support in IntelliJ
Stars: ✭ 92 (-94.37%)
Mutual labels:  intellij-plugin
Intellij Arend
Arend plugin for IntelliJ IDEA
Stars: ✭ 67 (-95.9%)
Mutual labels:  intellij-plugin
Json2java4idea
A JSON to Java conversion plugin for Intellij IDEA and AndroidStudio.
Stars: ✭ 69 (-95.78%)
Mutual labels:  intellij-plugin
Phpinspectionsea
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)
Stars: ✭ 1,211 (-25.93%)
Mutual labels:  intellij-plugin
Intellij Crystal Lang
Intellij Idea plugin for the Crystal language
Stars: ✭ 52 (-96.82%)
Mutual labels:  intellij-plugin
Mybatiscodehelper Pro
brucege.com
Stars: ✭ 1,565 (-4.28%)
Mutual labels:  intellij-plugin
Robot Plugin
Robot Framework support plugin for IntelliJ Idea
Stars: ✭ 70 (-95.72%)
Mutual labels:  intellij-plugin
Intellij Emmylua
Lua IDE/Debugger Plugin for IntelliJ IDEA
Stars: ✭ 1,311 (-19.82%)
Mutual labels:  intellij-plugin
Idea Gitignore
.ignore support plugin for IntelliJ IDEA
Stars: ✭ 1,147 (-29.85%)
Mutual labels:  intellij-plugin
Intellij
📄 IntelliJ 사용법
Stars: ✭ 69 (-95.78%)
Mutual labels:  intellij-plugin
Intellij Gdscript
Godot Engine and GDScript support plugin for IntelliJ based IDEs
Stars: ✭ 83 (-94.92%)
Mutual labels:  intellij-plugin
Intellij Spring Assistant
Spring Assistant - IntelliJ plugin that assists you in developing spring applications
Stars: ✭ 64 (-96.09%)
Mutual labels:  intellij-plugin
Restfultoolkit
A Toolkit for RESTful services development.
Stars: ✭ 101 (-93.82%)
Mutual labels:  intellij-plugin
Ansibleplugin
IntelliJ plugin that helps develop ansible files
Stars: ✭ 53 (-96.76%)
Mutual labels:  intellij-plugin
Intellij Plugin Golangci Lint
GolangCI-Lint integration for IDEA
Stars: ✭ 74 (-95.47%)
Mutual labels:  intellij-plugin
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (-8.99%)
Mutual labels:  intellij-plugin
Gradle Changelog Plugin
Plugin for parsing and managing the Changelog in a "keep a changelog" style.
Stars: ✭ 102 (-93.76%)
Mutual labels:  intellij-plugin
No Copy
A Kotlin compiler plugin that removes the `copy` method of data classes.
Stars: ✭ 90 (-94.5%)
Mutual labels:  intellij-plugin

Flutter Flutter Plugin for IntelliJ

Build Status

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.

Documentation

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.

Make a change in your code, and your app is changed instantly.

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, select Languages & 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 IntelliJ related issues, you can use JetBrains' YouTrack tracker

Known issues

Please note the following known issues:

  • #601: IntelliJ will read the PATH variable just once on startup. Thus, if you change PATH later to include the Flutter SDK path, this will not have an affect in IntelliJ until you restart 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 the pub docs. (See also: #2914.)

Dev Channel

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].