Dart

Dart 3.1.3

Windows
dartsdk-windows-ia32-release.zip | 82.91 MB | VirusTotal Scan report
dartsdk-windows-x64-release.zip | 196.2 MB | VirusTotal Scan report
Mac
dartsdk-macos-x64-release.zip | 196.63 MB
dartsdk-macos-arm64-release.zip | 195.02 MB
Linux
dartsdk-linux-arm-release.zip | 104.76 MB
dartsdk-linux-arm64-release.zip | 105.71 MB
dartsdk-linux-ia32-release.zip | 83.5 MB
dartsdk-linux-x64-release.zip | 196.99 MB
FarashinKyauta
Sigar3.1.3
Ranar SakiSeptember 28, 2023
MawallafiDart - https://dart.dev
Bayanin Mawallafi

Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.

Dart is:

  • Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
  • Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
  • Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.

Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:

  • Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
  • Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).