dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Dart 2 #1184

Open KevinBLT opened 5 years ago

KevinBLT commented 5 years ago

I think the plugin isn't up to date with dart 2.

Especially webserve is not working. Because it's still depending und pub serve launch, which will throw: kb:~ kb$ pub serve launch Dart 2 has a new build system. Learn how to migrate from pub build and pub serve: https://webdev.dartlang.org/dart-2

Could this be migrated to webserve, so you can start webdebugging from within atom?

Best regards

zakaria-chahboun commented 5 years ago

yes that's true!