-
Notifications
You must be signed in to change notification settings - Fork 319
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
Comments
Relatedly, we'll want to settle on a good version numbering scheme. (The @sethladd : thoughts? Ideally we'd have something like |
@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? |
Nope. Not super pressing but it'd be handy. Is there another issue out there that I can track? |
This is a complex topic. Happy to discuss but you might want to wait until I'm back in the office. |
Sounds good! |
This issue is well understood. Closing in favor of opening more targeted tracking issues down the line. |
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 |
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:
we could imagine something similar for Flutter like:
The text was updated successfully, but these errors were encountered: