Programming in Dart: Fundamentals
Apr 26 2022 · Video Course (1 hr, 13 mins) · Beginner
Learn the fundamental building blocks of Google’s open source programming language, Dart, the language for Flutter development. This course will teach you the fundamentals of Dart from logical operators to control flow.
Version
- Dart 2.15, DartPad, DartPad


Fundamentals
Get started with Dart by getting an overview of the course, and then a break down at what will be covered in this part.
Learn how to use Dartpad - an interactive tool for writing Dart code, then learning how comments work.
Learn how to use a Dart type called Booleans, which represent true or false values.
Practice using booleans on your own, through a series of hands-on challenges.
Learn how to use various logical and comparison operators in Dart to create Booleans.
Build on your existing logical operators by using them to set conditional values. Also, meet the final modifier.
Practice using logical operators on your own, through a series of hands-on challenges.
Let’s review where you are with your Dart core concepts, and discuss what’s next.
Introducing Collections & Null Safety
Introduction
1:59Let’s review what you’ll be learning about collections and null safety, and why it’s important.
Practice using lists on your own, through several hands-on challenge.
Take your list skills to the next level by creating a new list based on certain conditions.
Combine Lists
3:50Take your list skills to the next level by creating a new list based on certain conditions.
Conclusion
2:19In this final part of the course, you’ll reivew what was covered and what is coming next in your Dart learning journey.
Next course in this Learning Path
Version history
DartPad, Dart 2.15, DartPad (Selected)
Flutter 1.7, Dart 2.4, DartPad 2.4
Who is this for?
This course is written for people are new programming! If you don’t know the difference between loop or a switch, then you’ve come to the right place!
This course will teach you the basics of Dart from the ground up while also reviewing core concepts of programming in general.
Before starting, you should have watched Your First Flutter App or at least have some very basic knowledge of Dart. That is, how to create variables and if statements.
Covered concepts
- Comments
- Operators
- Set Conditional Values
- Lists
- Null Safety
Comments