Hey Coders! So far, everything you've learned about Dart makes it seem like it's just a glorified calculator. However, Dart, and other programming languages, can do so much more, like execute loops and logical conditionals. Adding loops to your program can make your code execute thousands of operations within a second all in an orderly fashion. Furthermore, conditionals (your typical if...else statements) help build your program's control flow, ensure only certain parts of your code run when a certain condition is met. This video will highlight the different types of loops and conditional statements you can utilize in Dart.
Check out the source code on GitHub:
https://github.com/davidtheweiss/Flut...
❤️ Support the ongoing growth of this channel, get exclusive perks, and receive consultation on your projects! / davidweissprogramming
🧑💻 Installing Flutter Documentation: https://flutter.dev/docs/get-started/...
----------------------------------------------------------------------------------------------
🕒 Timestamps
0:00 Intro
0:17 What are Loops?
1:18 The Problem Statement (How to Loop Through a List)
2:18 How to Write a For Loop in Dart
3:50 How to Write a For In Loop in Dart
5:52 The continue Keyword
7:13 How to Write a While Loop in Dart
8:39 How to Write a Do While Loop in Dart
10:20 The break Keyword
----------------------------------------------------------------------------------------------
Other playlists:
-------------------------------------
Flutter
-------------------------------------
Dart:
• Flutter - Season 1 | Dart
Flutter Orientation:
• Flutter - Season 0 | Orientation
-------------------------------------
Google Cloud
-------------------------------------
Compute Engine:
• Google Cloud - Season 2 | Compute Engine
App Engine:
• Google Cloud - Season 1 | App Engine
Google Cloud Orientation:
• Google Cloud - Season 0 | Orientation
-------------------------------------
Apps Script
-------------------------------------
JDBC Service:
• Apps Script - Season 16 | JDBC Service
Data Studio Service:
• Apps Script - Season 15 | Data Studio Service
Maps Service:
• Apps Script - Season 14 | Maps Service
Utilities Service:
• Apps Script - Season 13 | Utilities Service
Properties Service:
• Apps Script - Season 12 | Properties Service
URL Fetch Service:
• Apps Script - Season 11 | URL Fetch Service
Drive Service:
• Apps Script - Season 10 | Drive Service
Forms Service:
• Apps Script - Season 9 | Forms Service
Lock Service:
• Apps Script - Season 8 | Lock Service
HTML Service:
• Apps Script - Season 7 | HTML Service
Document Service:
• Apps Script - Season 6 | Document Service
Slides Service:
• Apps Script - Season 5 | Slides Service
Calendar Service:
• Apps Script - Season 4 | Calendar Service
Script Service:
• Apps Script - Season 3 | Script Service
Gmail Service:
• Apps Script - Season 2 | Gmail Service
Spreadsheet Service:
• Apps Script - Season 1 | Spreadsheet Service
Apps Script Orientation:
• Apps Script - Season 0 | Orientation
----------------------------------------------------------------------------------------------