Dart
Verified
We've verified that the organizationdart-lang controls the domain:
- dart.dev
Dart is:
Approachable:Develop with a strongly typed programming language that is consistent,concise, and offers modern language features like null safety and patterns.
Portable:Compile to ARM, x64, or RISC-V machine code for mobile, desktop, and backend.Compile to JavaScript or WebAssembly for the web.
Productive:Make changes iteratively: use hot reload to see the result instantly in your running app.Diagnose app issues usingDevTools.
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 anAOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development timecompiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
SeeLICENSE andPATENT_GRANT.
Visitdart.dev to learn more about thelanguage,tools, and to findcodelabs.
Browsepub.dev for more packages and libraries contributed by thecommunity and the Dart team.
Our API reference documentation is published atapi.dart.dev, based onthe stable release. (We also publish docs from ourbeta anddev channels, as well as from themain branch).
To report potential vulnerabilities, please see our security policy onhttps://dart.dev/security.