Find a file
2024-09-17 17:07:00 -07:00
.dart_tool
.github Bump actions/upload-artifact from 4.3.6 to 4.4.0 2024-09-06 12:58:38 +00:00
benchmarks [benchmarks] Add SwitchFSM and UiMatrix to Omnibus 2024-09-04 17:37:49 +00:00
build [build] Report the exit code for failed build-time executions. 2024-09-09 18:38:23 +00:00
docs Improve Platform details svg 2024-08-20 17:43:47 +00:00
pkg linter: Migrate prefer_collection_literals tests. 2024-09-17 19:44:42 +00:00
runtime [vm/x64] Improve byte indexed stores 2024-09-13 05:55:57 +00:00
samples
sdk [ddc] Cleanup changes to JSArray prototype 2024-09-13 22:47:15 +00:00
tests [vm/ffi] Not preventing the transformation for InvalidExpression in ffi 2024-09-13 06:59:39 +00:00
third_party [deps] Roll dart-lang/native 2024-08-28 15:10:59 +00:00
tools Version 3.6.0-261.0.dev 2024-09-17 17:07:00 -07:00
utils [dart2wasm] Small improvements in FFI native tests: 2024-09-10 09:51:41 +00:00
.clang-format
.gitattributes
.gitconfig
.gitignore
.gn
.mailmap
.style.yapf
AUTHORS
BUILD.gn [vm/ffi][test] Fix test on Fuchsia 2024-08-28 10:40:21 +00:00
CHANGELOG.md Update changelog 2024-09-12 18:55:22 +00:00
codereview.settings
CONTRIBUTING.md
DEPS [deps] rev args, browser_launcher, collection, csslib, ecosystem, html, http, lints, mockito, shelf, test, test_descriptor, typed_data, web, webkit_inspection_protocol, yaml 2024-09-13 20:36:47 +00:00
LICENSE
OWNERS
PATENT_GRANT
PRESUBMIT.py [infra] Add a presubmit check for edits in DDC 2024-08-21 23:50:27 +00:00
README.dart-sdk
README.md
sdk.code-workspace
sdk_args.gni
sdk_packages.yaml
SECURITY.md
WATCHLISTS

Dart

An approachable, portable, and productive language for high-quality apps on any platform

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 using DevTools.

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).

Dart platforms illustration

License & patents

Dart is free and open source.

See LICENSE and PATENT_GRANT.

Using Dart

Visit dart.dev to learn more about the language, tools, and to find codelabs.

Browse pub.dev for more packages and libraries contributed by the community and the Dart team.

Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).

Building Dart

If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.

There are more documents in our repo at docs.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.

Roadmap

Future plans for Dart are included in the combined Dart and Flutter roadmap on the Flutter wiki.