For the latest Dart news, visit our new blog at https://medium.com/dartlang .
Today, we are releasing Dart SDK Milestone 4 (v0.4.7 r21548), available for immediate download . The highlights are: Core , collection , and async libraries are now stable. There will be no more breaking changes to these libraries. 1 Performance improved in both the dart2js compiler and the Dart VM. Dart Editor comes with an all-new analysis engine for faster real-time feedback. Classes can be used as mixins. dart2js now generates more efficient code. Compared to the previous M3 release, DeltaBlue runs twice as fast and Richards runs 40% faster. The native Dart VM now runs Richards twice as fast as V8. On DeltaBlue, the VM improved by 22%. Details are available at dartlang.org/performance . Dart Editor comes with an all-new analysis engine for faster real-time feedback, code completion, refactoring, and more. For example, analyzing the content of a folder is now more than 50% faster. We also improved the Dart plugin for Sublime with syntax highl...