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

Allow for the creation of multiple Flutter SDKs #55

Closed
pq opened this issue Aug 23, 2016 · 7 comments
Closed

Allow for the creation of multiple Flutter SDKs #55

pq opened this issue Aug 23, 2016 · 7 comments

Comments

@pq
Copy link
Contributor

pq commented Aug 23, 2016

Before long we'll want to allow users to move between multiple SDKs (possibly allowing for per-project configuration a la the conversation in #54). To facilitate this, we should support SDK configuration like the Java tooling does.

For example, where for Java we might see:

screen shot 2016-08-23 at 10 05 29 am

we could imagine something similar for Flutter like:

screen shot 2016-08-23 at 10 02 48 am

@pq pq added the enhancement label Aug 23, 2016
@pq
Copy link
Contributor Author

pq commented Aug 23, 2016

Relatedly, we'll want to settle on a good version numbering scheme. (The 0.0.1 in flutter\VERSION isn't distinguishing enough.)

@sethladd : thoughts?

Ideally we'd have something like 0.0.1-SOMETHING where SOMETHING is meaningful and comparable like a date (vs. a SHA).

@sethladd
Copy link

@abarth has some thoughts about versioning flutter, and it's related to how flutter sdk plays with pub. Thanks for queuing this up. Is this something you need a decision on now?

@pq
Copy link
Contributor Author

pq commented Aug 23, 2016

Nope. Not super pressing but it'd be handy.

Is there another issue out there that I can track?

pq added a commit that referenced this issue Aug 23, 2016
SDK configuration support (WIP) (#55).
@abarth
Copy link

abarth commented Aug 24, 2016

This is a complex topic. Happy to discuss but you might want to wait until I'm back in the office.

@pq
Copy link
Contributor Author

pq commented Aug 24, 2016

Sounds good!

@pq
Copy link
Contributor Author

pq commented Nov 3, 2016

This issue is well understood. Closing in favor of opening more targeted tracking issues down the line.

@pq pq closed this as completed Nov 3, 2016
@alexander-doroshko
Copy link
Contributor

It depends on Dart SDK per module support that is not yet done. It's in my list for 2017.1. Tracked as https://youtrack.jetbrains.com/issue/WEB-20870

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