Dart is a open source platform for building apps for modern web browsers which are:
- complex,
- high performance
- The project is building following parts
- virtual machine,
- language,
- core libraries,
- HTML libraries,
- UI framework,
- Editor and
- SDK - includes VM (Virtual Machine), core libraries, dart2js (Dart-to-JavaScript compiler) and many more command line tools to develop using dart.
Below are the list of command line tools available with Dart:
- dart - standalone virtual machine
- dart2js - compiler
- dartanalyzer - static code analyzer
- dartdoc - documentation generator
- pub - dart packing & deployment tools
- dartformat - code formatting tool
No comments:
Post a Comment