All Projects → dart-lang → Sdk

dart-lang / Sdk

Licence: bsd-3-clause
The Dart SDK, including the VM, dart2js, core libraries, and more.

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Sdk

Rhizobia j
JAVA安全SDK及编码规范
Stars: ✭ 715 (-90.52%)
Mutual labels:  sdk
Contentful.js
JavaScript library for Contentful's Delivery API (node & browser)
Stars: ✭ 769 (-89.8%)
Mutual labels:  sdk
Parse Php Sdk
The Parse PHP SDK.
Stars: ✭ 810 (-89.26%)
Mutual labels:  sdk
Aliyun Sdk Js
阿里云 SDK for Javascript,支持在浏览器和 Nodejs 环境使用,支持大部分阿里云服务。
Stars: ✭ 727 (-90.36%)
Mutual labels:  sdk
Aliyungo
Go SDK for Aliyun (Alibaba Cloud) - Golang API for ECS, OSS, DNS, SLB, RDS, RAM, MNS, STS, SLS, MQ, Push, OpenSearch, DM, Container Service etc.
Stars: ✭ 756 (-89.97%)
Mutual labels:  sdk
Autoupdateproject
App 内部更新 提供12种更新的样式 适配到Android 9.0 支持自定义UI 断点续传
Stars: ✭ 778 (-89.68%)
Mutual labels:  sdk
Itext7 Dotnet
iText 7 for .NET is the .NET version of the iText 7 library, formerly known as iTextSharp, which it replaces. iText 7 represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow.
Stars: ✭ 698 (-90.74%)
Mutual labels:  sdk
Midiconstants
An unofficial MIDI SDK
Stars: ✭ 5 (-99.93%)
Mutual labels:  sdk
Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (-89.95%)
Mutual labels:  sdk
Botframework Sdk
Bot Framework provides the most comprehensive experience for building conversation applications.
Stars: ✭ 6,673 (-11.49%)
Mutual labels:  sdk
Auth0.js
Auth0 headless browser sdk
Stars: ✭ 755 (-89.99%)
Mutual labels:  sdk
Dropbox Sdk Js
The Official Dropbox API V2 SDK for Javascript
Stars: ✭ 756 (-89.97%)
Mutual labels:  sdk
Compressonator
Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
Stars: ✭ 785 (-89.59%)
Mutual labels:  sdk
Api
Native PHP Wrapper for Telegram BOT API
Stars: ✭ 714 (-90.53%)
Mutual labels:  sdk
Chat Sdk Ios
Chat SDK iOS - Open Source Mobile Messenger
Stars: ✭ 813 (-89.22%)
Mutual labels:  sdk
Dropbox Sdk Python
The Official Dropbox API V2 SDK for Python
Stars: ✭ 702 (-90.69%)
Mutual labels:  sdk
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (-89.75%)
Mutual labels:  sdk
Themoviedb
A node.js module with support for both callbacks and promises to provide access to the TMDb API
Stars: ✭ 5 (-99.93%)
Mutual labels:  sdk
Miniapp
微信小程序服务端 SDK (for Golang)
Stars: ✭ 815 (-89.19%)
Mutual labels:  sdk
Sdk Js
Tanker client-side encryption SDK for JavaScript
Stars: ✭ 786 (-89.57%)
Mutual labels:  sdk

Dart

A client-optimized language for fast apps on any platform

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

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 on our wiki.

Contributing to Dart

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

You can also contribute patches, as described in Contributing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].