Dart Programming in 4 hours | Full beginners tutorial

Поделиться
HTML-код
  • Опубликовано: 28 янв 2025

Комментарии • 953

  • @zeroatlast
    @zeroatlast 3 года назад +76

    Timestamps:
    0:00 - Introduction
    1:57 - Environment overview
    2:53 - What is programming?
    4:42 - Print Statements
    7:27 - Program execution flow
    12:56 - Variables
    24:30 - Data Types
    31:38 - String Basics
    42:50 - Numbers - ints & doubles
    52:30 - Booleans
    54:11 - Getting user input
    59:29 - Building a basic calculator
    1:07:07 - Building a madibs game
    1:12:24 - Lists
    1:21:49 - Functions
    1:29:31 - Parameters & Arguments
    1:35:43 - Return Statements
    1:41:12 - Building a prompt function
    1:46:50 - If Statements
    1:58:45 - And & Or operators
    2:03:54 - Else If
    2:10:46 - Building a smarter calculator
    2:21:10 - Switch Statements
    2:27:16 - While Loops
    2:34:33 - Building a guessing game
    2:43:08 - For Loops
    2:57:26 - Comments
    3:01:54 - Classes & Objects
    3:13:13 - Constructors
    3:22:37 - Class Methods
    3:28:20 - Final Project - Building a math quiz
    3:52:25 - Outro & next steps

    • @Masda.X
      @Masda.X Год назад

      thanks a lot

    • @spark.no.1
      @spark.no.1 6 месяцев назад

      😊thank you

    • @M374L
      @M374L 3 месяца назад

      Thanks

  • @pbeau49
    @pbeau49 2 года назад +67

    Hi Mike, I took your course with my 11 year and grandson. He’s writing his own apps and now learning Flutter. Thanks for your great inspiration!!

  • @tuviejapelotudo
    @tuviejapelotudo 4 года назад +83

    Hey Mike, if you ever get to read this, thanks for changing my life, greetings from Argentina!!!

    • @sivaramakrishna1049
      @sivaramakrishna1049 4 года назад +13

      mike sir , could please make a tutorial with flutter and dart fullstack

    • @pinkshortcomedy
      @pinkshortcomedy 3 года назад +2

      @@sivaramakrishna1049 yesssss

  • @binodmalaka4508
    @binodmalaka4508 4 года назад +49

    Hey mike , if u ever see this comment , Thanks alot for all ur tutorials , im a 2nd year student in Software engineering , if im at a good position now , its all because of you , Thanks alot once again ♥️

  • @varundhamija864
    @varundhamija864 2 года назад +12

    The best use of 4 hours of your time; Mike's such a natural. Whether you are new to programming or new to Dart; this is a great place to start. It will go by like a breeze - and if it doesn't just pause and think again; you will catch up.
    If you try and do this by hand simultaneously then you will learn better - so don't shortchange that step.

  • @AmmuurahaAdduunka
    @AmmuurahaAdduunka 3 года назад +13

    Mike you are not like majority of the teachers, your style of teaching is realy amazing! thnk so much for these great courses.

  • @HEELSahil
    @HEELSahil 4 года назад +50

    Omg you are finally back and that too when I was struggling with Dart😭❤️
    Thank you for existing!!
    Learning HTML was fun because of you. I've recommended that video to so many of my friends and told them that no one can explain you HTML better than Mike.
    Your videos on Mongo DB are also great.
    The King is back!👑

  • @oluwayomiadewusi836
    @oluwayomiadewusi836 Год назад +3

    I’m 45mins into this video and all I can say is , you are a great teacher
    I’ve understood a lot in few minutes, thank you

  • @fatihyavuz5973
    @fatihyavuz5973 3 года назад +5

    Mike, you are explaining things better than any teacher I got lessons either online or at college. Thanks a lot.

  • @codewithelyanan6536
    @codewithelyanan6536 3 года назад +38

    Hi Mike, I am a 12 years old student and I started programming like 8 months ago and I found it really entertaining.
    I know html, css, javascript, python, c# and dart. I am not an expert in these languages but I have a good knowledge of them. And my dream is to become a mobile developer. I tried xamarin for mobile development but my laptop can't run visual studio properly :(. I am trying to learn flutter for mobile development, that's why I'm here. This dart tutorial was really amazing. I had fun learning it. You are a good teacher, I really appreciate for your hard work. Keep it up!! And one thing I am struggling on is in data structures and algorithms. I haven't learned those things when I started learning programming. I tried learning but I couldn't. Idk why ;(. Can you pleaseee make a data structure and algorithms course? I really need it.
    Thanks in advance,

    • @RR-et6zp
      @RR-et6zp Год назад +2

      read the unplugged alpha by Richard Cooper

  • @CamiloLizarazo
    @CamiloLizarazo 3 года назад +1

    I've just met you Mike (Literally 4 hours ago) and now I'm your fan. You're a gifted man, thanks for sharing your knowledge with us. The way you teach is catchy. You're clear and concise, I've never felt overwhelming. No fast as you lose the point, not slow as you get bored. The election of the lessons is precise and perfectly organized. Thanks to youtube for suggesting me this channel.

  • @Mustafa-xf1vf
    @Mustafa-xf1vf 2 года назад +82

    String num2= stdin.readLineSync()!; Guys make sure to add the exclamation after that line to fix the Error, Dart updated its syntax i think in the 2.2 version

    • @dhirendanesha23
      @dhirendanesha23 2 года назад

      heyy! how about if I use int ? its giving me error ! 🤦🏽‍♂️

    • @WaleedAhmad-cr8ww
      @WaleedAhmad-cr8ww 2 года назад

      Thanks for the save!

    • @sattamassagan290
      @sattamassagan290 2 года назад +1

      We need more likes on this, saved us hours! Thanks.

    • @suryaa3198
      @suryaa3198 2 года назад +6

      According to current version of dart, u should use
      String? num2 = stdin.readLineSync()!;

    • @sattamassagan290
      @sattamassagan290 2 года назад

      @@suryaa3198 correct, it ran without the ? mark, as long the ! was included.

  • @walelignwondye8917
    @walelignwondye8917 4 года назад +68

    Hey mike please continue making your next flutter tutorial we are waiting for you✌

  • @crazyGodLikE
    @crazyGodLikE 2 года назад +3

    You are just such an amazing teacher. That object oriented teaching approach should be taught that way at every university. So easy to understand. Thank you for the work and effort you put into your videos!

  • @zm690
    @zm690 2 года назад +3

    I watched one of your Python tutorials back many years ago and then started coding. Now I have been a developers for 2 years. Always very appreciated that you explain things clear and easy to understand for beginners.

  • @anonymous_246
    @anonymous_246 3 года назад +29

    1:02:33 If you getting an error while taking int value follow below steps.
    User this to take integer value :-
    *int? num = int.parse(stdin.readLinesync()!);* // here you will get a int as an string value so you have to convert the string number into int number.
    NOW WHY WE USE "?" AND "!" :-
    In dart to prevent from getting a null value from the user we use "int?" instead of "int " .

  • @BasDeBom
    @BasDeBom 2 года назад +3

    Hey Mike, I've just finished your whole course and it's very valuable! Thank you for taking the time and teaching us!

  • @ayoubyahiaoui2071
    @ayoubyahiaoui2071 4 года назад +69

    i started this video expecting a "HEY WELCOME TO GIRAAF ACADEMY ,MY NAME'S MIKE!"

    • @guitart
      @guitart 3 года назад +2

      Or "my name is Mike, basically" 😅

  • @prajwalshrestha3500
    @prajwalshrestha3500 3 года назад +4

    I am from a business background and I just wanted to learn coding basics just so I can understand what my tech co-founders were talking about when they talked about the problem.
    But this video really helped me grasp the core concept of programming and because of this, I am thinking of changing my career to being a programmer. Thank you Dave for this huge SHIFT in my career. Really appreciate your effort.
    I am learning flutter from udemy but I would grasp on quickly with your teaching skills.
    Eagerly waiting for your flutter tutorial video with a demonstration of simple and a cool app.

  • @edidiongesu4035
    @edidiongesu4035 3 года назад +2

    2 hours, 30 minutes in and I have to thank you. This has been a great introduction to dart. You are a great teacher!!🔥🔥🔥🔥🔥🎇🎇🎇🎇

  • @ohmycareer7282
    @ohmycareer7282 3 года назад +20

    One of the best Dart tutorials I have ever learned. Thanks Mike 😊
    And yes, we do need more dart tutorials and also intro to Flutter 😀

  • @arad907
    @arad907 2 года назад

    I watched just the very first 5 mins and already love the way you teach. You explain everything and it is great.
    I always look for tutors like you, the majority of teachers, just write the print function and don’t talk about it or don’t care what the main function is and just start typing, but you get deeper and explain it, that’s great man, thank you 🙏

  • @gordonzhu5962
    @gordonzhu5962 Год назад +3

    Great tutorial. It's so easy to understand. Looking forward your Flutter tutorial. Thanks!

  • @AbdelhadiElouaraguli
    @AbdelhadiElouaraguli 4 года назад +19

    Its been about 5 months ago while I started learning Dart, but this course and exactly the way you’re teaching makes me understand pretty fast, and I’m really interested and waiting for the flutter course, Thank you so much! 🙏🏼

  • @mephconsults
    @mephconsults 2 месяца назад

    This is absolutely amazing! Love the way you explained every concept. Super grateful!

  • @notavailabull
    @notavailabull 4 года назад +4

    I saw Mike Dane so I clicked right away. You're an inspiration bro

  • @jamesclough9750
    @jamesclough9750 2 года назад

    Tried so many tutorials to understand dart from scratch, this is the very best of them ive found. thanks very much.

  • @IswearIwasBatman
    @IswearIwasBatman 4 года назад +10

    This man back to dropping dimes again let's gooo. Can you please do a course about data structures and algorithms and how to approach them and do some practice problems. And some framework and libraries like angular, Django, tensor flow

  • @SharathPawar-o5f
    @SharathPawar-o5f Год назад

    mike is an amazing instructor, all his courses are simple, engaging and easy to understand.

  • @Contemporarymediasolutions
    @Contemporarymediasolutions 3 года назад +6

    I started a course on Flutter and got confused at different instances, so I decided to learn dart and go back to the course. Mike just simplified it for me. I am now confident to take the course, from the beginning. Though I am looking forward to Mike's Flutter tutorial 😀

    • @darrengalvin4059
      @darrengalvin4059 2 года назад +1

      I did the same, I look forward to returning to the flutter course and seeing it with new eyes.

  • @badbeatslayer
    @badbeatslayer 3 года назад

    This is the best RUclips tutorial i have ever seen. Mike has real talent in explaining, great pronunciation, perfect English with pleasant voice , in good mood :) I wish i could watch only Mike`s tutorials...

    • @naedeezy8967
      @naedeezy8967 3 года назад

      Liar

    • @badbeatslayer
      @badbeatslayer 3 года назад

      @@naedeezy8967 Hello hater :) Please have a fabulous trolololol day :)

    • @naedeezy8967
      @naedeezy8967 3 года назад

      @@badbeatslayer 😂😂😂

  • @nahidfullstackdev
    @nahidfullstackdev 3 года назад +5

    Hey Mike, really appreciate what you have done for us. keep doing and for sure, waiting for the flutter course. hope you will make it. :)

  • @ithelightr3020
    @ithelightr3020 3 года назад

    the best teaching style ever - an advanced Dart course and a Flutter course is in order!

  • @ridgey28
    @ridgey28 4 года назад +16

    Many thanks. Such a fantastic, well presented, introduction to Dart. You can see where Google has borrowed various concepts from other programming languages. I would love to see a tutorial on Flutter in the near future. Thanks again.

  • @Ncoherent369
    @Ncoherent369 2 года назад +1

    Dude you’re an insanely good teacher too by the way. Not everyone can teach well. Really helping me out!

  • @miyurux
    @miyurux 3 года назад +8

    Hey mike this tutorial was amazing and we need the flutter tutorial ASAP.

  • @fahdmohd3264
    @fahdmohd3264 3 года назад

    4 Hours, ZERO ads, clear explanation . Thanks a lot

  • @Angry_Cat00
    @Angry_Cat00 4 года назад +3

    Thank you very much .
    Best teacher, All respect

  • @sheikhtalha1080
    @sheikhtalha1080 3 года назад

    The most simplest crash course ever seen! Worth the time spent on it.

  • @Flyarchangels
    @Flyarchangels 3 года назад +3

    Hey Mike, thanks for the great tutorial! Can't wait for the Flutter tutorial!

  • @ishanillangakoon178
    @ishanillangakoon178 3 года назад +1

    Thank a lot Mike . This is the video that I have been looking for months.

  • @FIoydMayweather
    @FIoydMayweather 4 года назад +27

    Dude how did you fit all of these languages in your head 🤯

    • @seetsamolapo5600
      @seetsamolapo5600 4 года назад +13

      It's easy once you get the general concept. Mostly they're C style languages so share similar syntax. Nonetheless still impressive as the man almost always delivers high quality

    • @thecodewhiz526
      @thecodewhiz526 4 года назад +2

      I also thought of it 😀😀😂😂

    • @Nobodyokbro
      @Nobodyokbro 4 года назад +2

      @@seetsamolapo5600 yeah agreed if you can master one you can master all just need to get the basic Syntax and your good to go

    • @blessing8781
      @blessing8781 3 года назад

      @@seetsamolapo5600 are you from South Africa or Botswana?

    • @seetsamolapo5600
      @seetsamolapo5600 3 года назад

      @@blessing8781 lol you're getting close, take another guess monna

  • @serbiansuperliga1339
    @serbiansuperliga1339 2 года назад

    My friend, i never saw better explanation of classes and objects. You are the best tutor out there! Thank you!

  • @jacobofiel1739
    @jacobofiel1739 4 года назад +3

    Man these videos give me flashbacks to Giraffe Academy. Anyways, awesome video as always! Keep up the great work!

  • @keihtmartinez3459
    @keihtmartinez3459 5 месяцев назад

    This is the best video about coding I have ever watched. Thanks. For real.

  • @ChandanKumar-of1je
    @ChandanKumar-of1je 4 года назад +6

    Hey mike, i really appricate that you made this tutorial continues for about 4 hours without such a gap and with such a neet content, Lots Of Love.. from India

  • @aysha1554
    @aysha1554 3 года назад +1

    This dude Mike is legit the best ! My professor couldn't clearly teach the concept of objects and classes and all that stuff so I had really given up on Oop in general but I swear to god Mike if I could hug you rn , I would ! You are literally the best at teaching!!
    And about that flutter tutorial !! YES PLEASE MAKE ONE !! I AM IMPATIENTLY WAITING!! THANK YOU so much xx

  • @AP-pm9qy
    @AP-pm9qy 3 года назад +7

    Dart is like the weird love child of Java and JavaScript.

  • @uniqueamantyagi
    @uniqueamantyagi 3 года назад

    I don't usually comment on RUclips videos or anywhere but... @mikedane You are awesome... People should follow teachers like you instead of wasting time on anyone else. You don't even know how great you are. thanks for teaching me dart so easily.

  • @uddiptadas7582
    @uddiptadas7582 4 года назад +5

    You just made my day Iron Man❤️❤️

  • @malindalk6603
    @malindalk6603 2 года назад +1

    Thank you for all the hard work. Looking for the next tut.

  • @germanandresruizhernandez3979
    @germanandresruizhernandez3979 4 года назад +6

    This is the best year of my life.

  • @habibalimudin8002
    @habibalimudin8002 3 года назад

    Omg u just explain EVERTHING my lecturer wont explain.. Thankyou..

  • @jesuschristiskingforever7142
    @jesuschristiskingforever7142 4 года назад +19

    Quick tip, remember in the python video, were you had no background, and just your head? It seems much better and easier to focus with. Appreciate you videos tho really helpful

    • @GiraffeAcademy
      @GiraffeAcademy  4 года назад +21

      Hey! Totally agree, unfortunately I'm traveling at the moment so I don't have a proper studio, hopefully will be able to bring back the old format though at some point!

  • @farnoushbabaie7823
    @farnoushbabaie7823 2 года назад +1

    Mike, I really am glad to have found your tutorials. Girraffe academy or here, you rock mate. One quick comment though, at 1:06:28, I took your code and it didn't work in repl. Changed that to double? num1=double.parse(stdin.readLineSync()!); and it worked. Don't know if thet's because of repl or the syntax changed from 2021 to 2022.
    Anyhow, keep it up. I really enjoy your tutorials and your teaching method. It never gets boring.

  • @bacon37460
    @bacon37460 3 года назад +1

    I love the way how you're teaching. I can't wait seeing your flutter tutorial here in this channel. Thank you so much Mike.

  • @nisaarsingh2142
    @nisaarsingh2142 3 года назад +17

    Wow, I can't believe that! this person teaches the whole dart language in 4hours without taking a single break. Really god gives him a great Butt. 🤣🤣🤣🤣🤣🤣

  • @mdx079
    @mdx079 2 года назад

    This is the best beginner programming tutorial that I have ever seen, You have amazing teaching skills. Thanks for everything.

  • @pricelessirony9206
    @pricelessirony9206 4 года назад +3

    the return of the king

  • @okpephillips
    @okpephillips 2 года назад +1

    You're a great teacher Mike. Thanks for putting this video out here

  • @subodhkumarray2108
    @subodhkumarray2108 4 года назад +3

    Could you make a complete video of something like tour of a coding bootcamp, how they function and any interview with any of coaches there...

  • @Ghamdiesa
    @Ghamdiesa 3 года назад +2

    Thanks Mike. I learned from this video much more than the many hours I spent on RUclips to learn programming. You are truly a successful teacher.
    I am interested in Fultter. so please don`t let us Wait long.

    • @flutterfromzero3075
      @flutterfromzero3075 3 года назад

      check out the course

    • @Ghamdiesa
      @Ghamdiesa 3 года назад

      @@flutterfromzero3075 thank you for your reply. I couldn’t find the course link.

    • @flutterfromzero3075
      @flutterfromzero3075 3 года назад +1

      @@Ghamdiesa in my channel, in the video)

  • @riptor100
    @riptor100 2 года назад +5

    Important: You will get an error on stdin.readLineSync(); This is cause the version of dart. Solve it with an ! . Therefore the command is stdin.readLineSync()!;

  • @onyekafranklin7099
    @onyekafranklin7099 2 года назад

    Hi mike, i want to say thank you. i never get tired of watching, am enjoying it

  • @hamedsaeednia5507
    @hamedsaeednia5507 4 года назад +4

    Hello. I wondering this is first tutorial of Dart or never will continue. Thank you

  • @delkitonyi
    @delkitonyi 3 года назад

    I haven't been programming for a while, and with this comprehensive introduction to Dart you showed me what I've been missing. Thank you!

  • @rockstreethomie
    @rockstreethomie 3 года назад +3

    Error: Operator '>=' cannot be called on 'double?' because it is potentially null.

    • @Edgar-xh8iu
      @Edgar-xh8iu 2 года назад

      Did you find a solution?

  • @fraz
    @fraz 2 года назад

    Love your way of teaching!

  • @mizanur_sajid
    @mizanur_sajid 3 года назад +3

    1:27:10 - Instead of typing function five times you can use this for loop
    void drawShape(){
    print(" / |");
    print(" / |");
    print("/___|");
    }
    void main(){
    for(var i = 0; i < 5; i++) {
    drawShape();
    }
    }

  • @kreator7335
    @kreator7335 3 года назад +1

    I never understood the constructor thing in college or other courses, yours was on point, thank you very much, you deserve everything !

  • @olivercameron6299
    @olivercameron6299 2 года назад +7

    Make sure you guys add '?' after putting String in class as Dart was updated and cant be null unless initialized. e.g
    class Book {
    String? title;
    String? author;
    int? numPages;
    }

    • @rexduvall7097
      @rexduvall7097 2 года назад +2

      Good looking out! I'm just starting this!

    • @olivercameron6299
      @olivercameron6299 2 года назад +1

      @@rexduvall7097 No worries. Good luck let me know if you run into any issues will be happy to help.

    • @rexduvall7097
      @rexduvall7097 2 года назад

      @@olivercameron6299 Thanks bro! I'm sure I will 😆

    • @Edgar-xh8iu
      @Edgar-xh8iu 2 года назад

      @@olivercameron6299 Hey I'm entering my name in the console, but it's not returning "Hi (name) nice to meet u"... so frustrating

  • @osayomwanboromoregie6140
    @osayomwanboromoregie6140 3 года назад +1

    I love your intro to dart and would love to experience your intro flutter. I'm very excited on your next video on flutter. Thank you for sharing

  • @nono01-e5o
    @nono01-e5o 4 года назад +11

    Thannnnks. The next one is *Flutter* . please.....

    • @davidreviews8413
      @davidreviews8413 4 года назад +3

      Ok now that's exactly what I want !!
      Because I'm struggling with Flutter basics!!

  • @YBWang-pi9qq
    @YBWang-pi9qq 3 года назад +1

    Such an excellent training course ! even for someone with Python and Go experiences.
    Play the video at 2.0 speed and make practices some times, it is such a joy to follow the video!
    no stops, except a dinner. few other online course is such atractive.
    Great teaching skills, Mike. Thanks a lot.
    Admire your talent.

  • @narendrareddy3624
    @narendrareddy3624 3 года назад +6

    Waiting for Flutter😍

    • @pinkshortcomedy
      @pinkshortcomedy 3 года назад

      Me tooooo

    • @ashensavinda99
      @ashensavinda99 3 года назад

      I just started flutter but not feeling good about that so I decided to learn dart first lol.

  • @db17db11
    @db17db11 3 года назад

    Even if I've been coding for almost two years, with no experience whatsoeaver related to Dart, it's been a really big pleasure to watch your whole tutorial.
    THANK YOU VERY MUCH !!

  • @Dubov1933
    @Dubov1933 4 года назад +3

    Yo mike, I’m about 40 min in and it’s looking really simple, was wondering how easy would it be to learn this coming from C++ (mainly)

  • @r.p.3384
    @r.p.3384 3 года назад

    Mike is an amazing teacher! This video is a gold and worth watching for everyone who have no background in programming and want to learn Dart. Recommend with all my heart! Waiting for the next flutter tutorial.

  • @nabinsaud4688
    @nabinsaud4688 4 года назад +3

    Sir we need django+react integration full 10 hrs video
    I hope you will make for the students

  • @pritilove7
    @pritilove7 2 года назад

    Because of Mike I got interested in the software . U r my favourite teacher . U have great knowledge

  • @danielphil4976
    @danielphil4976 2 года назад +2

    I've not started yet but I feel good about it already.
    I know dart, but I just feel like finishing a course and doing everything in it. Let's goooo!!

  • @randalfjohn9848
    @randalfjohn9848 3 года назад

    I just finished this tutorial Mike. This is the best Dart course I've ever completed. The first course I'm always yearning to return to after the day's job. I understand what is going on here, which is a great step for me personally. However, recalling all these things without re-watching is something difficult for me.
    The OOP was lit 🔥 damn..
    You're such an amazing tutor.
    Using all the concepts to create a quiz at the end just sums it all up completely and powerfully.
    I code PHP for 4 years now but you took me back to a beginner programmer and did some cleaning Eve with this Dart..
    You're amazing!
    Well done lad..
    Thanks alot for this and God bless.

  • @samwelndonje349
    @samwelndonje349 Год назад

    I'm so happy with the tutorial, you are among the best Lecturers in the industry.

  • @o.g.bonyebuchi985
    @o.g.bonyebuchi985 3 года назад +1

    Mike you are just great, thanks for making me believe i can do it.. Please waiting for the flutter tutorial, Love from nigeria

  • @valentineejk
    @valentineejk 3 года назад

    finally someone on youtube that can actually explain clearly, thank you soo much.

  • @heisenberg5873
    @heisenberg5873 2 года назад +1

    this is the best dart course on youtube

  • @ADITYASINGH007
    @ADITYASINGH007 3 года назад

    Today I finished this video and it took almost a week to end. But Now I confidently can say that I know dart programming. I was a newbie in programming and just stumbled on your video and it really helped me to clear my doubts. Your teaching style is really awesome.
    Thanks for putting your efforts to teach us.

  • @bigfoot131
    @bigfoot131 3 года назад

    Cmon Chief! ur making my struggle in dart so simple the question or the confusing parts u already sorted them out. 🙏🏾👊🏾

  • @amongstar8261
    @amongstar8261 3 года назад

    Asalam o Alikum Mike, ALLAH ALMIGHTY Bless you. You are my Favourite coding Teacher. Many Thanks from Pakistan. Your 4-Hour SQL video helped me a lot. Again may ALLAH ALMIGHTY Bless You with EMAN_E_MUFASSAL&MUJAMMAL.

  • @lantranthanh245
    @lantranthanh245 3 года назад

    Your accent is perfect. My English skill is upgrading.
    Thank you very much.

  • @jakidsjoy
    @jakidsjoy 2 года назад

    How well teaching style this young boy have.Absolutely amazing.It looks like I am taking live class and he is addressing all my questions one by one

  • @shivendumishra2804
    @shivendumishra2804 3 года назад

    By far the best beginner friendly programming course. Thank You Mike.

  • @muhammadatif4131
    @muhammadatif4131 3 года назад

    Mike I'm very happy to find such a great teacher for programming. May Allah give you more success in your life. This tutorial is very very helpful for me and I was finding such kind of tutorial for 5 months.

  • @entity5678
    @entity5678 Год назад

    This is an excellent tutorial for learning Dart and I finished it..Mike Dane is awesome
    But Maps should have been included too which is python equivalent of dictionaries and also called by other names such as object literal, hash in other programming languages.
    A quick implementation:
    // Map Data Structure
    Map employee = {
    "name": "Alankrith",
    "designation": "developer",
    "age": 26
    };
    employee["designation"] = "full stack developer";
    employee["current_city"] = "xx";
    print(employee);
    // Short hand notation of implementing the Maps
    var person={"name":"Alankrith","country":"xx"};
    print(person["name"]);
    var personAgain= {"name":"Alankrith","country":"xx"};
    print(personAgain["country"]);

  • @liweiyang1988
    @liweiyang1988 3 года назад +1

    3:12:20, in dart 2.13.4
    value shall be checked for null safety, all value type should replaced by "var"

    • @adebanjosam761
      @adebanjosam761 2 года назад

      thanks for this man. I've literally spent hours trying to figure out what's wrong with my dumb head.

  • @atahirince
    @atahirince 2 года назад

    Thank you this course with your clear accent. Sometimes hard to find for IT stuff.
    But this is so basic, I could not learn enough information to feel comfortable about language.
    Next episode please.

  • @Inf0rmatix
    @Inf0rmatix 3 года назад

    Was looking for a good video tutorial on dart for a friend I am helping to get into programming.
    This is actually really good, well structured and straightforward!

  • @succatash
    @succatash 3 года назад

    Your teaching skills are top tier, you break things down into non techie terms.

  • @haroldprasad2415
    @haroldprasad2415 2 года назад

    Mike, thank you, thank you so much for doing this course! I loved that you started from zero as I had no knowledge of coding. This video was perfect! You explained everything so clearly and in a really likeable, personable manner! Thank you so much!

  • @kacpersokolowski2912
    @kacpersokolowski2912 3 года назад

    Honestly you're the best on YT, I watched your Python and now Dart videos and I learned so much ! And I can't wait for your Flutter video !