Dart Then and Now


Dart is 10 years old
Launched in: October 10, 2011
Developer(s): Google
Current Version: 2.10.2
Programming LanguagesObject-Oriented ProgrammingWindows ๐
How Dart looked like and how it is now:
Then
Screenshot not available.
Now
Screenshot not available.
Description
Dart is a client-optimised 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.