DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Dart: Introduction

Start learning Dart with a quick overview and Hello World.

Read time: 1 min Words: 41
My Progress

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.