putting my comment after completing this tutorial , this is truly an amazing video , the explanation is simple and to the point , and also a bit funny at some places 🤩.totally enjoyed and learned a alot , i highly recommend this video especially to those who already have some basic idea of programming in other languages.
today I completed this course within 10 days and I m from civil background but I understand concept with proper knowledge thanks */GEEKY/* :) :) void main() { print("geeky show is best of best channel to learn programming"); } // :) :) have a great day sir :) :)
1:23:00 var lst= new Lisr(3); this is depracated in dart 2.15 so please use this to create fixed size list var lst = List.filled(3, null); null is the value that will be in the list. you can give [] and use .add(val) to add in the list var lst=List.filled(3, []); lst[0].add("harry"); print(lst) it will add harry in the empty list
Sir g aap ka tutorial mene dekha bahot bahot Jada mast aur aasan tarike se sikhaya he please aap se request he. Detail me dart k programs practice k liye banaiye 100-150 programs jis se aap ke student ek dam master ban jay dart me aur please flutter ka detail video banaiye bhale 10se 15 ghante ka hua fir bhi hum dekhenge thank you
Bhaaie, you are GOD! sach mein yaar.. I learnt, laughed through this COMPLETE Tutorial! Itna easy karke coding shayad hi koi seekhata hoga. Love you bro! Huge respect! Keep it up. Hope you are healthy and safe.
4:50:24 amazing explanation on interface i was totally confused on that particular topic however after watching the video apl doubts are clear thankss❤
Thank you so so muh bahot hee bahetar tarike se bariki se ek ek chij sikhayi he thank you sir aap se request he k please flutter bhi detail me sikhaye aur projects bhi bana ke dikhaye
Sir Sabse pahale Aap ki mehanat ko aur aapko Naman hai vandan hai. Sir aapke Java Script , Python, aurbhi dusre video ko dekhane ke baad aisa lagata hia ki ye video (Dart Programming Language Complete in One Video (Hindi)) me Bahut se Concepts bach gaye honge. Sir Dart ke baare men mai kuchh nahi jaantaa ; Sir Kya Ye Full Fledge Complete Dart hai.???
00:00:00 Visiting Dart Official Website 00:00:30 Download and Install Dart SDK 00:03:10 Set PATH for Dart 00:05:12 Folder Setup in VS Code 00:05:47 Dart Extension for VS Code 00:07:02 Introduction to Dart 00:08:50 main Function 00:09:44 print Function 00:10:08 Run Dart Program in VS Code 00:11:00 Increase Font Size of Debug Console in VS Code 00:11:36 Comment in Dart 00:13:05 Variable 00:19:35 Printing Variable 00:21:30 Built-in Data Types 00:22:37 int 00:24:08 double 00:25:53 String 00:26:45 bool 00:28:00 var 00:31:01 Check Data Type 00:32:12 Arithmetic Operators 00:35:37 Increment and Decrement Operators 00:38:43 Equality and Relational Operators 00:42:42 Logical Operators 00:46:11 Type Test Operators 00:48:04 Assignment Operators 00:51:35 Conditional Expression 00:55:02 String 01:00:42 Multiline String 01:02:55 Expression inside String 01:08:09 String Concatenation 01:11:51 Raw String 01:13:09 String Properties and Methods 01:20:42 List 01:21:30 Fixed Length List 01:28:00 Growable List 01:32:52 Accessing List Elements 01:34:19 Insert List into Another List - Spread Operator 01:37:48 Empty List and add() Method 01:42:00 List Properties and Methods 01:47:13 Set 01:51:43 Empty Set 01:55:46 Add item to Set 01:57:24 Set Contains only Unique Values 01:59:00 Map 01:59:30 Map Literal 02:06:23 Empty Map 02:09:25 Add item to Map 02:11:04 Accessing Map Elements 02:13:14 Map Properties and Methods 02:17:11 if Statement 02:20:48 if... else... Statement 02:22:53 if... else if... else... Statement 02:26:22 for Loop 02:31:55 while Loop 02:37:04 do while Loop 02:40:56 for in Loop with List 02:43:22 for in Loop with Set 02:44:51 for in Loop with Map 02:46:55 forEach Loop with List 02:50:04 forEach Loop with Set 02:50:41 forEach Loop with Map 02:56:01 Break and Continue 03:03:24 Switch Case 03:06:21 Function 03:10:05 Function without Parameter 03:15:00 Function with Parameter 03:15:15 Positional Parameter 03:18:15 Optional Positional Parameter 03:21:50 Default Value Parameter 03:27:40 Named Parameter 03:34:20 Anonymous Function 03:37:36 Arrow Function 03:40:00 Class and Object 03:41:50 Instance Variable 03:42:26 Instance Method 03:48:48 Static Variable and Static Method 03:54:42 Constructor 04:02:54 Named Constructor 04:05:40 Inheritance 04:07:10 Single Inheritance 04:12:33 Multi-level Inheritance 04:19:17 Hierarchical Inheritance 04:25:21 Method Overriding 04:32:15 super Keyword 04:36:00 Abstract Class and Abstract Method 04:43:30 Implicit Interface 04:50:24 Exception Handling 04:57:40 Import 05:02:47 Import Packages 05:04:43 Import Name Conflicts 05:08:12 Import Specific Property 05:13:37 pub Dart Package Manager 05:14:42 stagehand - A Dart Project Generator 05:17:13 Generate a Dart Project 05:19:40 Dart Official Doc
1:21:50 Sir mein jb yeh likhta hun var lst = new list(3); tou list strikethrough Aa jata hai aur error ata hai : 'list' constructor is not available when null safety is enable. Please help me out.
[I/O in Dart] // importing dart:io file to perform Input. import 'dart:io'; void main() { print("Enter your name: "); // Reading name of the User [How to take String as Input?] String? name = stdin.readLineSync(); // Printing the name print("Hello, $name!"); // Asking for favourite number [Two methods to Print] print("Enter your favourite number:"); stdout.write("Enter you favourite number: "); // The print() statement brings the cursor to next line // While stdout.write() don’t bring the cursor to the next line, it remains in the same line. // Scanning number [How to take Number as Input?] int? n = int.parse(stdin.readLineSync()!); // Here ? and ! are for null safety // Printing that number print("Your favourite number is $n"); }
Thanks
Sir Mai dekha hai institute waly kia tarha humy roolaty hai is sai acha humy apki video sai seekhny ko mil jata hai
Acha sir mujhy ye maloom karna tha Kai remote job flutter kai Liye Kitna skill required hai project base
Super video! I applauded for ₹40.00 👏
Sir g, Aap Jaisa Teacher koi nahi ho sakta iss universe mein. zabardst.. awesome...
Sir aik Request hai, Please Complete Laravel Playlist too
yes it's pending from months
Totally enjoyed a educational movie of 5 hours 😊
.
.
Love from CG
If I want to know new concepts then the first thing i search is topic + geeky shows. Thank you vaiya for all this
What you taught in this video is dart and in last honesty.
Thank you geeky brother..❤
putting my comment after completing this tutorial , this is truly an amazing video , the explanation is simple and to the point , and also a bit funny at some places 🤩.totally enjoyed and learned a alot , i highly recommend this video especially to those who already have some basic idea of programming in other languages.
you are great sir because you are providing such great content for free..you just need some recognition...we want flutter series too sir.
please make a complete playlist for dart and flutter for a complete new beginner to programming.
ua-cam.com/video/TQ6jmdUVu6o/v-deo.html
@@friendsquicksolution6657 No, No, No.
Geeky Shows is Great
This crash course is enough for learning dart
@Geeky Shows ....I agree with you
hain bhai jaldi hi banao
@@AashishKumar-op2dm really😂
MashahAllah! i have completed this course in three days . This course is very informatics for beginner who do not know any language.
Now what do you do
Your teaching Attitude is best. you should make playlist of dart to scratch.
today I completed this course within 10 days and I m from civil background but I understand concept with proper knowledge thanks */GEEKY/* :) :)
void main()
{
print("geeky show is best of best channel to learn programming");
}
// :) :) have a great day sir :) :)
I am very thankful to you .brother ap na buhat achi information di .ap ka buhat shukriya.
Love from Pakistan
1:23:00
var lst= new Lisr(3); this is depracated in dart 2.15 so please use this to create fixed size list
var lst = List.filled(3, null);
null is the value that will be in the list. you can give [] and use .add(val) to add in the list
var lst=List.filled(3, []);
lst[0].add("harry");
print(lst)
it will add harry in the empty list
codewithharry wala harry
Thank you!
var lst = new List.filled(3, null);
You can use this syntax to create list of dynamic datatypes
Great
Optional parameter syntax is also modified.
You deserve donation for quality content
ua-cam.com/video/TQ6jmdUVu6o/v-deo.html
Toh de naa
Good video to learning dart language for beginners.
bhai your course is best 👌👌👌👌👌👌👌👌👌👍👍
I am watching your video from Bangladesh. really your teaching technique very good. I am your student.
Thanks a lot.
Bhetreen Bhai ak ak chiz clearly samajh me a raha h.
You are my First Teacher from whom I've learned OOPs.
Thank You Sir G ...
5:20:50
though it's not dart complete video but I think its the best course in youtube about dart.
Thank a lot bro
Guri ji😍😍😍
Aapne life change krdi 💐💐
Thanks
Sir g aap ka tutorial mene dekha bahot bahot Jada mast aur aasan tarike se sikhaya he please aap se request he. Detail me dart k programs practice k liye banaiye 100-150 programs jis se aap ke student ek dam master ban jay dart me aur please flutter ka detail video banaiye bhale 10se 15 ghante ka hua fir bhi hum dekhenge thank you
Bhai apnay har cheese dart ki batadi is video mein Thank u so much bhai bohot asani se samjh aa gayi cheese. Bohot bohot shukria apka 🙂❤️😇
Thanku sir for this awesome lecture on dart programming
"The way you teach in such a smooth and structured manner is amazing, sir."
THANK YOU SIR, app ke liye kuch alfaz nahi hy bas you are so lucky!
Bhaaie, you are GOD! sach mein yaar.. I learnt, laughed through this COMPLETE Tutorial! Itna easy karke coding shayad hi koi seekhata hoga. Love you bro! Huge respect! Keep it up. Hope you are healthy and safe.
@BCA Classes dart is combination of python, c , javascript and a little bit of c+
Very nice explanation thankyou so much brother 👌🏼🙏🏼🙏🏼🙏🏼
Very hard working 👍🏼
You are the best UA-cam teacher I have ever seen.
Very nice and easy your teaching method.love you from Pakistan.
4:50:24 amazing explanation on interface i was totally confused on that particular topic however after watching the video apl doubts are clear thankss❤
omg i cannt beleive u just read my mind really reallly thanks geekyshows is the best 😘
ua-cam.com/video/TQ6jmdUVu6o/v-deo.html
your teaching quality. very easy to understand.
Nice video...really helpfull for who want to learn Dart/Flutter...huge respect to you..
Sir can you tell me what should I do after completing this class ?? should I start doing projects or move to flutter??
Thanks for the complete video bro... It was really nice of you to explain basics and keep it simple.
Thankuu sir etne ache se dart padhne ke liyee
Ek guide video banaye na bhai jaise
Dart khatam krne ke baad kya krna h aur kitne project banane h aur intership ke liye kaise apply kare pls sir
Sir good video now starting your flutter playlist!!!!😄😄😀😀😊
Sir project ke liye vedio bhi bna di jiye apka bhut ache se smjh aata h
Brother I got my Job only possible for you.❤️
Very informative sir . Make more video
Baki sonam kon hai ye bhu bata do
Hahahha
classic awesome way of teaching .took nicely through out
many many thanks brother. It was very useful. I am from bangladesh. best wishes to you.
is list constructor depreciated in NULL safety? we cannot use List aa = new List(2); >>>
Mentors like you always pushes and motivates a great learner. Thank you for providing such an awesome content
Thank You so much brother for your Effort.
Great Video
Very good technique bro. I like it❤.
Great video, probably it is completed for beginners. Thanks for bringing honest👍
Sir can you tell me what should I do after completing this class ?? should I start doing projects or move to flutter??
Amazing Sir
Thank you ❣️ 5 hrs completed watching
Awesome! fell in love with geeky shows.
You are very polite 👍🏻
at last the Dart is finished now , bundle of thanks for so much great tutorial
Sir can you tell me what should I do after completing this class ?? should I start doing projects or move to flutter??
@@amrin1906 i think 1st Flutter then go project side.
It will help you a lot
Many many thanks brother. Love you. ❤❤
This man deserve "Subscribe"
Extremely helpful video. Everything explained to the point . Thanks alot.
Thank you for the video. It has helped me a lot. The way you explain topics is amazing. keep doing it.
3:43:46
These are new rules about Dart about null safety
you can try like this
late String model;
jooooooooooooooooooooooo I like this channel Mashahallah! i have comlted in one day anader video aslamoaalaka
thankyou for teaching in a very simple and effective way.
may god bless you ,god give you a long life bro
Thanks for making such a good and easy way to learn dart ( :
Sir surprise kr dete h aap b kamaal h
Thank you so so muh bahot hee bahetar tarike se bariki se ek ek chij sikhayi he thank you sir
aap se request he k please flutter bhi detail me sikhaye aur projects bhi bana ke dikhaye
Follow this ua-cam.com/play/PLbGui_ZYuhigGm0Z_EXE1Breg2SF1gSn7.html
Awesome tutotial brother. thank you so much for this.
sir your video is superb but if you add practice video after every topic so it will be very helpful for us
advance dart and flutter playlist will be highly appriciated
Very useful video for me Sir,
Thanks, Sir so much...
Sir Sabse pahale Aap ki mehanat ko aur aapko Naman hai vandan hai.
Sir aapke Java Script , Python, aurbhi dusre video ko dekhane ke baad aisa lagata hia
ki ye video (Dart Programming Language Complete in One Video (Hindi)) me Bahut se Concepts bach gaye honge.
Sir Dart ke baare men mai kuchh nahi jaantaa ; Sir Kya Ye Full Fledge Complete Dart hai.???
you are too good as a teacher
You are just amazing keep it up ...Thanks for making such content #geeky shows
Sir, please make full playlist also includes packages/ library and some projects
What a tremendous tutorial - its more then a paid version course.
awsome video brother honestly you make very good and useful video!! loved this video
Good to lern you are a good teacher
Really appreciate 👏 your hard work.
Waiting for Laravel 🔥 series!
Great content ❤️
Great video! first time ever i watched something this long!
Glad you enjoyed it!
@@geekyshows Sir how do u comment 3-4 line at once , idk how u select all line at once
@@ParadoxicalShubh thats called multi cursor functionality...it can only be used in vs code ..... alt + right click ........thats how you do it
I like ur honesty Sir♥️♥️
Thanks Brother for your amazing course ♥
Thank you Very much
00:00:00 Visiting Dart Official Website
00:00:30 Download and Install Dart SDK
00:03:10 Set PATH for Dart
00:05:12 Folder Setup in VS Code
00:05:47 Dart Extension for VS Code
00:07:02 Introduction to Dart
00:08:50 main Function
00:09:44 print Function
00:10:08 Run Dart Program in VS Code
00:11:00 Increase Font Size of Debug Console in VS Code
00:11:36 Comment in Dart
00:13:05 Variable
00:19:35 Printing Variable
00:21:30 Built-in Data Types
00:22:37 int
00:24:08 double
00:25:53 String
00:26:45 bool
00:28:00 var
00:31:01 Check Data Type
00:32:12 Arithmetic Operators
00:35:37 Increment and Decrement Operators
00:38:43 Equality and Relational Operators
00:42:42 Logical Operators
00:46:11 Type Test Operators
00:48:04 Assignment Operators
00:51:35 Conditional Expression
00:55:02 String
01:00:42 Multiline String
01:02:55 Expression inside String
01:08:09 String Concatenation
01:11:51 Raw String
01:13:09 String Properties and Methods
01:20:42 List
01:21:30 Fixed Length List
01:28:00 Growable List
01:32:52 Accessing List Elements
01:34:19 Insert List into Another List - Spread Operator
01:37:48 Empty List and add() Method
01:42:00 List Properties and Methods
01:47:13 Set
01:51:43 Empty Set
01:55:46 Add item to Set
01:57:24 Set Contains only Unique Values
01:59:00 Map
01:59:30 Map Literal
02:06:23 Empty Map
02:09:25 Add item to Map
02:11:04 Accessing Map Elements
02:13:14 Map Properties and Methods
02:17:11 if Statement
02:20:48 if... else... Statement
02:22:53 if... else if... else... Statement
02:26:22 for Loop
02:31:55 while Loop
02:37:04 do while Loop
02:40:56 for in Loop with List
02:43:22 for in Loop with Set
02:44:51 for in Loop with Map
02:46:55 forEach Loop with List
02:50:04 forEach Loop with Set
02:50:41 forEach Loop with Map
02:56:01 Break and Continue
03:03:24 Switch Case
03:06:21 Function
03:10:05 Function without Parameter
03:15:00 Function with Parameter
03:15:15 Positional Parameter
03:18:15 Optional Positional Parameter
03:21:50 Default Value Parameter
03:27:40 Named Parameter
03:34:20 Anonymous Function
03:37:36 Arrow Function
03:40:00 Class and Object
03:41:50 Instance Variable
03:42:26 Instance Method
03:48:48 Static Variable and Static Method
03:54:42 Constructor
04:02:54 Named Constructor
04:05:40 Inheritance
04:07:10 Single Inheritance
04:12:33 Multi-level Inheritance
04:19:17 Hierarchical Inheritance
04:25:21 Method Overriding
04:32:15 super Keyword
04:36:00 Abstract Class and Abstract Method
04:43:30 Implicit Interface
04:50:24 Exception Handling
04:57:40 Import
05:02:47 Import Packages
05:04:43 Import Name Conflicts
05:08:12 Import Specific Property
05:13:37 pub Dart Package Manager
05:14:42 stagehand - A Dart Project Generator
05:17:13 Generate a Dart Project
05:19:40 Dart Official Doc
Thankyou so much for this❤
1:21:50
Sir mein jb yeh likhta hun
var lst = new list(3);
tou list strikethrough Aa jata hai aur error ata hai : 'list' constructor is not available when null safety is enable. Please help me out.
ye masla mere system my be hy
Same
Really appreciated your hard work keep it up.
great video ! please make a complete playlist for dart and flutter for a complete new beginner to programming.
i agree
start to learn ❤❤❤❤
thank you soo much sir its very informative for us ,I appreciate you thank you!!!!!!!!!!😍
I want flutter projects with full details, i like your teaching style,, waiting for more videos..explain polymorphism etc
Sir can you tell me what should I do after completing this class ?? should I start doing projects or move to flutter??
[I/O in Dart]
// importing dart:io file to perform Input.
import 'dart:io';
void main()
{
print("Enter your name: ");
// Reading name of the User [How to take String as Input?]
String? name = stdin.readLineSync();
// Printing the name
print("Hello, $name!");
// Asking for favourite number [Two methods to Print]
print("Enter your favourite number:");
stdout.write("Enter you favourite number: ");
// The print() statement brings the cursor to next line
// While stdout.write() don’t bring the cursor to the next line, it remains in the same line.
// Scanning number [How to take Number as Input?]
int? n = int.parse(stdin.readLineSync()!);
// Here ? and ! are for null safety
// Printing that number
print("Your favourite number is $n");
}
It's a great lecture very helpful in starting
Bhai you gain my respect for you
@Geeky Shows sir GO lang ke bare me sochiye uska bhi ek course laye sir
thank you bro nice explation plz make a complete tutorials
Lovely amazing course helpful men
I appreciate your hard work... .. thanks
thank you soo much for sharing this.
appreciated sir love from pakistan