9:00 the main difference between const and final is const values must be known at compile time whereas final values can be assigned at runtime. E.g. final startTime = date.now()
I have to appreciate these kinds of videos. Especially as someone who has prior programming knowledge. There's no bullshit monologues, no unnessesscary talking, and no beating around the bush. Just clean, precise and informative content.
On 7th December i have my viva of dart,i never paid attention to what my teacher taught me this whole year and now i am watching this ....thanks buddy;)
Our inspirations (anime) is on another level we don't need to pay attention to teachers all the time we will find our way to do whatever we want; 🔥👑 🇵🇰✊
@Leo Zhang when I changed the quote marks in this Dart from print("I love you"); to print('I love you'); as in this example, I got nothing but error codes
Great tutorial. I think its good practice to watch one of these quick videos before diving into learning a new programming language so that you can get a feel for the general syntax. A small investment in time helps you be prepared for a more lengthy and in-depth tutorial/practice session
The initial part where you talk about the basic data types is too long. Besides, as Ayush Bhowmick said, you could have talked a little more about inheritance. Anyways, for those who know nothing about Dart, this video is a good introduction.
Somehow I am missing something-- I use "DartPad" to try and learn this but in DartPad the "else" is not recognized, with your exact same code. In the voting example, it prints all three variables no matter what I do, and I get the info message "Avoid empty statements" on each line with identifier. I have copied your code exactly... so not sure if it is DartPad, or my browser???
Watched the first 10 minutes and Dart looks like an interesting language. I don't know why people say Dart is similar to Java, it is not. Dart is similar to C mixed with Kotlin. Then again? Isn't Dart older than the Kotlin programming language? I can see by watching this video I can learn Dart over a weekend. I am guessing to learn Flutter is hard? Thanks for the video!
A bit light and dirty on explanation but I like 👍 . Good job buddy. Cause I actually just watched this video to see how much different dart would be based on my existing programming knowledge. Making an effort to include mobile development as part of my offering.
You made so many mistakes. There is no concept of private member in Dart: * `_` makes the member visible only in the module where its class was defined. * You seem not to understand what the optional unwrapping `.?` is for.
Like & Subscribe For Dart Intermediate & Dart Advanced video.
Waiting for intermediate and advanced videos in dart 🙏
do flutter dev 2020 seires
nothing yet
til lwaiitng :(
@@faheemahmadofficial7701 go and first take english classes series, u have need of english series not flutter
9:00 the main difference between const and final is const values must be known at compile time whereas final values can be assigned at runtime. E.g. final startTime = date.now()
amazing...
I have to appreciate these kinds of videos. Especially as someone who has prior programming knowledge.
There's no bullshit monologues, no unnessesscary talking, and no beating around the bush.
Just clean, precise and informative content.
exactly , that's what we need
exactly
I already knew a bit about python, html, and small basics' languages, so this was a bit easier. Thanks a lot. (:
Solid video, it’s actually better that you made errors randomly throughout the video to keep people on their toes.
I agree. That infinite loop was the thing that made me click the Like button ahahahaha
Since this title video is very catchy you should make series like these every now and then. It is very motivating. Thanks Pawan!
This works A Lot for the new comers like me...
nicely explained. I didn't knew how to use dart so i explored and after watching your video i know how to use dart
learned so many new things. thank you!
Amazing concept revision
On 7th December i have my viva of dart,i never paid attention to what my teacher taught me this whole year and now i am watching this ....thanks buddy;)
Our inspirations (anime) is on another level we don't need to pay attention to teachers all the time we will find our way to do whatever we want; 🔥👑
🇵🇰✊
This video is best for the one who has programming knowledge already . surely it saved my time . i appreciate it .
Dart
Print('I love you');
Java
System.out.print("I love you");
@Leo Zhang when I changed the quote marks in this Dart
from print("I love you");
to print('I love you');
as in this example, I got nothing but error codes
It's pretty much like C, BASH
Please more about dart.
Great tutorial. I think its good practice to watch one of these quick videos before diving into learning a new programming language so that you can get a feel for the general syntax. A small investment in time helps you be prepared for a more lengthy and in-depth tutorial/practice session
exactly
I'm learning it because I got the internship.. And no they will give me project tmrw. 😅
Thanks for saving my time.. Nicely explained.
Awesome video ! Please make a video another video covering topics like dart mixins etc in one video.
completed these basics along with dart basics today. probably i have to concentrate on rest API
The initial part where you talk about the basic data types is too long. Besides, as Ayush Bhowmick said, you could have talked a little more about inheritance. Anyways, for those who know nothing about Dart, this video is a good introduction.
What an amazing video!!
please do flutter series for 2020
How can we use Dart in Jael templates of Angel? Please make a video on that. Thanks
Hi Pawan!!!
Learnt Somthing new tdy :)
Great tutorial Thankyou.
fentastic video u made my confidence to boost i was really worried before watching this video
what mac did you use?
Why are functions and and classes defined inside the main? Must they be nested?
The way that you explained is awesome bro. you have give 60% of the knowledge about dart.
with this video as am done watching and learning can i start up flutter or i still need to go forward for more dart tutorial??
Are sir ji,
Kaash aapka channel pehele hi mil jata 😓
Mera bahut time save hota 😅
BTW, thanks for the tutorial ❤️
Bestest explanation ❤️
This is so to-the-point. Thank you!
Great tutorial. I'm already experienced in Python and a few other languages, so I was able to follow quite good. Thanks bro.
Make Video on OOPs for Dart
How can you access _name if it's private? I don't understand
This is a really helpful video, thank you!
Somehow I am missing something-- I use "DartPad" to try and learn this but in DartPad the "else" is not recognized, with your exact same code. In the voting example, it prints all three variables no matter what I do, and I get the info message "Avoid empty statements" on each line with identifier. I have copied your code exactly... so not sure if it is DartPad, or my browser???
Good brushup for me with Dart
How to reverse string in Dart?
The class code are not working
Also the function parameter passing is not working
Very Good presentation,,, Thanks
thank you for speedrunning
Why did it crash?
love it. thanks but can you teach about function of auto geotagging maps by using camera and save it into db
For me, dart is like a mixture of C/C++ and Python. :D
Yeah, I think so😂 but it really nice
+ javascript
p._name works because it's been called in the same file/library.
Thanks. It is as same as python. But I want to ask, how can we make an application using Dart and can we use CSS in it?
Dart is made for making apps in flutter
@@adii18s Please tell, how can I use HTML, CSS to make app?
@@n3gl3ct3d use flutter for making apps flutter is easy and helps to create app for all platform Android,iOS,laptop etc.
@@adii18s Ok. I understand but I can you tell me how can I use flutter to link html file, and it opens the html file when it opens?
@@n3gl3ct3d I don't know anything about html l only know about flutter because I want to make apps
Thanks for the tutorial love from Pakistan 🇵🇰🕊️
Why Class cannot be declared in the Main? 26:17
because main is a function, you can't create a class inside a function
@@xpwahab1 Damn! I've been doing too much javascript. One can do anything in Javascript
This is a very wonderful explanation and a quick start
Good Tutorial Brother ..Love From Bangladesh .......
How to connect ODBC and CURD operations in dart.. I WANT TO CONNECT sqlanywhere database … please help me
from XDA, Thank you for sharing.
It all feels like C# with very small differences!
Watched the first 10 minutes and Dart looks like an interesting language. I don't know why people say Dart is similar to Java, it is not. Dart is similar to C mixed with Kotlin. Then again? Isn't Dart older than the Kotlin programming language? I can see by watching this video I can learn Dart over a weekend. I am guessing to learn Flutter is hard? Thanks for the video!
A bit light and dirty on explanation but I like 👍 . Good job buddy. Cause I actually just watched this video to see how much different dart would be based on my existing programming knowledge. Making an effort to include mobile development as part of my offering.
Thanks 😊
hey bro make new video for upload apk app-arm64 and app-armeabi-v7a.
x_86 and x_64 only one app create and upload play store.
thanks
Should I learn Flutter or Java, PHP, MySQL? I want to learn flutter fully . Please tell me should I learn Flutter
Where are you from?
@@manipurigoldies628 India
@@bubusharma9135 which state
@@manipurigoldies628 Jharkhand, Bokaro district
@@bubusharma9135 learn flutter bro, I'm also learning, it's the future
Nice video, but could be shorter
Still don't understand how private works
Watch my code design series
@@HelloCodepur upload in English not Hindi, all the Indian Don't speak hindi
Good content bro
So, it's basically JAVA on steroids!
good vedio ,
how to get inputs from user is lacking in basic concepts ...
Sir Ji lag rha aap commentary Kar rhe hai 😂
completed today.
it's like python with semicolumn
Please bhai hindi me banaye....aapki bohot maherbani hogi..
thanks buddy it just like c langage ...
Bro please make a simple college event app in flutter please make it bro....using Firebase signin
and two concept which are not clear one is integer.toString String is again false not true and the concept of private please clear on that.
why it look like C# lol
true
ما براحه ياعم..😅
Great :D
👍
You made so many mistakes.
There is no concept of private member in Dart:
* `_` makes the member visible only in the module where its class was defined.
* You seem not to understand what the optional unwrapping `.?` is for.
squeltu squeltu
Slow down Sheesh
you talk too fast, look nervous
This video was supposed to be fast. That’s why
Slow....down...........
Hindi main bolle
You can not explain very well.
You yourself is in confusion
cannot bear this indian accent...