How to Install Flutter 3.x on a Mac | Full install

  Рет қаралды 97,710

Tech Time

Tech Time

Күн бұрын

Пікірлер: 158
@ЯрославКууне
@ЯрославКууне 2 жыл бұрын
nice video, thanks! one moment tho: when updating PATH, your method did not work out for me. Instead I did this: (for those who'd struggle) You need to update the environment path. Open terminal. vim $HOME/.zshrc Press "I" key for going to insert mode. add the following line in the opened file: export PATH="$PATH:/YOUR_FLUTTER_DIR/flutter/bin" Press "Esc" then write :wq! in terminal and press enter to exit vim. Reopen the terminal and check "flutter doctor" If this solution did not work, remove the double quote from path or use the full path explicitly instead of ~.
@techxtime
@techxtime 2 жыл бұрын
You're welcome! I hope this helps others as well.
@marufhassan634
@marufhassan634 2 жыл бұрын
Thanks man you are a life saver. I have been stuck with this for an hour. Flutter should just create a .dmg or .exe file for respective stores like we have for git which adds path and does everything automatically.
@nivla967
@nivla967 2 жыл бұрын
THANKS!!!
@happinessadeboye3256
@happinessadeboye3256 2 жыл бұрын
wow! thank you so much for this
@irishabanal7687
@irishabanal7687 2 жыл бұрын
thank you so much!!!!
@zixxymwhah
@zixxymwhah 2 жыл бұрын
Thank you, the video was very clear and easy to follow! For anyone who had issues with the path in the .zshrc file (flutter command not found) - for me it helped to remove the quote marks " " on the file path :)
@techxtime
@techxtime 2 жыл бұрын
Great to hear that!
@yanksbroncs413
@yanksbroncs413 2 жыл бұрын
Same for me, I had this issue and it worked removing the quotes
@rydes107
@rydes107 2 жыл бұрын
AMAZING. Wish I found you before I wasted 3 hours trying other videos. Thank you!
@ashelderstone9731
@ashelderstone9731 2 жыл бұрын
If you're on the Mac M1 you may need to do this which worked for me:- You need to update the environment path. 1. Open terminal. 2. vim $HOME/.zshrc 3. Press "I" key for going to insert mode. 4. add the following line in the opened file: export PATH=$PATH:/$HOME/YourFolderThatHasTheFlutterFolderIn/flutter/bin No quote marks. Press "Esc" then write :wq! in terminal and press enter to exit vim. Reopen the terminal and check "flutter doctor"
@yammix2037
@yammix2037 Жыл бұрын
i still get flutter command not found
@AzranAzwer
@AzranAzwer Жыл бұрын
@@yammix2037 Close the terminal and open again
@cybertron359
@cybertron359 Жыл бұрын
@@AzranAzwer yes it worked thanks
@ScissorScorpioN
@ScissorScorpioN 2 жыл бұрын
Which format should the saved text be at min 4:07 ? There is still the Error: Command not found! :(
@techxtime
@techxtime 2 жыл бұрын
No format. The file name should be .zshrc, not .zshrc.txt. You can also create this file using terminal by typing: touch .zshrc
@soekyaw4626
@soekyaw4626 2 жыл бұрын
i've been ssing around on a friends soft soft for years, finally bought it. I found your videos and instantly subscribed and have been
@truckingenius
@truckingenius Жыл бұрын
I've gone through this, installed, uninstalled, over and over. I'm doing everything you do, even tried removing the " from the path, and still when I type flutter in the terminal I get the same COMMAND NOT FOUND. I'm on a MacBook Pro with intel running MacOS BigSur. Any ideas what I'm doing wrong?
@meshalastic
@meshalastic Жыл бұрын
You're the best man. Thank you for walking us through the details, much appreciated.
@mikhailshevchenko5271
@mikhailshevchenko5271 2 жыл бұрын
I have a Problem now. trick with .zshrc File doesnt Work on my Mac. i do not understand what is a Problem. im doing as you. Mac with Intel, macOS Monterey. each next time when i Close and open terminal i need to let to know the terminal, where flutter is. I have it in my $HOME and there in a folder Developer. Maybe this is a problem? but i dont think so bcse I indicate a folder developer in the path always too
@techxtime
@techxtime 2 жыл бұрын
Are you using zsh shell or bash shell? If you're using bash shell, you have to create .bashrc file and save the flutter bin directory there.
@МихаилШевченко-ж8о
@МихаилШевченко-ж8о 2 жыл бұрын
@@techxtime i have zsh shell. I’ve already fixed it. Through the vim in the terminal 😊
@techxtime
@techxtime 2 жыл бұрын
@@МихаилШевченко-ж8о Great that you fixed already! @Mikhail Make sure there is no space in your flutter bin path.
@monexapps763
@monexapps763 2 жыл бұрын
Check the extension - make sure unicode otherwise you might get another extension
@rahmane5122
@rahmane5122 2 жыл бұрын
Yes I am having the same problem
@limpovoudom9482
@limpovoudom9482 2 жыл бұрын
Hey, i have a problem with the channel rack. Everyti I add an instrunt, for example the soft he added, it keeps loading for a long
@TheMicwut
@TheMicwut 2 жыл бұрын
When I check the flutter doctor its says still Xcode is not installed. But before that there is huge file is downloaded. Now I am searching that Xcode I could find on my Mac. Please help me though out this
@bilalillahi6347
@bilalillahi6347 Жыл бұрын
Thanks man we need people like you. full tutorial and so easily described.
@prashantiramesh5777
@prashantiramesh5777 Жыл бұрын
Even though I installed android studio it still says not found
@melisademir4524
@melisademir4524 2 жыл бұрын
I can't change file format for texteditor. how can I add unicode?
@techxtime
@techxtime 2 жыл бұрын
Open TextEdit Preferences and change the format from Rich text to Plain text.
@luiz2810
@luiz2810 2 жыл бұрын
Really great tutorial man! This is the best video for Flutter instalation, thank you so much, you are a life saver!
@ma.christinagaitan2659
@ma.christinagaitan2659 2 жыл бұрын
Hello I need your help my terminal, it doesn’t appear like the one in the video.
@techxtime
@techxtime 2 жыл бұрын
How does it appear?
@youthought878
@youthought878 Жыл бұрын
Didn't work. Cant find the zrsch or whoever u spell it file I created
@MuhammadAli-hl3dl
@MuhammadAli-hl3dl 2 жыл бұрын
Hey Tech time, Great tutorial although am getting stuck while creating the .zshrc on text editor am getting this error " The document “Untitled” could not be saved as “bashrc”. The volume “Macintosh HD” is read only." Someone please assist, I tried changing permission to read & write but still not working
@techxtime
@techxtime 2 жыл бұрын
Thanks! Save the .zshrc file in this folder. Macintosh HD > Users > (YourName)
@XxZanrockXx
@XxZanrockXx 2 жыл бұрын
for some reason, my editor only saves as an rtf is that ok?
@techxtime
@techxtime 2 жыл бұрын
Change TextEdit default format to plain text. Then you can save as .zshrc
@mhamedharif3792
@mhamedharif3792 2 жыл бұрын
Very clear, I managed to set up all steps. Thank you so much!
@techxtime
@techxtime 2 жыл бұрын
Glad it helped!
@geronco
@geronco Жыл бұрын
Very easy explanation. Thank you for sharing!
@kamalkishorkumar4278
@kamalkishorkumar4278 2 жыл бұрын
Superb video, everything went smooth in just one go, anyone following this tutorial do please go thought the pined comment that is really helpful.
@ArmanCuison
@ArmanCuison 2 жыл бұрын
hey, I forgot to thank you. so I came back to this video just to type this :) by the way, why not start teaching flutter from scratch. I think you are a better teacher than other teachers on youtube.
@liftedhorn3115
@liftedhorn3115 Жыл бұрын
Welldone, it's a very helpful video!
@anti-bien-pensants6470
@anti-bien-pensants6470 Жыл бұрын
on my side cocoapods didn't install well, i use homebrew install cocoapods and it work
@caramelo6154
@caramelo6154 Жыл бұрын
이 영상보고 설치 했어요. 감사합니다. I have installed Flutter and Etc by following your video. Thnak you. :)
@marufhassan634
@marufhassan634 2 жыл бұрын
I installed by following this tutorial on my new MacBook M2 Pro 2022. Just follow the entire tutorial and if you face issue with setting the path, follow the steps given in the comment by some Russian guy (don't know how to type his name) and you will be good to go.
@leonroxton17
@leonroxton17 2 жыл бұрын
you are the best, if your tutorial have done at once. thanks you.
@techxtime
@techxtime 2 жыл бұрын
You are welcome!
@discordxd4337
@discordxd4337 2 жыл бұрын
Well my GMS is softing like my old broken Hard Drive ?!
@giovannirincon949
@giovannirincon949 2 жыл бұрын
thank you! for making this video I was very anxious to solve this problem, now thanks to your help all this is going well! 👍 I could do it even though I don't know English
@techxtime
@techxtime 2 жыл бұрын
Glad it helped!
@qwamialfar
@qwamialfar 2 жыл бұрын
but how are you typing english if you dont know english
@boghost2997
@boghost2997 2 жыл бұрын
Hi thanks for the video but even tough I made what you said, it's written :"zsh: command not found: flutter", how can I made, I've been searching solutions for hours on internet but each time I get a new problem, could someone please help me
@techxtime
@techxtime 2 жыл бұрын
For some reason, your flutter path is not updated correctly. Is this your first installation?
@boghost2997
@boghost2997 2 жыл бұрын
@@techxtime yes
@techxtime
@techxtime 2 жыл бұрын
Try installing flutter in another folder & update the flutter path accordingly.
@bhuvanesht2961
@bhuvanesht2961 2 жыл бұрын
mine also🥲 help me !!
@abhayashta8805
@abhayashta8805 2 жыл бұрын
@@bhuvanesht2961 hey were you able to solve this error? bc i am getting the same error
@UnZapacit
@UnZapacit 2 жыл бұрын
Best explanation, its should be in top this one.
@techxtime
@techxtime 2 жыл бұрын
Lol, you made my day!
@gracemina4528
@gracemina4528 2 жыл бұрын
handy for resetuping s or creating karaoke tracks. Thanks for the recomndation!
@telekinesisok
@telekinesisok 2 жыл бұрын
thanks ... i had an error creating the .zshrc file in texedit because an update but i search on web how to do it ... and everything was fine ... thanks a lot from dominican republic.
@techxtime
@techxtime 2 жыл бұрын
Great that you were able to solve it in the end!
@4-millario775
@4-millario775 2 жыл бұрын
TNice tutorials just made it so clear to thank you so much
@BlueTeK
@BlueTeK Жыл бұрын
Thank you so much well explained. :)
@danidaniela2777
@danidaniela2777 2 жыл бұрын
Thank you very much for the tutorial, it really helped me a lot! Thanks! 🤗
@keukangarno5908
@keukangarno5908 2 жыл бұрын
I have had the hardest ti finding a video on soft that actually made sense to (I'm brand new with literally zero knowledge) and tNice tutorials
@gamingwithsagar2529
@gamingwithsagar2529 Жыл бұрын
Amazing sir💖✨
@vinaybakle6443
@vinaybakle6443 2 жыл бұрын
I am having M1 chip will it run silicon version?
@techxtime
@techxtime 2 жыл бұрын
Yes! M1 Chip is the new Apple Silicon.
@stephenkrus
@stephenkrus 2 жыл бұрын
Dude! You're a #Legend 👑 for this! ✨👍
@techxtime
@techxtime 2 жыл бұрын
You are!
@enespinar9711
@enespinar9711 2 жыл бұрын
Thank you so much!!! I read carefully Flutter documentation but it didn't work on me. This video is almost perfect. But please show us how to save the hidden folder like you (unicode). Without unicode it doesn't work well.
@kay23456
@kay23456 2 жыл бұрын
very easy and clear to follow! thanks!
@techxtime
@techxtime 2 жыл бұрын
You're welcome!
@mikhailshevchenko5271
@mikhailshevchenko5271 2 жыл бұрын
thanks to you! you really helped me. all good wishes to your family
@techxtime
@techxtime 2 жыл бұрын
Glad I could help!
@irishabanal7687
@irishabanal7687 2 жыл бұрын
your video is a life saver, thank you!!!
@alanachatelain
@alanachatelain 2 жыл бұрын
bro you deserve the world
@Deewaan
@Deewaan 2 жыл бұрын
Great video! I'm still getting the following error: "CocoaPods not installed."
@techxtime
@techxtime 2 жыл бұрын
1. Run this command to install CocoaPods. sudo gem install cocoapods 2. For Apple Silicon Mac run this command. sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-alloc
@aliaawahidaa8592
@aliaawahidaa8592 2 жыл бұрын
@@techxtime hello, ive run it and it said extconf failed
@Deewaan
@Deewaan 2 жыл бұрын
Thanks, still no luck. Could I book you to use teamviewer to help?
@SeanMHamming
@SeanMHamming 2 жыл бұрын
Equaius it’s my first ti using any software tho
@al-thaidi
@al-thaidi 2 жыл бұрын
Thanks a lot, your video was very helpful.
@abiliolutz8528
@abiliolutz8528 Жыл бұрын
very good, thanks for your time to help us
@charliecompton2569
@charliecompton2569 2 жыл бұрын
I’m on a Mac M2, and I still have issues with “downloaded executables cannot execute on host”. Not sure how to fix, let me know if it can be fixed! (Great video by the way!)
@techxtime
@techxtime 2 жыл бұрын
Run this command in your terminal. sudo softwareupdate --install-rosetta --agree-to-license
@charliecompton2569
@charliecompton2569 2 жыл бұрын
I tried that but I still got the error
@charliecompton2569
@charliecompton2569 2 жыл бұрын
Never mind you were right! Thank you so much ❤
@roaxy8632
@roaxy8632 Жыл бұрын
doesnt working
@valerioperez3854
@valerioperez3854 2 жыл бұрын
Excellent
@minhson1411
@minhson1411 2 жыл бұрын
thank you so much!
@mus6afama7moud
@mus6afama7moud Жыл бұрын
Thanks for helping
@qwamialfar
@qwamialfar 2 жыл бұрын
Thanks i was able to install flutter
@Deewaan
@Deewaan 2 жыл бұрын
How can we follow you on Instagram?
@sawzarnilinhtay5551
@sawzarnilinhtay5551 2 жыл бұрын
sir, your mac is m1 or intel ???
@techxtime
@techxtime 2 жыл бұрын
Intel mac
@muhaimein
@muhaimein Жыл бұрын
great tutorial
@sayansaha339
@sayansaha339 Жыл бұрын
Very helpful
@RishithaNishadh
@RishithaNishadh 2 жыл бұрын
Thanks a lot you saved me!!!
@techxtime
@techxtime 2 жыл бұрын
Glad to hear that!
@mehmetatalan9302
@mehmetatalan9302 2 жыл бұрын
nice video, thanks! bro
@ravneetsingh1696
@ravneetsingh1696 Жыл бұрын
amazing. Thanks
@pedrodiogo6534
@pedrodiogo6534 2 жыл бұрын
thank you, man!!!
@jonathanpereira6764
@jonathanpereira6764 Жыл бұрын
Thanks!
@mohakkarvir
@mohakkarvir 2 жыл бұрын
Did you try putting it in rice?
@nameunknown3272
@nameunknown3272 2 жыл бұрын
You R a hero
@neb542
@neb542 Жыл бұрын
🤘🤙👍👍👍👍👍👍👍
@ssupawas
@ssupawas 2 жыл бұрын
Thanks
@Jonatassouzaeu
@Jonatassouzaeu 2 жыл бұрын
thanks som much!
@elpav3
@elpav3 Жыл бұрын
thanks so much :)
@manishkumar-yh3tp
@manishkumar-yh3tp 2 жыл бұрын
really cool!
@3li-99
@3li-99 2 жыл бұрын
thank you so much pro
@checkoverstripes1464
@checkoverstripes1464 2 жыл бұрын
Legend!
@monara97
@monara97 2 жыл бұрын
intro music almost made me deaf! even with 45% volume! please cut it off. (you can do it from YT studio)
@techxtime
@techxtime 2 жыл бұрын
Thanks for the tips. I hope you're okay now!
@ErriekaNazwaPalanca
@ErriekaNazwaPalanca Жыл бұрын
THANK YOU
@UX_Reviews
@UX_Reviews 2 жыл бұрын
While executing gem ... (Errno::EEXIST) while installing cocoapods
@TOR1315
@TOR1315 Жыл бұрын
Great Job bro, but I got stuck on the password with the lock on command. Kindly help
@dans722
@dans722 2 жыл бұрын
great thanks
@me-sv3lm
@me-sv3lm 2 жыл бұрын
thank you
Жыл бұрын
Why does Google need to make it so hard?
@techxtime
@techxtime Жыл бұрын
Google will hire anyone who can make it simpler!
@didierleprince6106
@didierleprince6106 2 жыл бұрын
Merci (:
@nirjanmunshi9334
@nirjanmunshi9334 2 жыл бұрын
Brother, it is flutter not floooter
@albertofortrivera5390
@albertofortrivera5390 2 жыл бұрын
respond to you all in 1 month to see how tNice tutorialngs have evolved if I rember or if soone is interested. My failure is just that - mine. But I
@aftaab-e-hidayat8605
@aftaab-e-hidayat8605 2 жыл бұрын
Fallen Sun yeah! e too
@arenaerode
@arenaerode 2 жыл бұрын
"Welco-"
@calderonharoldkim8128
@calderonharoldkim8128 2 жыл бұрын
Thst's why he's gettin paid for it
@zenboost.8
@zenboost.8 Жыл бұрын
Flooooteer😆😆😂😂😂😂😂😂
@osmanypujol1805
@osmanypujol1805 Жыл бұрын
AMAZING! thank you so much this video was very helpful and you provided great step by step guide.
@techxtime
@techxtime Жыл бұрын
Glad you liked it!
@EddEchy
@EddEchy 2 жыл бұрын
Thank you Are The Best!!!!!
@cyberlord64
@cyberlord64 2 жыл бұрын
flooter
Installing GrapheneOS the Easy Way
10:03
Mental Outlaw
Рет қаралды 242 М.
Flutter Macbook Pro: install Flutter on Mac OS (Intel & Apple M1)
14:56
Install Flutter on Mac ( M1/ M2/ M3) | Android Studio | Xcode Simulator
14:45
How to Install and Setup Flutter for App Development on Mac - Part 1
9:16
London App Brewery
Рет қаралды 289 М.
Полезный софт для вашего MacBook!
11:11
Wylsacom
Рет қаралды 801 М.
How to install Flutter on Mac and add to PATH
6:05
Malek Alkhatib
Рет қаралды 36 М.
How To Make Your Boring Mac Terminal So Much Better
10:42
Josean Martinez
Рет қаралды 847 М.
How to Install and Setup Flutter on macOS Catalina
8:38
Flutter Guru
Рет қаралды 13 М.
Flutter Mac Install (Step 1) - Flutter SDK - Fast & Easy Way
7:29
Flutter Mapp
Рет қаралды 28 М.