About This Book "Dart in 8 Hours" is a textbook for high school and college students; it covers all essential Dart language knowledge . You can learn complete primary skills of Dart programming fast and easily . The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam . "Dart in 8 Hours" is a useful textbook for beginners . The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book . You will be impressed by its distinctive and tidy writing style . Reading this book is a great enjoyment!
This textbook is only suitable for the Dart programming beginners, high school and college students; it is not for the experienced Dart programmers.
Source Code Available This book provides source code for reference; you can reference the source code for better study, or copy the source code to your favorite editor to test the programs.
Table of Contents
Hour 1 What is Dart Language? Install Dart Hello World Program Online Editor Dart Identifier Reserved Keywords Dart Comment Dart Grammar
Hour 2 Variable Constant Number abs() & round() cei() & floor() remainder() & truncate() Number Method & Property Boolean String Connect Strings Insert a Value isEmpty & length
Hour 4 If Statement If-else Statement Switch Statement For Loop While Loop Do-While Loop Break Statement Continue Statement
Functions Function with Arguments Return Values
Hour 5 List List Value Assignment Add & Remove First & Last isEmpty & inNotEmpty length & reverse Single Element replaceRange() Map Map Constructor Add & Remove Keys & Values