Flutter-desktop-embedding: IDE Support

Created on 6 Dec 2018  路  6Comments  路  Source: google/flutter-desktop-embedding

I wonder when it will have IDE Plugin for building the project to target a specific desktop platform?

Most helpful comment

To make sure I'm understanding correctly, you're referring to being able to open a Flutter project in something like VS Code or IntelliJ and doing a build-and-run to launch the desktop version?

Ideally the approach for that will be to make the flutter tool extensible in a way that would allow existing IDE support to work with desktop, rather than writing new plugins for each IDE. I don't have a specific timeline for that, but it's certainly high on the priority list.

All 6 comments

To make sure I'm understanding correctly, you're referring to being able to open a Flutter project in something like VS Code or IntelliJ and doing a build-and-run to launch the desktop version?

Ideally the approach for that will be to make the flutter tool extensible in a way that would allow existing IDE support to work with desktop, rather than writing new plugins for each IDE. I don't have a specific timeline for that, but it's certainly high on the priority list.

@stuartmorgan Yes that's what I mean exactly
You know not everyone is advanced in building system and terminal and these things
Should I close the issue or keep it open?

There's nothing else tracking this yet, so it should definitely stay open.

I'm using a simple bash script and the terminal-command-keys plugin in the meantime: https://gist.github.com/gabrc52/ec0ea109322c816e7a81f0f58afabd24

+1 To this. Lookin' forward to it.

Moved to https://github.com/flutter/flutter/issues/30707 (and the related 30703-6)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stuartmorgan picture stuartmorgan  路  10Comments

zhujintao picture zhujintao  路  3Comments

iamsabet picture iamsabet  路  5Comments

ghost picture ghost  路  8Comments

Kiruel picture Kiruel  路  3Comments