Overview
Learn the fundamentals of Dart programming in this comprehensive tutorial video. Explore installation processes for Windows and Mac, then dive into core concepts like variables, control structures, functions, and object-oriented programming. Master essential topics including HTML integration, event listeners, data structures, and exception handling. Follow along as the instructor demonstrates practical examples of Dart syntax, from basic operations to advanced features like mixins and operator overloading. By the end of this 78-minute tutorial, gain a solid foundation in Dart programming and be ready to build your own applications.
Syllabus
Windows Installation.
Mac Installation.
HTML + Dart.
Import.
Click Listener.
Casting.
querySelector.
Variables.
Math.
If.
Switch.
While.
Do While.
For Loop.
Continue.
Break.
Strings.
Functions.
Single Line Functions.
Optional Parameters.
Pass Function as Parameter.
Recursive Functions.
Lists.
For Each.
For In.
Maps.
Manipulating HTML.
Change Listener.
Classes.
Getters / Setters.
Constructors.
Static Fields / Methods.
Inheritance.
Super.
Abstract Class.
Interface.
Mixin.
Operator Overloading.
Exception Handling.
Taught by
Derek Banas