Book Image

Learning Dart [Video]

By : Joris Hermans
Book Image

Learning Dart [Video]

By: Joris Hermans

Overview of this book

<p>Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale web, server, and mobile applications. Stop solving new challenges with the same old tools—let Dart show you a whole new way!</p> <p>This course, by looking at the language features and beyond, gives you the knowledge to create the next great web application that your users need. Ever wondered how to write a great application, like Slack, Gmail, Facebook, Pinterest, Twitter, and so on? This course will guide you into the wonderful world of web development with the dartlang programming language. Throughout the course, you will get a more mature sense of how to build a great application and see all the facets that are needed to reach that goal.</p> <p>This course takes us from basic programming knowledge to understanding how to manage and build a full-stack web application. We will cover the important language features of Dart with some advanced features such as mixins and the null aware operator. Later on, you'll see how to use unit tests, work with browser APIs, and set up of a web server. Finally, we will take a look at Angular 2, a great front-end framework also built by the employers of Google.</p> <p>This course provides you with everything you need to know to start or enhance your career in web development.</p> <h1>Style and Approach</h1> <p>This step-by-step guide will give you hands-on knowledge about programming in Dart using an example-based approach.</p>
Table of Contents (9 chapters)
Chapter 1
Setting Up Our Environment
Content Locked
Section 3
Basic Dart Command-line Commands
Before we can dive into programming with the Dart programming language, we need to understand the command-line tools and possibilities that assist us in crafting a Dart application. - Search the version of Dart in the console - Understand the pubspec.yaml file - Understand pub and all its related commands