© Sanjib Sinha 2020
S. SinhaQuick Start Guide to Dart Programminghttps://doi.org/10.1007/978-1-4842-5562-9_1

1. Getting Started with Dart

Sanjib Sinha1 
(1)
Howrah, West Bengal, India
 

So, why the Dart language? Well, Dart is a great fit for both mobile apps and web apps. Dart is free and open source, and the repository is available at https://github.com/dart-lang. You can also get a feel of the language at the official web site: https://www.dartlang.org/. The advantage of Dart is, since it is a client optimized programming language for apps on multiple platforms, you can use it for as many purposes as Desktop, Mobile, backend, and web applications. Another advantage is it can be transcompiled into JavaScript, if you want.

In this introductory chapter, ...

Get Quick Start Guide to Dart Programming: Create High-Performance Applications for the Web and Mobile now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.