Skip to main content

5 docs tagged with "Decision-Making"

View All Tags

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

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