January 2020
Intermediate to advanced
368 pages
12h 45m
English
In order to run Dart on your machine, you’ll need to install the Dart SDK.
The following instructions install Dart 2. This book will be using Dart 2; Dart 1 will not work! If you already have the Dart SDK on your machine, ensure that it’s version 2.0.0 or greater.
Installing the Dart SDK is straightforward if you use the command line.
Many instructions in this book will involve running commands in your machine’s command line. You don’t need to be a command-line wizard to use this book. (I’m a big fan of GUIs and don’t use the command line much.) Just know that anytime you see a line of code that starts with a $, it’s a command for your terminal. In the following, ...
Read now
Unlock full access