Dart Tutorial
Dart is an open-source, class-based, optionally-typed programming language for building web applications--on both the client and server--created by Google. Dart’s design goals are:
• Create a structured yet flexible language for web programming.
• Make Dart feel familiar and natural to programmers and thus easy to learn.
•Ensure that Dart delivers high performance on all modern web browsers and environments ranging from small handheld devices to server-side execution.
Dart targets a wide range of development scenarios, from a one-person project without much structure to a large-scale project needing formal types in the code to state programmer intent.
To support this wide range of projects, Dart provides the following features and tools:
•Optional types: this means you can start coding without types and add them later as needed.
• Isolates: concurrent programming on server and client
• Easy DOM access: using CSS selectors (the same way that jQuery does it)
• Dart IDE Tools: Dart plugins exist for many commonly used IDEs, Ex: WebStorm.
• Dartium: a build of the Chromium Web Browser with a built-in Dart Virtual Machine
Versions
Version | Release Date |
1.22.1 | 2017-02-22 |
1.22.0 | 2017-02-14 |
1.21.1 | 2016-01-13 |
1.21.0 | 2016-12-07 |
1.20.1 | 2016-10-13 |
1.20.0 | 2016-10-11 |
1.19.1 | 2016-09-07 |
1.19.0 | 2016-08-26 |
1.18.1 | 2016-08-02 |
1.18.0 | 2016-07-27 |
1.17.1 | 2016-06-10 |
1.17.0 | 2016-06-06 |
1.16.1 | 2016-05-23 |
1.16.0 | 2016-04-26 |
1.15.0 | 2016-03-09 |
1.14.2 | 2016-02-09 |
1.14.1 | 2016-02-03 |
1.14.0 | 2016-01-28 |
1.13.2 | 2016-01-05 |
1.13.1 | 2015-12-17 |
1.13.0 | 2015-11-18 |
1.12.2 | 2015-10-21 |
1.12.1 | 2015-09-08 |
1.12.0 | 2015-08-31 |
1.11.3 | 2015-08-03 |
1.11.1 | 2015-07-02 |
1.11.0 | 2015-06-24 |
1.10.1 | 2015-05-11 |
1.10.0 | 2015-04-24 |
1.9.3 | 2015-04-13 |
1.9.1 | 2015-03-25 |
1.8.5 | 2015-01-13 |
1.8.3 | 2014-12-01 |
1.8.0 | 2014-11-27 |
1.7.2 | 2014-10-14 |
1.6.0 | 2014-08-27 |
1.5.8 | 2014-07-29 |
1.5.3 | 2014-07-03 |
1.5.2 | 2014-07-02 |
1.5.1 | 2014-06-24 |
1.4.3 | 2014-06-16 |
1.4.2 | 2014-05-27 |
1.4.0 | 2014-05-20 |
1.3.6 | 2014-04-30 |
1.3.3 | 2014-04-16 |
1.3.0 | 2014-04-08 |
1.2.0 | 2014-02-25 |
1.1.3 | 2014-02-06 |
1.1.1 | 2014-01-15 |
1.0.0.10_r30798 | 2013-12-02 |
1.0.0.3_r30188 | 2013-11-12 |
0.8.10.10_r30107 | 2013-11-08 |
0.8.10.6_r30036 | 2013-11-07 |
0.8.10.3_r29803 | 2013-11-04 |