Random posts about coding

Mostly blogging about dart.

Dart: Web Terminal Sample

| Comments

I’ve always been impressed by the css/html5/javascript web terminals that show off the filesystem API. Now Dart has a sample web terminal with minimal implementation. webterminal Simply add your command implementations to the Terminal.dart by adding commands to the CMDS list and providing functions to the matching switch statement. cmds
switch With in the next day or so the dart-web-terminal should include an example with filesystem API in dart.