Dart


Topic | v1 | created by jjones |
Description

Dart is a client-optimized programming language for apps on multiple platforms. It is developed by Google and is used to build mobile, desktop, server, and web applications.Dart is an object-oriented, class-based, garbage-collected language with C-style syntax. Dart can compile to either native code or JavaScript. It supports interfaces, mixins, abstract classes, reified generics, and type inference.


Relations

is Programming language

A programming language is a formal language comprising a set of instructions that produce various kin...

parent of Business Logic Components (BLoC)

BLoC stands for Business Logic Components. The gist of BLoC is that everything in the app should be r...

parent of Dart generics variance

Covariant generics fit a common intuition that programmers have, and very often this intuition is cor...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

has official A tour of the Dart language

10.0 rating 2.0 level 9.5 clarity 3.0 background – 2 ratings

A tour of all of the major Dart language features.