DEV Community

NoobCoder
NoobCoder

Posted on

Dart Programming

Image description

Starting a blog series for 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.

Dart is an object-oriented, class-based, garbage-collected language with C-style syntax.

Dart is so famous because of flutter framework.

The Flutter framework allows the building of cross platform mobile apps.

Now Since I assume that you all are beginners. I will start from basic concepts like variables, functions etc.

Latest comments (0)