-
Notifications
You must be signed in to change notification settings - Fork 709
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
Flutter SDK includes the full Dart SDK, as of 1.20 #2529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
You can either download the Dart SDK directly | ||
(as described below) | ||
or [download the Flutter SDK,][] | ||
which (as of Flutter 1.20) includes the Dart SDK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This surprises me. I thought it was as of 1.17.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kevmoo can you confirm the first version of Flutter that includes the full Dart SDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is new to me, too! @timsneath ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, the full Dart SDK isn't in the Flutter SDK even in 1.20, since dart2native
(e.g.) isn't in the Flutter SDK. Its functionality will be available when the expanded dart
command is available, which looks like it'll be 1.21. I'm going to create a PR to undo the work of this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, I'm just changing 1.20 to 1.21. I hope that isn't too confusing. #2562
Staged:
https://kw-staging-dartlang-2.firebaseapp.com/get-dart
https://kw-staging-dartlang-2.firebaseapp.com/tools
https://kw-staging-dartlang-2.firebaseapp.com/tools/jetbrains-plugin
https://kw-staging-dartlang-2.firebaseapp.com/tools/sdk