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 ~.
@techxtime2 жыл бұрын
You're welcome! I hope this helps others as well.
@marufhassan6342 жыл бұрын
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.
@nivla9672 жыл бұрын
THANKS!!!
@happinessadeboye32562 жыл бұрын
wow! thank you so much for this
@irishabanal76872 жыл бұрын
thank you so much!!!!
@zixxymwhah2 жыл бұрын
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 :)
@techxtime2 жыл бұрын
Great to hear that!
@yanksbroncs4132 жыл бұрын
Same for me, I had this issue and it worked removing the quotes
@rydes1072 жыл бұрын
AMAZING. Wish I found you before I wasted 3 hours trying other videos. Thank you!
@ashelderstone97312 жыл бұрын
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 Жыл бұрын
i still get flutter command not found
@AzranAzwer Жыл бұрын
@@yammix2037 Close the terminal and open again
@cybertron359 Жыл бұрын
@@AzranAzwer yes it worked thanks
@ScissorScorpioN2 жыл бұрын
Which format should the saved text be at min 4:07 ? There is still the Error: Command not found! :(
@techxtime2 жыл бұрын
No format. The file name should be .zshrc, not .zshrc.txt. You can also create this file using terminal by typing: touch .zshrc
@soekyaw46262 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
You're the best man. Thank you for walking us through the details, much appreciated.
@mikhailshevchenko52712 жыл бұрын
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
@techxtime2 жыл бұрын
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о2 жыл бұрын
@@techxtime i have zsh shell. I’ve already fixed it. Through the vim in the terminal 😊
@techxtime2 жыл бұрын
@@МихаилШевченко-ж8о Great that you fixed already! @Mikhail Make sure there is no space in your flutter bin path.
@monexapps7632 жыл бұрын
Check the extension - make sure unicode otherwise you might get another extension
@rahmane51222 жыл бұрын
Yes I am having the same problem
@limpovoudom94822 жыл бұрын
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
@TheMicwut2 жыл бұрын
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 Жыл бұрын
Thanks man we need people like you. full tutorial and so easily described.
@prashantiramesh5777 Жыл бұрын
Even though I installed android studio it still says not found
@melisademir45242 жыл бұрын
I can't change file format for texteditor. how can I add unicode?
@techxtime2 жыл бұрын
Open TextEdit Preferences and change the format from Rich text to Plain text.
@luiz28102 жыл бұрын
Really great tutorial man! This is the best video for Flutter instalation, thank you so much, you are a life saver!
@ma.christinagaitan26592 жыл бұрын
Hello I need your help my terminal, it doesn’t appear like the one in the video.
@techxtime2 жыл бұрын
How does it appear?
@youthought878 Жыл бұрын
Didn't work. Cant find the zrsch or whoever u spell it file I created
@MuhammadAli-hl3dl2 жыл бұрын
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
@techxtime2 жыл бұрын
Thanks! Save the .zshrc file in this folder. Macintosh HD > Users > (YourName)
@XxZanrockXx2 жыл бұрын
for some reason, my editor only saves as an rtf is that ok?
@techxtime2 жыл бұрын
Change TextEdit default format to plain text. Then you can save as .zshrc
@mhamedharif37922 жыл бұрын
Very clear, I managed to set up all steps. Thank you so much!
@techxtime2 жыл бұрын
Glad it helped!
@geronco Жыл бұрын
Very easy explanation. Thank you for sharing!
@kamalkishorkumar42782 жыл бұрын
Superb video, everything went smooth in just one go, anyone following this tutorial do please go thought the pined comment that is really helpful.
@ArmanCuison2 жыл бұрын
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 Жыл бұрын
Welldone, it's a very helpful video!
@anti-bien-pensants6470 Жыл бұрын
on my side cocoapods didn't install well, i use homebrew install cocoapods and it work
@caramelo6154 Жыл бұрын
이 영상보고 설치 했어요. 감사합니다. I have installed Flutter and Etc by following your video. Thnak you. :)
@marufhassan6342 жыл бұрын
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.
@leonroxton172 жыл бұрын
you are the best, if your tutorial have done at once. thanks you.
@techxtime2 жыл бұрын
You are welcome!
@discordxd43372 жыл бұрын
Well my GMS is softing like my old broken Hard Drive ?!
@giovannirincon9492 жыл бұрын
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
@techxtime2 жыл бұрын
Glad it helped!
@qwamialfar2 жыл бұрын
but how are you typing english if you dont know english
@boghost29972 жыл бұрын
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
@techxtime2 жыл бұрын
For some reason, your flutter path is not updated correctly. Is this your first installation?
@boghost29972 жыл бұрын
@@techxtime yes
@techxtime2 жыл бұрын
Try installing flutter in another folder & update the flutter path accordingly.
@bhuvanesht29612 жыл бұрын
mine also🥲 help me !!
@abhayashta88052 жыл бұрын
@@bhuvanesht2961 hey were you able to solve this error? bc i am getting the same error
@UnZapacit2 жыл бұрын
Best explanation, its should be in top this one.
@techxtime2 жыл бұрын
Lol, you made my day!
@gracemina45282 жыл бұрын
handy for resetuping s or creating karaoke tracks. Thanks for the recomndation!
@telekinesisok2 жыл бұрын
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.
@techxtime2 жыл бұрын
Great that you were able to solve it in the end!
@4-millario7752 жыл бұрын
TNice tutorials just made it so clear to thank you so much
@BlueTeK Жыл бұрын
Thank you so much well explained. :)
@danidaniela27772 жыл бұрын
Thank you very much for the tutorial, it really helped me a lot! Thanks! 🤗
@keukangarno59082 жыл бұрын
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 Жыл бұрын
Amazing sir💖✨
@vinaybakle64432 жыл бұрын
I am having M1 chip will it run silicon version?
@techxtime2 жыл бұрын
Yes! M1 Chip is the new Apple Silicon.
@stephenkrus2 жыл бұрын
Dude! You're a #Legend 👑 for this! ✨👍
@techxtime2 жыл бұрын
You are!
@enespinar97112 жыл бұрын
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.
@kay234562 жыл бұрын
very easy and clear to follow! thanks!
@techxtime2 жыл бұрын
You're welcome!
@mikhailshevchenko52712 жыл бұрын
thanks to you! you really helped me. all good wishes to your family
@techxtime2 жыл бұрын
Glad I could help!
@irishabanal76872 жыл бұрын
your video is a life saver, thank you!!!
@alanachatelain2 жыл бұрын
bro you deserve the world
@Deewaan2 жыл бұрын
Great video! I'm still getting the following error: "CocoaPods not installed."
@techxtime2 жыл бұрын
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
@aliaawahidaa85922 жыл бұрын
@@techxtime hello, ive run it and it said extconf failed
@Deewaan2 жыл бұрын
Thanks, still no luck. Could I book you to use teamviewer to help?
@SeanMHamming2 жыл бұрын
Equaius it’s my first ti using any software tho
@al-thaidi2 жыл бұрын
Thanks a lot, your video was very helpful.
@abiliolutz8528 Жыл бұрын
very good, thanks for your time to help us
@charliecompton25692 жыл бұрын
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!)
@techxtime2 жыл бұрын
Run this command in your terminal. sudo softwareupdate --install-rosetta --agree-to-license
@charliecompton25692 жыл бұрын
I tried that but I still got the error
@charliecompton25692 жыл бұрын
Never mind you were right! Thank you so much ❤
@roaxy8632 Жыл бұрын
doesnt working
@valerioperez38542 жыл бұрын
Excellent
@minhson14112 жыл бұрын
thank you so much!
@mus6afama7moud Жыл бұрын
Thanks for helping
@qwamialfar2 жыл бұрын
Thanks i was able to install flutter
@Deewaan2 жыл бұрын
How can we follow you on Instagram?
@sawzarnilinhtay55512 жыл бұрын
sir, your mac is m1 or intel ???
@techxtime2 жыл бұрын
Intel mac
@muhaimein Жыл бұрын
great tutorial
@sayansaha339 Жыл бұрын
Very helpful
@RishithaNishadh2 жыл бұрын
Thanks a lot you saved me!!!
@techxtime2 жыл бұрын
Glad to hear that!
@mehmetatalan93022 жыл бұрын
nice video, thanks! bro
@ravneetsingh1696 Жыл бұрын
amazing. Thanks
@pedrodiogo65342 жыл бұрын
thank you, man!!!
@jonathanpereira6764 Жыл бұрын
Thanks!
@mohakkarvir2 жыл бұрын
Did you try putting it in rice?
@nameunknown32722 жыл бұрын
You R a hero
@neb542 Жыл бұрын
🤘🤙👍👍👍👍👍👍👍
@ssupawas2 жыл бұрын
Thanks
@Jonatassouzaeu2 жыл бұрын
thanks som much!
@elpav3 Жыл бұрын
thanks so much :)
@manishkumar-yh3tp2 жыл бұрын
really cool!
@3li-992 жыл бұрын
thank you so much pro
@checkoverstripes14642 жыл бұрын
Legend!
@monara972 жыл бұрын
intro music almost made me deaf! even with 45% volume! please cut it off. (you can do it from YT studio)
@techxtime2 жыл бұрын
Thanks for the tips. I hope you're okay now!
@ErriekaNazwaPalanca Жыл бұрын
THANK YOU
@UX_Reviews2 жыл бұрын
While executing gem ... (Errno::EEXIST) while installing cocoapods
@TOR1315 Жыл бұрын
Great Job bro, but I got stuck on the password with the lock on command. Kindly help
@dans7222 жыл бұрын
great thanks
@me-sv3lm2 жыл бұрын
thank you
Жыл бұрын
Why does Google need to make it so hard?
@techxtime Жыл бұрын
Google will hire anyone who can make it simpler!
@didierleprince61062 жыл бұрын
Merci (:
@nirjanmunshi93342 жыл бұрын
Brother, it is flutter not floooter
@albertofortrivera53902 жыл бұрын
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-hidayat86052 жыл бұрын
Fallen Sun yeah! e too
@arenaerode2 жыл бұрын
"Welco-"
@calderonharoldkim81282 жыл бұрын
Thst's why he's gettin paid for it
@zenboost.8 Жыл бұрын
Flooooteer😆😆😂😂😂😂😂😂
@osmanypujol1805 Жыл бұрын
AMAZING! thank you so much this video was very helpful and you provided great step by step guide.