This article is an introduction to the new features of Dart 3, such as switch expressions, patterns, records, class modifiers, etc.
Learn what break & continue keywords are and how they work in Dart & Flutter
Learn what the for loop is and how it works in Dart & Flutter. And learn the different types of for loops: for & for-in
Learn what the do-while loop is and how it works in Dart & Flutter
Learn what the while loop is and how it works in Dart & Flutter
Learn what the Map is and how it works in Dart & Flutter and how to create them
Learn what the List is and how they work in Dart & Flutter. Arrays in Dart & Flutter how to create them.
Learn what is the switch case statement and how to use in Dart and Flutter
Through this course, we have learned variables, types, operators, decision-making, etc. Now is the time to put what we have learned into practice
Learn what the logical operators are and how to use them in Dart and Flutter: not, or & and
Learn what the relational operators are and how to use them in Dart and Flutter: equal to, not equal to, less than, greater than, less or equal to, greater or equal to
Learn what are the decision-making expressions ?? & ? and how they work in Dart & Flutter
Youtube
GitHub
Facebook
Twitter
Flutter: Simple CRUD with Firebase & Cubit
How to format code snippets in blogger posts (2023)
Flame: Getting started: Setting up the project
Connectivity plus. Show your users if they have internet connection
Embed an http web server in Android
Flutter: Arithmetic operators
Flutter: Loops: break & continue
Flutter: Operator precedence
Flutter: Exercises & solutions part 1