Thanks you so much. The way you explain makes it easy for us to understand.
@SammarpanDasguptaOfficial4 жыл бұрын
Thanks for the best dart tutorial I have ever seen...Thanks for that amazing course...
@avi80344 жыл бұрын
The best tutorial in youtube . Thank you sir !
@saisasisai4 жыл бұрын
Nice 👌 Tutorial series ...!
@emmanpictures3 жыл бұрын
Hello @smartherd. thanks for the great tutorial series. I love this video but I feel that strings would explain this concept better for the example rather than integers because integers multiplied in any order will give the same result but strings concatenated in different orders will show the difference more clearly. I might be wrong though and if I am I stand corrected.
@dilungasr13222 жыл бұрын
You're right... it would make more sense!
@blackmaurya9201 Жыл бұрын
simple ,nice and clean explanation !!!!!
@thingsforyou86443 жыл бұрын
Really great explanation
@yakine134 жыл бұрын
DAMN I can even watch his tutorial in x1.5 Speed!! Awesome Teacher!!!
@smartherd4 жыл бұрын
Shukriya (thank you in Hindi)
@jantomczak92463 жыл бұрын
its so nice how you explain. although im just starting with coding, i understand almost everything. thanks for your service man
@karthickrajalearn5 жыл бұрын
In 1m 50sec Great Tip with Good Example 👌👌👌👌👌
@mrnoobs74713 жыл бұрын
Yeah
@SyedAlirazarizvi723 жыл бұрын
I tried to use { int height = 10 } when defining the function, but Dart Editor produced an error mentioning I can't use "=" sign while setting default parameter value, and advised me to replace = sign with a colon ":". I used colon instead of "=" sign and it worked. But same time this equal sign is working in your example... Is there any version difference, and this usage of equal sign is obsolete in latest versions?. I am using Dark SDK 1.10.1? Please advice.
@cybernerd74923 жыл бұрын
update dart sdk the latest version is 2.13.0
@krishnakumarramachandran58886 жыл бұрын
Perfect Sir👌👍😊
@Muhammadafaqakram7868 ай бұрын
optional named parameter is missing?
@hit15994 жыл бұрын
Can default values be used for optional parameters too?
@cybernerd74923 жыл бұрын
yes
@BarneyMyBoy4 жыл бұрын
Short and sharp. Thank you
@shivamrathore80093 жыл бұрын
if the findvolume functions return an integer then, why you haven't specified the return type and also why the code don't provide error
@m.praveenkumar3702 Жыл бұрын
Great explanation. What is the difference between [ ] & { } in function parameters
@somtoonwuagba7448 Жыл бұрын
The square bracket [ ] is used in positional optional parameter. The curly bracket { } is used in named and default optional parameter.
@siddarthvarma22102 жыл бұрын
we need some notes about this whole dart sir
@ronikarmakar50796 жыл бұрын
Hello sir,how to use optional and named param both in a function for more restrict? please help me fast
@سلمى-ز9س4 жыл бұрын
Brilliant!!
@androidandro78796 жыл бұрын
Thanks for the tutorial. They are neat and simple. I have a question in flutter we use a constructor like this : constructor({this.some_value}); some_value is a variable define in that class. Can u please explain the above constructor. Im confused where is the body of the constructor method??
@annapurnasid6 жыл бұрын
This is a shortcut. It directly initialises the field variable some_value. So no. Need of body.
@androidandro78796 жыл бұрын
What if i use something like this Constructor(String some_value) { This.some_value = some_value; } Is this the same thing as above?
@smartherd6 жыл бұрын
Both are same. The first one was just a syntactic sugar
@rohitp93715 жыл бұрын
Print("Great stuff. Thank you so much");
@tusharpal78035 жыл бұрын
p of print is small print("...");
@unnesflash49175 жыл бұрын
Error class Print doesnt exist . tip : do you mean print
@ashfaqroy54684 жыл бұрын
Great Great Great Great...........................................