Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dart-lang/sdk
The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://github.com/dart-lang/sdk
dart language programming-language sdk
Last synced: 6 days ago
JSON representation
The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
- Host: GitHub
- URL: https://github.com/dart-lang/sdk
- Owner: dart-lang
- License: bsd-3-clause
- Created: 2015-05-16T14:14:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:39:19.000Z (3 months ago)
- Last Synced: 2024-10-29T11:46:26.336Z (3 months ago)
- Topics: dart, language, programming-language, sdk
- Language: Dart
- Homepage: https://dart.dev
- Size: 1.36 GB
- Stars: 10,221
- Watchers: 288
- Forks: 1,572
- Open Issues: 7,274
-
Metadata Files:
- Readme: README.dart-sdk
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
- Support: docs/Supported-Architectures.md
- Authors: AUTHORS
Awesome Lists containing this project
- Awesome - Dart SDK - Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps. (Development / Programming)
- awesome-programming-languages - Dart - Dart is a programming language designed for client development, such as for the web and mobile apps. It is developed by Google and can also be used to build server and desktop applications. It is an object-oriented, class-based, garbage-collected language with C-style syntax. It can compile to either native code or JavaScript, and supports interfaces, mixins, abstract classes, reified generics and type inference. Primarally used with the Flutter GUI toolkit. (Uncategorized / Uncategorized)
- awesome-list - sdk - lang | 7130 | (Dart)
- StarryDivineSky - dart-lang/sdk
- awesome-repositories - dart-lang/sdk - The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more. (Dart)
- jimsghstars - dart-lang/sdk - The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more. (Dart)
README
The Dart SDK is a set of tools and libraries for the Dart programming language.
You can find information about Dart online at https://dart.dev/.
Here's a brief guide to what's in here:
bin/ Binaries/scripts to compile, run, and manage Dart apps.
dart Command line Dart tool
dartaotruntime Minimal Dart runtime for running AOT modules
resources/ Resource files for dartdoc and devtools
snapshots/ AppAOT and AppJIT snapshots of various tools
utils/ Tools used by Dart compilersinclude/ header files that define the Dart embedding API for use by
- C/C++ applications that embed the Dart Virtual machine
- native libraries loaded into a dart application using FFI
(https://dart.dev/guides/libraries/c-interop)lib/ Libraries that are shipped with the Dart runtime. More
information is available at https://api.dart.dev.LICENSE Description of Dart SDK license
README This file
revision The git commit ID of the SDK build
(for example, 020b3efd3f0023c5db2097787f7cf778db837a8f).version The version number of the SDK (for example, 2.12.1).