Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Flutter plug-in for an existing project #707

Open
eukreign opened this issue Feb 2, 2017 · 1 comment
Open

Enable Flutter plug-in for an existing project #707

eukreign opened this issue Feb 2, 2017 · 1 comment

Comments

@eukreign
Copy link

eukreign commented Feb 2, 2017

Provide an obvious (for someone who already has experience with intellij) way to enable the flutter plug-in for an existing Flutter project that was not created through Intellij or that does not have an .iml file yet (or has an old one, for example, if a project was created in intellij but before the flutter plugin was installed).

Maybe this could be done via the "Add Framework Support" feature in Intellij?

Or even better, do it just like the Dart plugin does it:

image

Here:

image

@jsiedentop
Copy link

jsiedentop commented Feb 3, 2017

I had the same issue a view month ago: #466

A Workaround:

  • Invoke File > New> Project... in IntelliJ
  • Click Next on the Flutter SDK page
  • In the New Project screen, click the ... button next to Project location, and browse to the folder of your project.
  • Click Finish
  • Say yes when it asks if you want to override an existing .idea or .idl files

Anyway, a 'Enable Flutter support..' checkbox would be awesome ;-)

@pq pq added this to the On Deck milestone Mar 14, 2017
@pq pq added the okr label Jul 5, 2017
@devoncarew devoncarew modified the milestones: On Deck, Backlog Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants