Open In App

Dart Tutorial

Improve
Improve
Improve
Like Article
Like
Save Article
Save
Share
Report issue
Report

Dart is an open-source general-purpose programming language developed by Google. It supports application development in both client and server-side. But it is widely used for the development of android apps, iOS apps, IoT(Internet of Things), and web applications using the Flutter Framework.

Dart-Tutorial

Syntactically, Dart bears a strong resemblance to Java, C, and JavaScript.  It is a dynamic object-oriented language with closure and lexical scope. The Dart language was released in 2011 but came into popularity after 2015 with Dart 2.0.

Table of Content:

Basics, Data Types, Control Flow, Key Functions, Object-Oriented Programming, Dart Utilities, Dart Programs, Advance Concepts 

 

Basics

 

 

Data Types

 

 

Control Flow

 

 

Key Functions

 

 

Object-Oriented Programming

 

 

Dart Utilities

 

 

Dart Programs

 

 

Advance Concepts

 

 

Interesting Reads

 

 

Dart Language is primarily used for Android Development, iOS Development, and Web Development using the Flutter Framework. If you are interested in exploring more on Flutter, check out the below links:

 

 



Last Updated : 06 Oct, 2021
Like Article
Save Article
Share your thoughts in the comments
Similar Reads