This repository contains a structured series of Dart programming lessons and challenges designed for classroom teaching. Each lesson focuses on specific concepts with clear examples and explanations.
- Fundamentals Part 1 (
lesson_1.dart)- Comments (Single-line and Multi-line)
- Print Function
- Statements and Expressions
- Basic Arithmetic Operations
- Data Types (Integers and Doubles)
- Variables and Type Inference
- Constants (const and final)
- Variable Naming Conventions
- Each lesson is contained in its own file under the
lib/directory - Code examples are thoroughly commented for self-study
- Concepts are introduced progressively
- Students can run each lesson file to see the concepts in action
Feel free to submit issues and enhancement requests!