Dart

Dart is a client-optimized language for fast apps on any platform.

Optimized for UI

Develop with a programming language specialized around the needs of user interface creation

source image from https://dart.dev/

Productive development

Make changes iteratively: use hot reload to see the result instantly in your running app.

  • Make changes to your source code iteratively, using hot reload to instantly see the effect in the running app

  • Write code using a flexible type system with rich static analysis and powerful, configurable tooling

  • Do profiling, logging, and debugging with your code editor of choice

Fast on all platforms

Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.

Last updated

Was this helpful?