Dart
The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4127
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
11268 stars · 1856 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The Dart SDK is the open-source toolkit for the Dart programming language, including the Dart VM with JIT and AOT compilation, JavaScript and WebAssembly compilers, static analysis, and core libraries. It powers multi-platform app development, most notably as the language behind Flutter.
Use cases
- build cross-platform mobile and desktop apps
- compile dart code to javascript or webassembly for the web
- write command-line tools and server backends
- learn a strongly typed language with null safety
- set up a dart development environment with the sdk
- publish packages to pub.dev
When to choose
- you are building Flutter apps or Dart-based tooling
- you want one language compiling to native, JS, and Wasm targets
- you need hot reload and strong static analysis for fast iteration
When to avoid
- your project is already committed to another ecosystem like JavaScript, Python, or Go
- you need a language with a broader general-purpose package ecosystem than pub.dev
- you only need lightweight scripting where a VM SDK install is overkill
Facets
library · maturity stable
programming-language compiler sdk cli package-manager type-system programming-languages developer-tools cross-platform web-development mobile-development cross-platform windows cli wasm dart-sdk dart-vm aot-compilation jit-compilation null-safety hot-reload pub flutter javascript-compilation webassembly linux macos web-server mobile desktop
7 sources
- readme: https://github.com/dart-lang/sdk · fetched 2026-08-28 · 5bbd6662434b
- homepage: https://dart.dev · fetched 2026-08-29 · 2508d8919628
- site_page: https://dart.dev/docs · fetched 2026-08-29 · 29b35910b4e8
- site_page: https://dart.dev/effective-dart/documentation · fetched 2026-08-29 · cd78e33d2c44
- site_page: https://dart.dev/tools/dart-install · fetched 2026-08-29 · 3ca2b6093afa
- site_page: https://dart.dev/changelog · fetched 2026-08-29 · 47614ad7ba0a
- site_page: https://dart.dev/resources/whats-new · fetched 2026-08-29 · 964aa7848feb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dart-lang/sdk | main | 77 |
| dart-lang/pub | plugin | 68 |
| dart-lang/site-www | docs | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem