Quick Start Guide to Dart Programming - Sanjib Sinha

Quick Start Guide to Dart Programming

By Sanjib Sinha

  • Release Date: 2019-11-30
  • Genre: Programming

Description

Get started with Dart and learn to program high-performing, modern applications. This book starts with an introduction to the Dart IDE, after which you will take a look at the various components of the Dart programming language. You will look at types and variables, and get to know the significance of collections and arrays in Dart. Once you've familiarized yourself with the initial components of Dart, you will see how flow of control and looping can be achieved by using if, else, and conditional expressions. Moving on to functions and objects, you will dig deeper into the concepts of object oriented programming to gauge the importance of constructors in Dart. You will then discover more about inheritance and mixins, seeing how they contain methods for use by other classes. 

After gauging the importance of abstract classes and methods, you will learn more about anonymous functions such as lambdas and closures. You will then take a look at key data structures including lists and maps to aid you in organizing your information for storage and retrieval. After all this you’ll move on to managing exceptions arising from executing your program. Finally, Dart programming relies heavily on libraries to perform a variety of functions. You will cover some of these packages and libraries, including Dart:core and Dart:math, and also build a backend server with the help of the Dart core libraries.
 
You will:
  Use variables and conditionals in DartWork with arrays and collections Apply flow control and loopingExplore data structures and their useHandle exceptions Use Dart packages and libraries to build a backend server

Comments