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

Changes for 2.9 stable release #2562

Merged
merged 3 commits into from
Aug 5, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ env:

matrix:
allow_failures:
- env: TASK="./tool/analyze-and-test-examples.sh"
dart: stable #TEMPORARY FIX
- env: TASK="./tool/analyze-and-test-examples.sh"
dart: beta
- env: TASK="./tool/analyze-and-test-examples.sh"
Expand Down
10 changes: 8 additions & 2 deletions src/_guides/language/evolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,19 @@ void main() {
## Dart 2.8

Dart 2.8 didn't add any features to the Dart language, but it did
contain a number of preparatory [breaking changes][] to ensure great
contain a number of preparatory [breaking changes][2.8 breaking changes] to ensure great
nullability-related usability and performance in the upcoming
null safety feature.

It also contained a faster pub tool, and a new [pub outdated][] command.

## Dart 2.9

Dart 2.9 didn't add any features to the Dart language,
but as of Dart 2.9 and Flutter 1.20, when you download the Flutter SDK
kwalrath marked this conversation as resolved.
Show resolved Hide resolved
you get the complete Dart SDK.

[2.8 breaking changes]: https://github.com/dart-lang/sdk/issues/40686
[calling native C code]: /guides/libraries/c-interop
[collection for]: /guides/language/language-tour#collection-operators
[collection if]: /guides/language/language-tour#collection-operators
Expand All @@ -148,5 +155,4 @@ It also contained a faster pub tool, and a new [pub outdated][] command.
[set literals]: /guides/language/language-tour#sets
[sound type system]: /guides/language/type-system
[spread operator]: /guides/language/language-tour#spread-operator
[breaking changes]: https://github.com/dart-lang/sdk/issues/40686
[pub outdated]: https://dart.dev/tools/pub/cmd/pub-outdated