How to Install Flutter on Mac | Android Studio | Xcode Simulator ( M1/ M2/ M3)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 122

  • @wallsbrina
    @wallsbrina 10 หลายเดือนก่อน +27

    Before this I watched maybe 4 videos to help me install flutter and none of them were working for me because they weren't up to date or not step by step but finally found one that helped me! Thank you

    • @migentoindia
      @migentoindia 8 หลายเดือนก่อน +1

      This is my 8th video still unable to setup bcz cocoapods not installed due to some ruby error.

    • @FlV-nq7tn
      @FlV-nq7tn หลายเดือนก่อน

      m.th-cam.com/video/gHTiVSshS2A/w-d-xo.html&pp=ygU1Rmx1dHRlciBvbiBNYWMgfCBBbmRyb2lkIFN0dWRpbyAg2LnZhNmJINmF2KfZgyDYtNix2K0%3D

    • @PickleFox_Skills
      @PickleFox_Skills หลายเดือนก่อน

      @@migentoindia oh boy I struggled with that so much!

  • @Q_Coder
    @Q_Coder หลายเดือนก่อน +6

    I rarely drop a comment, yet your commitment to such a detailed guidance has helped a lot of people, including me. Thank you!

  • @KenethBurgueno
    @KenethBurgueno 9 หลายเดือนก่อน +4

    Thank you so much for the very clear instructions. Had so much trouble trying to get this to work on my end with other videos but with your help it was a breeze. If only I could have found this sooner, I would have saved so much time and headaches.

  • @nainabhardwaj2618
    @nainabhardwaj2618 10 หลายเดือนก่อน +2

    I found someone who excels in explaining step by step . Thank you so so much for this video . i would have made my brain fry trying to install flutter without this video

  • @mobinakhter7081
    @mobinakhter7081 10 หลายเดือนก่อน +1

    oh man this guy. I watched a few other vids, confusing. Just saw you had a video on this, and commenting before I have set it up, cause I trust this guy

  • @LDwaffle
    @LDwaffle 14 วันที่ผ่านมา +1

    best tutorial ever
    if you are on mac, it's the one you need

  • @tinkovationlabs
    @tinkovationlabs 21 วันที่ผ่านมา

    Tried several other guides and documents but this is the one that got me to the finish line! Well done and thank you

  • @alejozuluaga
    @alejozuluaga 5 หลายเดือนก่อน +2

    Following the previous comments: You saved me. Thank you very much!!!

  • @prathammehta4290
    @prathammehta4290 4 หลายเดือนก่อน +5

    Just in case, if you faced issues while flutter --version command, try to change the Ownership of the .config Directory. The commands are:
    Step 1: First Check Permissions of the .config Directory
    `ls -ld ~/.config`
    Step 2: Change Ownership of the .config Directory
    `sudo chown -R :staff ~/.config`
    change to your username
    Step 3: Run the `flutter --version` command again
    this should help to resolve the issues
    Like this comment, if it was helpful to you!!

  • @muhammadqasim9805
    @muhammadqasim9805 6 หลายเดือนก่อน +2

    I tried for the first time and installed everything smoothly, so thank you.

  • @vamsikrishnathanikanti1261
    @vamsikrishnathanikanti1261 หลายเดือนก่อน +2

    Thank you for the video. I didnt get single issue by following this and do installation in macbook.

  • @oswaldoolea2889
    @oswaldoolea2889 6 วันที่ผ่านมา

    thanks a lot, very good tutorial. Most video tutorials aren't as well paced and content complete as yours in general. Looking to see the rest of your tutorials.

  • @jovanmilivojevic3828
    @jovanmilivojevic3828 10 วันที่ผ่านมา

    Awesome ! Helped me install it all smoothly
    gj my man :D

  • @celsospina8011
    @celsospina8011 7 หลายเดือนก่อน +1

    Simple and nice tutorial! Congratulations!

  • @pabl014_
    @pabl014_ 10 หลายเดือนก่อน +1

    Thank you bro, you've explained everything very clearly, I think that current official flutter installation tutorial is unclear, isn't it?

  • @PaulMcKillop
    @PaulMcKillop 6 หลายเดือนก่อน

    What a brilliant video. You explained every step very clearly and at a perfect pace. Thank you so much.

  • @gulfHR
    @gulfHR หลายเดือนก่อน

    Great tutorial! Thank you.

  • @chitranshpawar9835
    @chitranshpawar9835 9 หลายเดือนก่อน +1

    thank you so much brother this video really help me i watched almost each and every video of flutter in the end your video helps to figure out 😀

  • @ayti_darslar
    @ayti_darslar หลายเดือนก่อน

    thank you brother, I was touched by so much help

  • @RakgasiRahul
    @RakgasiRahul 14 วันที่ผ่านมา

    Thank you for this informative video.

  • @botirarabboyev8262
    @botirarabboyev8262 2 หลายเดือนก่อน

    Thank you for this video because I saw a lot of videos but I can not download flutter truly but with this video I did 🤩

  • @hfya28
    @hfya28 4 หลายเดือนก่อน +6

    I faced issues with the path update, the reason was because not one video showed exactly how to create .zshrc / .zshev .
    if you have the same problem, here's how to create the file:
    1. open terminal, type this "nano ~/.zshrc" to create the file.
    2. it should open the doc, then paste "export PATH=$HOME/development/flutter/bin:$PATH" .
    3. and to save the file press Ctrl + X, then Y.
    4. lastly run "source ~/.zshrc" .
    5. then to check the version of flutter quit terminal and reopen it "flutter --version" .

  • @OllieSP
    @OllieSP 24 วันที่ผ่านมา

    Excellent..! Thank you very much.

  • @parthibharadva
    @parthibharadva 5 หลายเดือนก่อน

    Highly appreciated!! Thank you so much for your instructions.👍

  • @thushankalana4940
    @thushankalana4940 4 หลายเดือนก่อน +1

    Thank you ❤❤❤ Great Lesson ❤🙂

  • @sunshhine6940
    @sunshhine6940 9 หลายเดือนก่อน +3

    i dont see 'Welcome to flutter!' text like 9:20, what should i do?

    • @askarikazmi3193
      @askarikazmi3193 4 หลายเดือนก่อน

      you have to need permission as to run config file
      sudo mkdir -p /Users/syedmuhammadaskari/.config/flutter
      sudo chmod -R 755 /Users/syedmuhammadaskari/.config/flutter
      sudo chown -R $(whoami) /Users/syedmuhammadaskari/.config/flutter

  • @neawe
    @neawe 6 หลายเดือนก่อน

    You are the best one bro. I literally said that 😍

  • @MilenaMrugała
    @MilenaMrugała 10 หลายเดือนก่อน

    Thank you very much for the tutorial! Everything works perfect :) Greetings

  • @bdbigfoot
    @bdbigfoot 4 หลายเดือนก่อน

    thank a lot, this helped me to understand the process ,, wish you all the best , now I can build my app

  • @theakashgajmer2812
    @theakashgajmer2812 4 หลายเดือนก่อน

    thank you every step was made so simple

  • @gaetanocimino2944
    @gaetanocimino2944 7 หลายเดือนก่อน

    Thanks a lot for this tutorial :) very clear

  • @temtechie
    @temtechie 6 หลายเดือนก่อน

    Thank you so much, that was really helpful

  • @vascopires4722
    @vascopires4722 9 หลายเดือนก่อน

    Bro this was so helpful, thank you so much!

  • @RudraDungyel
    @RudraDungyel 7 หลายเดือนก่อน +1

    can we do the same in vs code? like you did in android studio?

  • @Ibra_its_him
    @Ibra_its_him 8 หลายเดือนก่อน

    Very Helpful thank you so much!

  • @aryankaushik9373
    @aryankaushik9373 6 หลายเดือนก่อน

    thank you sir, you made it so easy! :)

  • @zozkfaris4984
    @zozkfaris4984 5 หลายเดือนก่อน

    This video is very good, Thank you.

  • @Glorybope
    @Glorybope 2 หลายเดือนก่อน

    Which Mac OS and year of MacBook are you using?

  • @luanabueno5971
    @luanabueno5971 3 หลายเดือนก่อน

    very good video, thank you so much

  • @wesleystrecksantos9502
    @wesleystrecksantos9502 7 หลายเดือนก่อน

    Thanks man, you help me so much

  • @travelwithratio
    @travelwithratio 5 หลายเดือนก่อน

    Thank you for this 👍👍

  • @wRhlHaa
    @wRhlHaa 8 หลายเดือนก่อน

    Nice video, thank you !

  • @SM-zi5lk
    @SM-zi5lk 8 หลายเดือนก่อน

    very helpful, thank you

  • @brownGoy
    @brownGoy 6 หลายเดือนก่อน

    Lifesaver, thank you 🙏

  • @haseen2412
    @haseen2412 7 หลายเดือนก่อน

    This video is a job saver!!!!!

  • @raghavpurohit5172
    @raghavpurohit5172 หลายเดือนก่อน

    If it says that Flutter is not a command, execute the flutter binary in the bin folder of the flutter directory.

  • @alexanderpetermaliyakkal6602
    @alexanderpetermaliyakkal6602 2 หลายเดือนก่อน

    Thanks for the video but when i create the project im not getting an option to select ios app's programming language.Does that mean i cant develop ios apps?

  • @AbdulloZokirov-jb2ef
    @AbdulloZokirov-jb2ef 10 หลายเดือนก่อน

    Thanks a lot bro
    Masha Allah

  • @shivangsaraswat315
    @shivangsaraswat315 3 หลายเดือนก่อน +1

    why everything is so complicated in macos while installing any kind of dependencies

  • @kphshot4710
    @kphshot4710 3 หลายเดือนก่อน

    Hey I have to install these but I need to develop an android application for my university assignment, is it the same process for selecting android at the start?

  • @fahadassiry224
    @fahadassiry224 3 หลายเดือนก่อน

    macbook air m2 + 8gb ram, good for flutter developers? i'm new to this framework

  • @idesariesillador2437
    @idesariesillador2437 6 หลายเดือนก่อน

    Thank you so much!

  • @pedrocampos4662
    @pedrocampos4662 8 หลายเดือนก่อน

    Thank you my friend.

  • @GoGal-uh7is
    @GoGal-uh7is 3 หลายเดือนก่อน +2

    While unzipping autofill is not appearing..what to do

    • @eren20yearsago79
      @eren20yearsago79 2 หลายเดือนก่อน

      Macos automatically moves the zip folder to bin...and when you drag that zip folder out of the bin to the downloads , now when you run the command it will work as fine 👍🏻

    • @kentaro6168
      @kentaro6168 หลายเดือนก่อน

      Thankk youu ​@@eren20yearsago79

  • @arturodelosangeles
    @arturodelosangeles 10 หลายเดือนก่อน +4

    come on, fix the cocoapods error

  • @salinig3294
    @salinig3294 7 หลายเดือนก่อน

    Thank you so much. u saved me. :)

  • @NameLastname-zq3yy
    @NameLastname-zq3yy 8 หลายเดือนก่อน

    Awesome!!!! Thanks!!

  • @albertgeorge1619
    @albertgeorge1619 7 หลายเดือนก่อน

    Sir, I've a question. Which macbook are you using for flutter ios development? Also if 8gb ram and 256 gb ssd enough?

  • @doseofdopamine2031
    @doseofdopamine2031 2 หลายเดือนก่อน

    When creating a new flutter project I don't see the option of iOS Language. I only see the option for Android Language.

  • @milesalfonso1669
    @milesalfonso1669 4 หลายเดือนก่อน

    With this technique, how do you publish an app to the app store?

  • @zeeshanahmedjarral1761
    @zeeshanahmedjarral1761 2 หลายเดือนก่อน

    finally i found the video which solved my problem

  • @antonio195br
    @antonio195br 6 หลายเดือนก่อน

    Thank you so mush.

  • @coderprakash
    @coderprakash 10 หลายเดือนก่อน

    please make a same video for installing react native.

  • @ladlamehar9887
    @ladlamehar9887 5 หลายเดือนก่อน

    Thank you so much

  • @PepeMujica-k8m
    @PepeMujica-k8m 3 หลายเดือนก่อน

    Thanks!

  • @PrinceSharma-lp1hm
    @PrinceSharma-lp1hm 3 หลายเดือนก่อน

    i can watch full video and same Apply as it but i can face one issue i have run my old project then show
    Could not determine the dependencies of task ':path_provider_android:compileDebugJavaWithJavac'.
    > Cannot query the value of this provider because it has no value available.
    please explaine me how i can solve this issue

  • @coldchickennoodles5575
    @coldchickennoodles5575 4 หลายเดือนก่อน

    I keep getting "Bad CPU type in executable" in 9:19

  • @krystlertabinas3151
    @krystlertabinas3151 2 หลายเดือนก่อน +1

    i created zhsrc since i dont have one, open it and its empty.

    • @rinaandmikesullivan3026
      @rinaandmikesullivan3026 หลายเดือนก่อน

      yea, he completely skimmed over that part, at least on how to do it specifically... is it normal to already have that file because no one else is confused about this?

  • @afrikanking4022
    @afrikanking4022 4 หลายเดือนก่อน

    OK so development will be done in android studio and not vscode. I am already developing in vscode i wanted to release my iOS version app

  • @luanabueno5971
    @luanabueno5971 3 หลายเดือนก่อน

    I am having a problem: when I create a new flutter project, It doesn't appear any emulator of iOS, just my real phone. I wanted to run on a iPhone simulator, not my real phone

  • @selindoga
    @selindoga 5 หลายเดือนก่อน

    You are king!

  • @prajit.t1099
    @prajit.t1099 2 หลายเดือนก่อน

    Is MacBook i7 pro 250ssd enough for flutter development ?

    • @prajit.t1099
      @prajit.t1099 2 หลายเดือนก่อน

      16gb ram

  • @salmaElshrbiny-e5g
    @salmaElshrbiny-e5g 10 หลายเดือนก่อน

    thank you❤

  • @ShadiSimon
    @ShadiSimon 9 หลายเดือนก่อน

    why i am getting like your filename is not matched for"development"

  • @marclawson5406
    @marclawson5406 หลายเดือนก่อน

    after creating the file and saving it, im getting this error when i run flutter --version: Bad CPU type in executable. Is anybody else having that issue?

  • @indrranil24
    @indrranil24 4 หลายเดือนก่อน

    Thanks

  • @ILikeItPicasso
    @ILikeItPicasso 10 หลายเดือนก่อน

    thanks

  • @fahadmustafa650
    @fahadmustafa650 24 วันที่ผ่านมา

    enviroment path 6:43

  • @ShadiSimon
    @ShadiSimon 9 หลายเดือนก่อน

    why i am getting like file name is not matched for "development" any idea?

    • @mokshaprada.p
      @mokshaprada.p 8 หลายเดือนก่อน

      U ve missed -d

  • @RhythmShesha
    @RhythmShesha 4 หลายเดือนก่อน

    Can we connect Android phone in mac flutter

    • @rohaneditz05
      @rohaneditz05 4 หลายเดือนก่อน

      Same question

    • @RhythmShesha
      @RhythmShesha 4 หลายเดือนก่อน

      @@rohaneditz05 Yes Bro I tried and it actually works

  • @Rayhan-qe2cx
    @Rayhan-qe2cx 10 หลายเดือนก่อน

    i can't find the .zshrc , how to make one?

    • @SyaVKei
      @SyaVKei 9 หลายเดือนก่อน

      touch ~/.zshrc

    • @Sanazy21
      @Sanazy21 9 หลายเดือนก่อน

      Have you find a way to add it? You know where to add it

    • @sabarinathan2461
      @sabarinathan2461 9 หลายเดือนก่อน

      @@Sanazy21 on terminal run following command : (touch ~/.zshrc.) don't include () it will create zshrc folder

    • @fadoua5825
      @fadoua5825 9 หลายเดือนก่อน +3

      open your terminal and follow those steps:
      1.cd ~
      2.nano .zshrc
      3.export PATH=$HOME/development/flutter/bin:$PATH
      4.cntrl+X(upper case)
      5.Y
      6.Enter

    • @minhtoan7971
      @minhtoan7971 8 หลายเดือนก่อน

      @@fadoua5825 thanks bro, I can use it

  • @Mfbzai
    @Mfbzai 9 หลายเดือนก่อน

    amazing

  • @GoGal-uh7is
    @GoGal-uh7is 3 หลายเดือนก่อน

    Why it's not unzipping

  • @Foodmood_34
    @Foodmood_34 10 หลายเดือนก่อน

    First❤

  • @ricardobuciojr348
    @ricardobuciojr348 5 หลายเดือนก่อน

    this was very helpful but its a pain that every 2 seconds publicty appears in

  • @ladlamehar9887
    @ladlamehar9887 5 หลายเดือนก่อน

    Too much help for me also
    Because I don't have .zshrc file in my mac and this problem take too much time 😢

    • @MikuniTensai
      @MikuniTensai 3 หลายเดือนก่อน

      1. open terminal, type this "nano ~/.zshrc" to create the file.
      2. it should open the doc, then paste "export PATH=$HOME/development/flutter/bin:$PATH" .
      3. and to save the file press Ctrl + X, then Y.
      4. lastly run "source ~/.zshrc" .
      5. then to check the version of flutter quit terminal and reopen it "flutter --version" .

  • @cppexplorery
    @cppexplorery 10 หลายเดือนก่อน

    💪

  • @chithanhnguyen1481
    @chithanhnguyen1481 7 หลายเดือนก่อน

    can i help me :((( , where .zshrc , i don't understand it is

    • @MikuniTensai
      @MikuniTensai 3 หลายเดือนก่อน

      1. open terminal, type this "nano ~/.zshrc" to create the file.
      2. it should open the doc, then paste "export PATH=$HOME/development/flutter/bin:$PATH" .
      3. and to save the file press Ctrl + X, then Y.
      4. lastly run "source ~/.zshrc" .
      5. then to check the version of flutter quit terminal and reopen it "flutter --version" .

  • @ShadiSimon
    @ShadiSimon 9 หลายเดือนก่อน

    hi

  • @Riddlemethiseveryone
    @Riddlemethiseveryone หลายเดือนก่อน

    30 minute video on just to install a software that makes other softwares? No wonder AI is doing it's best to replace programmers.

  • @omarmaamoun9457
    @omarmaamoun9457 6 หลายเดือนก่อน

    unzip: cannot find or open /Users/omar/Downloads/flutter_macos_3.22.2-stable.zip, /Users/omar/Downloads/flutter_macos_3.22.2-stable.zip.zip or /Users/omar/Downloads/flutter_macos_3.22.2-stable.zip.ZIP.

    • @shrt5828
      @shrt5828 6 หลายเดือนก่อน

      did u resolve the issue please reply

    • @omarmaamoun9457
      @omarmaamoun9457 6 หลายเดือนก่อน

      @@shrt5828 Yes, but I forgot 😅😅

    • @shrt5828
      @shrt5828 6 หลายเดือนก่อน

      @@omarmaamoun9457 please think about it i am really stuck

    • @shrt5828
      @shrt5828 6 หลายเดือนก่อน

      @@omarmaamoun9457 please try to remember i am really stuck

    • @afsalrahman815
      @afsalrahman815 หลายเดือนก่อน

      i got the same issue can you say how to fix it