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:

Dart Tutorial

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.

Table of Content

  • Dart Basics
  • Data Types in Dart
  • Control Flow in Dart
  • Dart Key Functions
  • OOPS in Dart
  • Dart Utilities
  • Dart Programs
  • Advance Concepts

Similar Reads

Dart Basics

Introduction to Dart Programming Language Dart – SDK Installation Dart – Comments Dart – Variables Dart – Operators Dart – Standard Input Output...

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 – Date and Time Using await async in Dart Data Enumeration in Dart Dart – Type System Generators in Dart...

Dart Programs

How to Combine Lists in Dart? Dart – Finding Minimum and Maximum Value in a List Dart – Splitting of String How to Append or Concatenate Strings in Dart? How to Find the Length of a String in Dart? Dart – Sort a List How to convert a lowercase string to an uppercase string? How to convert all characters of a string to lowercase? How to Replace a Substring of a String in Dart? How to Check String is Empty in Dart?...

Advance Concepts

Exception Handling in Dart Assert Statements in Dart Fallthrough Condition in Dart Concept of Isolates in Dart Dart – Typedef Dart – URIs Dart – Collections Dart – Packages Dart – Generators Dart – Callable Classes Dart – Isolates Dart – Async Dart – String codeUnits Property Dart – HTML DOM...

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:...