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

preview_player
Показать описание
Hello Everyone,
In this video, I have shown how you can easily install Flutter on a Mac.

Flutter is an open-source and cross platform Software Development Kit (SDK) created by Google that can be used to develop applications for Android, iOS, Linux, macOS, Windows, and Web etc. from a single codebase.

Enjoy and Subscribe!
Comment below if you have any question.
#flutter #android #install #mac
Рекомендации по теме
Комментарии
Автор

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

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 ~.

lpgtkvf
Автор

Thanks man we need people like you. full tutorial and so easily described.

bilalillahi
Автор

AMAZING. Wish I found you before I wasted 3 hours trying other videos. Thank you!

rydes
Автор

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
No quote marks.
Press "Esc" then write :wq! in terminal and press enter to exit vim.
Reopen the terminal and check "flutter doctor"

ashelderstone
Автор

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

soekyaw
Автор

Really great tutorial man! This is the best video for Flutter instalation, thank you so much, you are a life saver!

luiz
Автор

Very clear, I managed to set up all steps. Thank you so much!

mhamedharif
Автор

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

limpovoudom
Автор

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

TheMicwut
Автор

You're the best man. Thank you for walking us through the details, much appreciated.

meshalastic
Автор

Thank you very much for the tutorial, it really helped me a lot! Thanks! 🤗

danidaniela
Автор

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 :)

zixxymwhah
Автор

이 영상보고 설치 했어요. 감사합니다. I have installed Flutter and Etc by following your video. Thnak you. :)

caramelo
Автор

Even though I installed android studio it still says not found

prashantiramesh
Автор

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?

truckingenius
Автор

Very easy explanation. Thank you for sharing!

geronco
Автор

handy for resetuping s or creating karaoke tracks. Thanks for the recomndation!

gracemina
Автор

TNice tutorials just made it so clear to thank you so much

-millario
Автор

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.

ArmanCuison
Автор

Didn't work. Cant find the zrsch or whoever u spell it file I created

youthought