Dart Programming in 4 hours | Full beginners tutorial

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • 🦒❤️ replit.com/@mi...

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

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

    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!!

  • @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.

  • @ayoubyahiaoui2071
    @ayoubyahiaoui2071 3 года назад +68

    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" 😅

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

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

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

    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 9 месяцев назад

      thanks a lot

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

      😊thank you

  • @tuviejapelotudo
    @tuviejapelotudo 3 года назад +82

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

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

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

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

      @@sivaramakrishna1049 yesssss

  • @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 Год назад

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

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

    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 11 месяцев назад +2

      read the unplugged alpha by Richard Cooper

  • @binodmalaka4508
    @binodmalaka4508 3 года назад +48

    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 ♥️

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

    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()!;

  • @HEELSahil
    @HEELSahil 3 года назад +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!👑

  • @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 " .

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

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

    • @seetsamolapo5600
      @seetsamolapo5600 3 года назад +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 3 года назад +2

      I also thought of it 😀😀😂😂

    • @Nobodyokbro
      @Nobodyokbro 3 года назад +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

  • @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. 🤣🤣🤣🤣🤣🤣

  • @IswearIwasBatman
    @IswearIwasBatman 3 года назад +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

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

    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.

  • @jesuschristiskingforever7142
    @jesuschristiskingforever7142 3 года назад +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  3 года назад +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!

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

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

  • @gordonzhu5962
    @gordonzhu5962 10 месяцев назад +3

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

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

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

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

    you should make a node.js or angular video next

  • @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 😀

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

    Since when Justin Timberlake is a programmer? haha, amazing tutorial!

  • @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 Год назад +1

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

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

    for anyone using dart3 , if you are having an error taking input from user add ! at the end of readLineSync()!; . this is a new feature which ensures input is not null

  • @AbdelhadiElouaraguli
    @AbdelhadiElouaraguli 3 года назад +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! 🙏🏼

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

    20:41 ...... is it really important to add the curly brackets or it would be fine? , cause when i put curly brackets, the issue pop ups that it is not necessary to put them.

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

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

  • @draqaah
    @draqaah Год назад +2

    Having problems in 3:10:27
    class Book {
    String? author;
    }
    void main() {
    Book hacker = Book();
    hacker.author = "draqaah";
    print(hacker.author);
    }
    \\ YOU GOTTA ADD THE QUESTION MARK AFTER STRING IN THE CLASS
    \\ YOU GOTTA ADD THE QUESTION MARK AFTER STRING IN THE CLASS

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

      here is the full code updated
      class Book {
      String? name;
      String? author;
      int? pages;
      }
      void main() {
      Book hacker = Book();
      hacker.name = "hacker";
      hacker.author = "draqaah";
      hacker.pages = 100;
      print(hacker.name);
      print(hacker.author);
      print(hacker.pages);
      }

  • @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.

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

    Amazing tutorial.......my question is that I know that void does not return anything but in flutter, it does. What is the easiest explanation for it?

  • @ridgey28
    @ridgey28 3 года назад +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.

  • @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. :)

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

    void saythanks(){
    print("Thanks Mike");
    print("A lot !");
    }
    void main(){
    for(int i = 0; i

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

    This is the best year of my life.

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

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

  • @eyeshot976
    @eyeshot976 Год назад +1

    Hi Mike,
    I am currently getting an error on this
    please help out
    import 'dart:math';
    import 'dart:io';
    void main() {
    print("What is your name?:");
    var username = stdin.readLineSync();

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

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

  • @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!!

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

    You just made my day Iron Man❤️❤️

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

    Help Please !!!
    My code:
    import 'dart:io';
    void main()
    {
    print("Enter first string: ");
    String str1=stdin.readLineSync();
    }
    Issue:
    My VS Code is not running this, displaying the message, A value of type 'String?' can't be assigned to a variable of type 'String'.Try changing the type of the variable, or casting the right-hand type to
    :(

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

      Do this -> " String? str1=stdin.readLineSync();
      "

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

      @@mamelishah Jazakallah ❤️

  • @fahmidamashura7076
    @fahmidamashura7076 3 года назад +11

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

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

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

  • @elonfc
    @elonfc Год назад +1

    Wonderful video, thanks Mike. Waiting for the Flutter tutorial video as well.

  • @subodhkumarray2108
    @subodhkumarray2108 3 года назад +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...

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

    4,8,15,16,23,42 ----> you are not supposed to know this Mike, why are you putting it out to the public. (Your explanation is perfect there is no way someone is lost in the middle)

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

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

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

    My Goodness...I think I'm goona fall in love with Programming 😀 cos of how u explain it...

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

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

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

    Thank You so Much for making this video......it is really helpful.

  • @Dubov1933
    @Dubov1933 3 года назад +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)

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

    you didn't say anything about null safety :(. I'm getting lots of error while coding in vs code IDE . please explain about null safety and hoe to use it ASAP

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

    Thank you very much .
    Best teacher, All respect

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

    Btw guys if your code says: something doesn't allow null. (or something close to that) add a ? mark to the String, double, int etc

  • @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!

  • @goamora8599
    @goamora8599 Год назад +1

    You are an amazing teacher. Can you please please please please make a Flutter beginner tutorial? Or a tutorial on BLoC?

  • @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

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

    Could you please make a tutorial with flutter and dart fullstack ?
    Thanks a lot from Algeria.

  • @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.

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

    Tip: Dart is very similar to javascript. So JS devs can watch the video in 1.25x or higher.

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

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

  • @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.

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

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

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

    I can't be the only one who realized where the numbers from 1:17:18 came from right!?

  • @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.

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

    Hi Mike, the concept of Null SAfety in Dart is really confusing could you create a video explaining this concept?

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

    the return of the king

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

    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!

  • @романкобзєв-ю2й
    @романкобзєв-ю2й Год назад +1

    If you're learning dart in 2023, you should add "!" after stdin.readLineSync(), before ";" , if it's string, cause without this you'll get an error
    Like : "String x=stdin.reaLineSync()!;"

  • @ChandanKumar-of1je
    @ChandanKumar-of1je 3 года назад +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

  • @eddyruedadeleon6936
    @eddyruedadeleon6936 Год назад +1

    April 28 2023 Minute 58:22 add a question mark at the end of "String" so it does not show error.
    import "dart:math";
    import "dart:io";
    void main() {
    print("What is your name?:");
    String? username = stdin.readLineSync();

    • @Justmedeb001
      @Justmedeb001 7 месяцев назад

      or use ' ! ' at the last of the line like these : stdin.readLineSync()!; this would then consider the string to be non-nullable...

  • @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();
    }
    }

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

    When he was teaching Variables, I thought I was watching "The Office".
    Great tutorial.

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

    i liked this video
    and commented
    waiting for flutter tutorial

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

    If anyone is having errors with stdin.readLineSync() like me, then this tutorial explains null safety: ruclips.net/video/iYhOU9AuaFs/видео.html

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

    Completed watching Dart, now want Flutter course!! ❤️❤️

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

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

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

    You are an inspiration to me 😊
    Now I confidently teach others by building on the High quality lessons from you. 😁😁
    Though am not really sure if I can fix dart into my brain for now 😂😂.

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

    i really enjoyed this tutorial,please make one for flutter

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

    dart pad doesnt support "dart:io" how are we supposed to move further then?

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

    In 20 minutes, my struggle with OOPs concepts got cleared😻😻

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

    lol i see 23:53 .... Office character names 😂 noiceee

  • @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.

  • @olamide_1198
    @olamide_1198 9 месяцев назад +1

    Seeing this video in 2024 😭😭😭😭. A lot of syntax must have been changed

    • @gabbeeto
      @gabbeeto 4 месяца назад

      I tried all of the syntax and everything worked fine except that now there is this new String type with the question mark at the end that also accepts null values('String?')

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

    Dear Mike, thanks for your great video. I just ran into one issue which seems to deal with Null Safety. In 57:45 you define String username = stdin.readLineSync() . Doing this results throws me an error message: "Error: A value of type 'String?' can't be assigned to a variable of type 'String' because 'String?' is nullable and 'String' isn't." I am new to all this but using a question mark after String works. So the code is String? username = stdin.readLineSync(). Maybe there are others having the same problem. Kind regards Max
    Just one update: instead of String? username = stdin.readLineSync() , better make the input not nullable with an exclamation mark, hence: String username = stdin.readLineSync()!

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

      bro same problem can you please solve this?

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

      @@rahulmehta9143 did you try what I suggested?

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

      @@maxyulu yes but it's not working. Terminal show debug running.... Or nothing else

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

      Suggest me anything else

    • @slack.
      @slack. 2 года назад +1

      It WORKED!! Just an reminder to add the ; at the end like this
      String username = stdin.readLineSync()!;

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

    the giraffe guy who taught me php back then.

  • @13.haddadhusainlubis34
    @13.haddadhusainlubis34 2 года назад +1

    why the import "dart:io" does not work?

  • @CYCLONE_2XL
    @CYCLONE_2XL 6 месяцев назад +1

    Great Tutorial Ever in 2024

  • @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

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

    Please make a GDscript video!

  • @абылай-к4ш
    @абылай-к4ш 3 года назад +1

    Please do,Angular js video !!

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

    HEY Mike can you make some SWIFT too.

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

    You are what i am searching for in my entire life, Thank you

  • @MA-jg9dx
    @MA-jg9dx 2 года назад +2

    Great tutorial .A flutter tutorial would also be very helpful

  • @تكنوإدراك
    @تكنوإدراك 3 года назад

    I will thank you in Arabic words: شرح رائع ومميز ، شكرا جزيلا أنت رائع

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

    please make the flutter vid! also , awesome job man! thank you so much

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

    A flutter tutorial would be quite cool

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

    Thank you very much mike ❤️

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

    We need node.js or django tutorial