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

Dart

Lessons available

core Extensions: .dart Official docs ↗
Open lessons References Exercises Examples Back to Languages
Summary

Dart powers Flutter for cross‑platform mobile and web apps.

Slug
dart
Tier
core
Extensions
.dart
Hello World
void main(){
  print('Hello, World!');
}

Tip: you can expand this page later with official docs + trusted references.