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.dartEchos content back to youdart bin\print_day.dartPrints the day of the week
dart test\all.dartSome passing/failing sync/async tests
pub serveA simple page that displays "Hello from Dart!" at localhost:8080/pub serve testRuns the tests in the browser at localhost:8080/