Open In App

Dart Tutorial

Last Updated : 03 Apr, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

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

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.

Dart-Tutorial

Dart Basics

Data Types in Dart

Data Types are used for defining the type of data that a variable can store. We can store multiple types of data in Dart as mentioned below:

Control Flow in Dart

Control Flow in Programming is refers to the order in which set of instructions or statements that are executed or evaluated. It provides flexibility in Decision making and makes code more user friendly.

Dart Key Functions

Functions are used for making our Dart Programs more organised and efficient. Here, we will check how to build functions and learn about few inbuilt functions in Dart which can lower some of the loads from us.

Object-Oriented Programming(OOPS) in Dart

OOPS is important part of Dart Programming Language let us learn topics from encapsulation to inheritance, polymorphism, abstract classes, and iterators, we’ll cover the essential concepts that empower you to build modular, reusable, and scalable code.

Dart Utilities

Dart Programs

Advance Concepts

Interesting Reads

Dart Flutter

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:

Practice Flutter Learing in Dartpad Flutter to Keep Up Your Good Work



Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads