Skip to content

Handle File > New > Project from existing sources more gracefully #542

Closed
@pq

Description

@pq

Follow-up from #530.

When opened via File > New > Project from existing sources, existing Flutter projects get coerced into being Android projects (with just an android folder content root --- no Dart sources). 😦

screen shot 2016-12-13 at 2 04 07 pm

Getting this working likely involves hooking project import via one of the project import extension points.

This action is generally designed to support importing from other project definitions such as eclipse or gradle and we'd fall under "unspecified origin".

screen shot 2016-12-13 at 2 07 55 pm

ideally we should handle this case a bit better. In the meantime, @mit-mit can you document this as a known issue?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions