Introduction to Dart
  • Dart 2 - version changes (some videos will be re-recorded)
  • Downloading the software
  • Setup the IDE
  • Hello World
  • First application
  • Section 1 - Assignment Code
  • Section 1 - Quiz
Variables
  • Comments
  • Booleans
  • Numbers
  • Strings
  • Const Variables
  • User Input
  • User Input
  • Section 2 - Assignment Code
  • Section 2 - Quiz
Collections
  • Enum
  • List
  • Set
  • Queue
  • Map
  • List People
  • Section 3 - Assignment Code
  • Section 3 - Quiz
Flow Control
  • Assert
  • IF ELSE
  • Scope
  • Switch
  • Loops
  • For Each
  • Count to 10
  • Section 4 - Assignment Code
  • Section 4 - Quiz
Functions
  • Basic functions
  • Optional parameters
  • Named parameters
  • Functions as objects
  • Anonymous Functions
  • Use Functions
  • Section 5 - Assignment Code
  • Section 5 - Quiz
Error handling
  • Exceptions
  • Try Catch Finally
  • Throwing Exceptions
  • Throwing Exceptions
  • Section 6 - Assignment Code
  • Section 6 - Quiz