NOTE: This software is not being actively developed or maintained, however a Dart integration for Visual Studio Code is which can be found in the Visual Studio Marketplace and on GitHub
A simple Dart project containing console applications, tests and web pages.
dart bin\echo.dart
Echos content back to youdart bin\print_day.dart
Prints the day of the week
dart test\all.dart
Some passing/failing sync/async tests
pub serve
A simple page that displays "Hello from Dart!" at localhost:8080/pub serve test
Runs the tests in the browser at localhost:8080/