From the course: Flutter Essential Training: Build for Multiple Platforms
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Overview of data types: Numbers and strings - Flutter Tutorial
From the course: Flutter Essential Training: Build for Multiple Platforms
Overview of data types: Numbers and strings
- If you have ever worked with any other programming language then you are aware of variables and constants, and that there are different types of data that you can store such as numbers, strings, characters, et cetera. In this course, we won't be going into details of what variables and constants are because we expect the learners to have some experience with object oriented programming languages but we will be discussing the different data types that are available in Dart. The Dart language has built in support for nine data types, such as; numbers, strings, booleans, lists, sets, maps, runes, symbols, and the value of the object null, however, for this course we will just care about these five data types, and this will be enough for us to get started with Flutter. Let's start with the very first one. The numbers. Basically just numbers like 3456, 900, 5.5, et cetera. Now in dart, there are usually two types of numbers.…
Contents
-
-
-
Entry point to a Dart application1m 59s
-
(Locked)
Overview of data types: Numbers and strings5m 41s
-
(Locked)
Overview of data types: Bool, lists, and maps8m 11s
-
(Locked)
Difference between var and dynamic3m 2s
-
(Locked)
Functions in Dart7m 43s
-
(Locked)
Overview of classes and objects: Part 15m 13s
-
(Locked)
Overview of classes and objects: Part 28m 30s
-
-
-
-
-
-
-
-