Dart: Introduction
Start learning Dart with a quick overview and Hello World.
Dart — Introduction
Overview
Dart powers Flutter for cross‑platform mobile and web apps.
Hello World
void main(){
print('Hello, World!');
}
What you'll learn
- How to run Dart
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.