Introduction to Dart - Part 2: Functions

preview_player
Показать описание


Level: BEGINNER. Some previous programming knowledge is helpful, but not strictly required.

This video includes an overview of functions in Dart.

PART 2 - LESSONS:
00:00 - Intro
00:10 - 09. Functions
04:32 - 10. Function return types
06:41 - 11. Optional parameters, nullability and default values
09:16 - 12. Named parameters
11:17 - 13. The arrow operator

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

6:58 'argument' term is used when you call a function or method and 'parameter' when you declaring a function

mohanbarman
Автор

This is not just a good dart tutorial. This is a good introductory video for any programming language. The way you teach is very easy to understand for beginners. I admire that in you!!

Anom
Автор

i dont understand this part:
final person1 = describe
final person2 = describe
why are you assigning the describe function to person 1/2 and then printing them, when that is what the return function is for?

strengthandlove_
Автор

Finally have the unique person wich understand this famous mentioned Dart language. From my side I see it perfectly explained it. I appreciate your effort on this matter.

MrNickelodion
Автор

what if i want to make arguments optional but also want it to be named when passed?is it possible? great content though

ishaqkhan
Автор

This is a very good video. I hope to see more of these tutorials. I have been searching online for a good Dart 2 tutorial but there is none. It would be great to touch the advanced topics as well and bring some real example why and when you need to use these features.

BotanAbdullah
Автор

Hello Andrea, I really like the way you teach. When do you expect your online course to be live? I'll for sure subscribe to it!

FredericBiondi
Автор

Can't wait to see the next video, what i like more is that the training of dart is beautiful introduction to Flutter, i just learn the named parameters

MohamedDernoun
Автор

why does it print the height as '0' instead of '0.0'?

larssonk
Автор

great explanation Andrea. Thanks for your effort!
if you can considerer for your courses, I would like to learn how to do an eBook reader, especially the events to highlight the text and add notes and save in firebase :)

firedevelop
Автор

Super!! Is it possible to reach you for asking something, Andrea?

lfgraf
Автор

how to flutter execute code when user is not using app auto data server talk each other to sync data

cabletvandinternetworldser
Автор

Hi, please teach about asynchronous programming in dart

karthickramanathan
Автор

IN CASE you have null safety on you have to type: String describe({String? name, int? age, double height = 0.0}) A couple of things have changed with the newer versions. Still, Dart is nice enough to tell you the issue. ;)

coalachaos
Автор

I like it very much thank you very much.

MuhammadAtifPervaiz