About This "Dart Programming & Exercises" is a textbook for high school, college and university students; it covers all essential Dart language knowledge . You can learn complete primary skills of Dart programming fast and easily . This textbook is only suitable for the Dart programming beginners, high school, college and university students; it is not for the experienced Dart programmers .
Source Code for This textbook provides source code for download; you can download 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