Hey Coders! Dart is both a strongly and statically typed programming language. That means you'll definitely need to know your data types when declaring new variables. Is the data you're trying to store a String or a num? Can I add different data types within a List, or do they all have to be of the same type? Along with the standard types, Dart also provides a catch-all wildcard, known as dynamic. Dynamic variables can change data types during runtime, but what's the difference between dynamic and var? In this video, we'll simplify all of it to put your Dart understanding on a firm foundation.
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:14 How to Declare Variables in Dart
3:44 How to Make Comments in Your Dart Code
4:18 Storing & Referencing Variables in Dart
6:58 Data Types Used in Dart
10:16 The dynamic and var Keywords
12:27 The const 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...
Maps Service:
• Apps Script - Season 14 | Maps Service
Utilities Service:
• Apps Script - Season 13 | Utilities S...
Properties Service:
• Apps Script - Season 12 | Properties ...
URL Fetch Service:
• Apps Script - Season 11 | URL Fetch S...
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 Ser...
Slides Service:
• Apps Script - Season 5 | Slides Service
Calendar Service:
• Apps Script - Season 4 | Calendar Ser...
Script Service:
• Apps Script - Season 3 | Script Service
Gmail Service:
• Apps Script - Season 2 | Gmail Service
Spreadsheet Service:
• Apps Script - Season 1 | Spreadsheet ...
Apps Script Orientation:
• Apps Script - Season 0 | Orientation
----------------------------------------------------------------------------------------------