Skip to main content

New site for Dart news and articles

For the latest Dart news, visit our new blog at  https://medium.com/dartlang .

Dart 1.15: Updated Dartium and improved live code analysis

Dart 1.15 is now available. This release includes important updates to our tools.

Updated Dartium version


Dartium has been updated from Chrome 39 to Chrome 45. While the underlying browser has been changed, there have been no changes in this release to the corresponding APIs in dart:html, dart:svg, etc. We will roll out API updates in a future release to maximize stability and ease migration.

Improved live code analysis


The Dart analyzer service, used by WebStorm, IntelliJ, and Atom has been hardened in 1.15. Using error reports from Dart users within Google, we've been able to eliminate many common sources of instability. You should notice a much more reliable experience within your favorite Dart IDE.

Release cadence changes


Historically the Dart SDK has released a new stable release roughly every 2-3 months. The release duration has varied from release to release. Going forward we are going to attempt to ship on a more predictable schedule with a new release of the SDK every six weeks. A release candidate will be made available roughly a week before the final release.

And more...


The SDK changelog has details about all of the updates in Dart 1.15 SDK. Get it now.