Friday, November 13, 2020

Dart: A platform for structured web apps


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

Which is better React Native or Native iOS and Android Development for building Mobile applications ?

  React Native vs Native (iOS, Android)   Properties/Feature React Native   Native (iOS) – Swift / Object...

Labels