Skip to main content

28 docs tagged with "flutter"

View All Tags

Arithmetic operators

Learn about the arithmetic operators in Dart & Flutter: addition, subtraction, multiplication, division, and modulus.

break & continue

Learn what break & continue keywords are and how they work in Dart & Flutter

Comments

Learn what are comments and how they work in Dart & Flutter

Data types

Learn some of the data types in Dart & Flutter: String, int, double, num & bool

do-while

Learn what the do-while loop is and how it works in Dart & Flutter

Exercises & solutions part 1

Through this course, we have learned variables, types, operators, decision-making, etc. Now is the time to put what we have learned into practice

for

Learn what the for loop is and how it works in Dart & Flutter. And learn the different types of for loops: for & for-in

if-else

Learn what is if-else and how it works in Dart & Flutter

if, else-if, else

Learn how to test a new condition if the previous condition is false using else-if in Dart & Flutter

Introduction

Learn how to use DartPad and create the classic "Hello World"

List

Learn what the List is and how they work in Dart & Flutter. Arrays in Dart & Flutter how to create them.

Map

Learn what the Map is and how it works in Dart & Flutter and how to create them

Operators ?? & ?

Learn what are the decision-making expressions ?? & ? and how they work in Dart & Flutter

switch case

Learn what is the switch case statement and how to use in Dart and Flutter

The null value

Learn what is null safety, what is the null value and how to create nullable variables

while

Learn what the while loop is and how it works in Dart & Flutter