← Back to All Languages
Flutter SDK

DART

Est. 2011
CreatorLars Bak, Kasper Lund (Google)
ParadigmObject-Oriented • Functional
Websitedart.dev

Google's language powering Flutter for cross-platform mobile, web, and desktop development. Dart offers hot reload and a reactive framework.

Hello World
1void main() {
2 print("Hello, World!");
3}