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.
Overview
Syllabus
- Fundamentals
- Introduction
- Meet Dartpad & Write Comments
- Understand Booleans & Comparison Operators
- Challenge: Play with Booleans
- Use Logical OperatorsSet Conditional Values
- Challenge: Play with Logical Operators
- Conclusion
- Introducing Collections & Null Safety
- Introduction
- Create a List
- Operate on a List
- Challenge: Work with Lists
- Understand Null Safety
- Create a Conditional List
- Combine Lists
- Conclusion