Dart Editor updated and available to download: Changes and Breaking Change List.



For those who unfamiliar, Dart Editor sponsored by Google is an open-source tool for editing, debugging, and running Dart applications.
 This new edition brings:
  • Semantic highlighting enabled for new analysis engine.
  • New “Convert Method to Getter” and “Convert Getter to Method” refactorings.
  • New “Create Class” and “Create part” quick fixes.
  • New “Import Library” quick fixes.
  • Multiple hover text improvements.
  • Fixed several debugger bugs related to not being able to hit breakpoints.
  • Additional warnings and errors enabled in new analysis engine.
  • Many general improvements and fixes to new analysis engine.
Regarding Breaking Change List, we have:
  • MirrorSystem.libraries uses Uri instead of library names.
  • LibraryMirror.url changed to LibraryMirror.uri.
  • Rename dart:typeddata to dart:typed_data.
And as always,view the changelog for the full list of changes, and to get started with the Editor see our tutorial.
The Dart Editor download includes:
  • Dart Editor
  • Dart SDK
  • "Dartium": a build of the Chromium browser that includes the Dart VM
You can download the: 64-bit or 32-bit.

Popular Posts