How to Install and Setup Flutter for App Development on Mac - Part 1

  Рет қаралды 288,076

London App Brewery

London App Brewery

Күн бұрын

Пікірлер: 211
@mefrochedcosta1428
@mefrochedcosta1428 4 жыл бұрын
As Catalina Version 10.15.4 User, It works for me. I've tried the following steps: 1)vim .zshrc 2)Specify the path as shown in the video and save. 3)source ~/.bash_profile 4)flutter --version
@vaniceleung8880
@vaniceleung8880 4 жыл бұрын
It works for me. Thx a lot
@rezamehrzad5128
@rezamehrzad5128 4 жыл бұрын
I tried this, it didn't work.
@achalbadgujar9519
@achalbadgujar9519 4 жыл бұрын
Man u saved my day i was just not getting the version thing these steps worked like a charm
@bushratarot8552
@bushratarot8552 4 жыл бұрын
thank you !!! it work
@kabeya38
@kabeya38 3 жыл бұрын
Thank you sooo much! It finally worked 😅
@slowscape
@slowscape 4 жыл бұрын
Hopefully this makes it a little easier on someone :) 0:00 - Installation Requirements 1:49 - Downloading flutter for OSX 2:56 - Unzipping 3:14 - Moving the Flutter folder 4:34 - Opening Terminal 4:52 - Installing via Terminal 8:15 - Checking installation 9:15 - $$$
@ThiccBoiardee
@ThiccBoiardee 3 жыл бұрын
I didn’t have to unzip anything... why?
@spacesurfer8561
@spacesurfer8561 Жыл бұрын
for some reason you were the only person who helped me to finally install it.
@salwaalhajjaji3128
@salwaalhajjaji3128 4 жыл бұрын
for those that didn't work for them 1. type=> vim .bash_profile => tap Enter 2. type=> export PATH="$PATH: => go to flutter folder => drag and drop the folder into terminal "this is the most important trick😅" => type i => complete the path with /bin" => type esc => type :wq! 3. Quit terminal then open it again type flutter --version NOW it will work🤩❤️
@TehMapleDude
@TehMapleDude 2 жыл бұрын
Thanks, I couldn't leave because I wasn't pressing escape.
@salwaalhajjaji3128
@salwaalhajjaji3128 2 жыл бұрын
@@TehMapleDude You’re welcome
@rodneyjohnson355
@rodneyjohnson355 4 жыл бұрын
I literally taking a flutter app course on Udemy but needed this video because your instructions on how to install where so much clearer. Thank you so much. I'm sure I'll need your help again. Subscribed
@awsysumer3814
@awsysumer3814 5 жыл бұрын
The legend Angela is finally here!!! Thank you so much
@OZON_JihadE
@OZON_JihadE 4 жыл бұрын
I don't know why it doesn't work it say flutter not found when I wrote flutter doctor😑
@saltpappy9821
@saltpappy9821 4 жыл бұрын
Literally step by step setup guide THANK YOU!
@muhamedadly
@muhamedadly 5 жыл бұрын
To add the flutter path to the paths just change directory to flutter directory and use the following command: export PATH="$PATH:`pwd`/flutter/bin"
@shantanudev8576
@shantanudev8576 2 жыл бұрын
Life Saver
@wetnosepublishingltd8260
@wetnosepublishingltd8260 3 жыл бұрын
I have a new mac (feb 2021) with Big Sur version 11.2. When I tried to check with the command flutter--version all I get is 'command not found' I'm thinking all this video is of no use to any new users. can anyone help? TIA
@svea3524
@svea3524 2 жыл бұрын
i have the same problem, pls let me know if you figured it out
@justaaq
@justaaq 2 жыл бұрын
Amazing tutorial . Very detailed . Also great voice and presentation .
@fegegita6385
@fegegita6385 4 жыл бұрын
angela ...u are no 1 programming instructor
@elombekisala941
@elombekisala941 3 жыл бұрын
If you're watching as of 2021 and the steps didn't work for you: 1- Open the file $HOME/.zshrc 2- Add the following line in the opened file: export PATH="$PATH:/YOUR_FLUTTER_DIR/flutter/bin" 3- Save changes and restart your terminal You can find the .zshrc file by following what @Kurie said, "go to the location of where your Developer folder is, press CMD + SHIFT + . to show hidden folders" Follow step 2 and 3, then you should be good👍
@mallikashraf727
@mallikashraf727 3 жыл бұрын
Greetings. Thank you. Your instructions are very smooth & clear.
@saultrejo6563
@saultrejo6563 4 жыл бұрын
Thank you very much LAB. Very helpful and clear video. Ditto on the Catalina issue. I had just updated so you'll need to enter a command to affirm the switch to Z shell (terminal will provide small notice/instruction).
@inspectae
@inspectae 4 жыл бұрын
I follow the steps but when I entered "flutter --version" this came up. zsh: command not found: flutter
@CheickSissoko
@CheickSissoko 3 жыл бұрын
Same here
@jsl82837
@jsl82837 3 жыл бұрын
@@CheickSissoko type .zshrc instead of .bash_profile at the beginning
@JatinSharmaTube
@JatinSharmaTube 3 жыл бұрын
@@jsl82837 This helped. Thank you!
@bennychewDev
@bennychewDev 3 жыл бұрын
@@jsl82837 Same here. Thanks! (M1 Big Sur)
@samuelnde9917
@samuelnde9917 2 жыл бұрын
Great Video. One thing I had to do differently was add the path in /etc/paths as editing .bash_profile did not seem to work for me.
@bakhtovarumarov3595
@bakhtovarumarov3595 4 жыл бұрын
I did everything as u but flutter not found((((
@MP-mh1tu
@MP-mh1tu 3 жыл бұрын
This is a great teacher.
@vincent2victory
@vincent2victory 5 жыл бұрын
I made every step like you but I got all the time the message: "Command not found" when I type flutter --version. Any ideas?
@smisoskosana9153
@smisoskosana9153 5 жыл бұрын
i keep getting this error. did you manage to fix it?
@rawanyy00
@rawanyy00 5 жыл бұрын
copy and paste this in the terminal hit enter export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
@christianniekler5215
@christianniekler5215 5 жыл бұрын
It might be because you recently updated your OS. Try running this: xcode-select --install That will reset your xcode tools. That worked for me I had the same error
@GlitchGalaxyRadio
@GlitchGalaxyRadio 4 жыл бұрын
If you have an error on 'flutter --version' in Catalina. To fix this issue: Instead of typing vim .bash_profile in the beginning, just type vim .zshrc instead.. And if you mess up, go to the location of where your Developer folder is, press CMD + SHIFT + . to show hidden folders, from there, you can delete the .zshrc file and try this step again in case you mess up.
@MiltSchreiber
@MiltSchreiber 2 жыл бұрын
Believe it or not, simply removing the quotation marks in export PATH=$PATH did the trick for me.
@hughfraser5285
@hughfraser5285 4 жыл бұрын
Fantastic clear explanation
@3litepker
@3litepker 5 жыл бұрын
8:55 that pop up tripped me up because i legit paused it at that exact time and I got the same pop up at the same location on my mac and when i pressed ok, i thought there was another box but it was just the video 🤦‍♂️
@trang5165
@trang5165 2 жыл бұрын
it help me, thank for you make this video
@agoodmansaid
@agoodmansaid 5 жыл бұрын
I love you so much for this! I've struggled so much w/ the installation for so long. Thank You! 🙏 ❤️
@harrisonbruhn8528
@harrisonbruhn8528 4 жыл бұрын
This is top notch content. Thank you thank you!!!
@salwaalhajjaji3128
@salwaalhajjaji3128 4 жыл бұрын
Thank you for tiny details that is really useful for me 👏❤️
@piratkm2241
@piratkm2241 4 жыл бұрын
Thank you!! I had done, it works for me.
@aayush647
@aayush647 5 жыл бұрын
amazing best tutorial ever with detail instruction appreciate
@shakeebahamed6787
@shakeebahamed6787 5 жыл бұрын
Hi I have a problem. I am getting this error... SHAKEEBs-Air:~ shakeebahamad$ flutter --version -bash: flutter: command not found SHAKEEBs-Air:~ shakeebahamad$ can you help
@abhaparihar3788
@abhaparihar3788 5 жыл бұрын
Did you find any solutions for this? I am also facing this issue.
@lunaticcoding
@lunaticcoding 5 жыл бұрын
@@abhaparihar3788 Did you add flutter to your PATH variable?
@angelascott6935
@angelascott6935 5 жыл бұрын
@@lunaticcoding did you remember to close down terminal
@lunaticcoding
@lunaticcoding 5 жыл бұрын
@@angelascott6935 for me everything was working just fine. I was trying to help 😅
@jpkdomo
@jpkdomo 5 жыл бұрын
I’m getting the same error too :( did you solve it?
@gabrielkasonde367
@gabrielkasonde367 3 жыл бұрын
thanks for this well explained video
@imramez4868
@imramez4868 3 жыл бұрын
Thank you so much for great video!
@malikhassan642
@malikhassan642 Жыл бұрын
thank you so much so much so much soooo much ma'am.
@SDCgamer
@SDCgamer 3 жыл бұрын
This video literally saved my life!! Thank you so much, what a wonderful advice
@raphaelamericano4115
@raphaelamericano4115 3 жыл бұрын
Thank you! Fixed here
@truthseeker4490
@truthseeker4490 4 жыл бұрын
thanks a lot sister...it finally worked
@oliverjones4791
@oliverjones4791 5 жыл бұрын
What if i put the flutter folder on an sd card that I always keep in my computer? Would i still be able to reach it from the terminal?
@theforestapp
@theforestapp 4 жыл бұрын
i couldnt see any other options for finder in mac, why dont they just show me all the damn folders
@rippi473
@rippi473 2 жыл бұрын
Thank you so much!
@bunekama
@bunekama 4 жыл бұрын
thanks for the installation path tutorial
@The_Reductionist
@The_Reductionist 4 жыл бұрын
Ive given up. no metter what I do, no matter what i install or type into terminal - when i type 'flutter --version' i get command not found
@ianfagundes84
@ianfagundes84 4 жыл бұрын
Hi Atua you must "update" your source after made the process described by @PRAJVAL(comments), do this on terminal: source $HOME/.zshrc. After this you can test your path doing echo $PATH, this will return your path defined previously. good luck ;)
@viihunnid7099
@viihunnid7099 2 жыл бұрын
Can you please with a tut of how to install it currently, because It is giving me a challenge... Thank you in advance
@epicfire6870
@epicfire6870 4 жыл бұрын
It worked but always says Oops:flutter has exited unexpectedly. When i type --version How do i stop that from happening?
@inamfareedchishti5861
@inamfareedchishti5861 3 жыл бұрын
can anyone help me out am still stuck in "Flutter command not found " I do use both shell Bash / ZSH same error for both in Catalina macOS
@ikasapoglu
@ikasapoglu 5 жыл бұрын
I think you have to update the bash with running this command if you are getting "command not found" error: "$ source $HOME/.bash_profile"
@SmashHighlights
@SmashHighlights 5 жыл бұрын
Nice, thanks!
@frankberkant
@frankberkant 4 жыл бұрын
bende de aynı sorun var da nereye ekliyoruz bunu
@premierflutes1467
@premierflutes1467 4 жыл бұрын
Tried that, then getting "Permission denied", any help appreciated
@premierflutes1467
@premierflutes1467 4 жыл бұрын
Already sorted thanks
@lokeshsharma3907
@lokeshsharma3907 5 ай бұрын
Thanks
@ThaoNguyen-sv2rg
@ThaoNguyen-sv2rg 5 жыл бұрын
thank you a lot. it is very helpful
@DanielZeegelaarr
@DanielZeegelaarr Жыл бұрын
everytime I try the "flutter --version" I get the answer from Teminal: zsh: "command not found: flutter" why do does this happen?
@anish.g6235
@anish.g6235 4 жыл бұрын
I have another path added to my Mac. I need to change it but I can't, how to change?
@pratiklodha942
@pratiklodha942 3 жыл бұрын
just type vim .zsh_profile instead of vim .bash_profile and it should work!
@newbreaker0403
@newbreaker0403 3 ай бұрын
Is there a way to test the app withotu having a Mac device ore ios phone? I'm developing win 11, with android studio. I can emulate with Pixel 8. But I was wondering how can emulate on a ios?
@sweetnandha
@sweetnandha 5 жыл бұрын
It works..Thank you
@mademoiselleida1975
@mademoiselleida1975 3 жыл бұрын
Hi, I downloaded the last version of flutter. After running flutter doctor, I long list of error message in red and the title “CRASH”. What did I do wrong? I didn’t download “X” though... can it be the problem?
@tennisfitapp
@tennisfitapp 3 жыл бұрын
Hi, I came to this point following step by step flutter --version and it says this : -bash: flutter: command not found - can you help out? thanks
@tennisfitapp
@tennisfitapp 3 жыл бұрын
also when opening a Terminal again it says all this : -bash: expor: command not found -bash: /Users/jan/.bash_profile: line 3: unexpected EOF while looking for matching `"' -bash: /Users/jan/.bash_profile: line 5: syntax error: unexpected end of file any clue on what to do? thanks
@abdelkadersebihi1840
@abdelkadersebihi1840 2 жыл бұрын
amazing voice
@ztx-zn5uv
@ztx-zn5uv 3 жыл бұрын
Help Pls when i type (flutter --version) it tell me -bash: flutter: command not found what i do?
@faycalroufki3974
@faycalroufki3974 4 жыл бұрын
I followed the same steps and I had an error (I should install git first). And then after installing git it works.
@ujjwalful
@ujjwalful 3 жыл бұрын
Thanks a Lot.....
@giuseppenativo2123
@giuseppenativo2123 5 жыл бұрын
After the "suspense", my flutter crashed and at the same time, it failed to send a full report to google. More, the flutter doctor confirmed and I received a prompt that says "the "git" command requires the command line developer tools. Would you like to install the tools now?" He wants me to download Xcode or press install to continue. Where is the help in this tutorial!!?? No question has been answered and we are just a bunch.
@mohammadshahnawazhusain2415
@mohammadshahnawazhusain2415 4 жыл бұрын
I am getting the same issue.
@Magnetron692
@Magnetron692 4 жыл бұрын
Thanks! :) Shouldn't it be a .zprofile file under macOS Catalina?
@et5312
@et5312 4 жыл бұрын
I've an error in making path in high Sierra :"( how can I fix it ?Please suggest me.Please
@neerajbasnayat7536
@neerajbasnayat7536 3 жыл бұрын
Please Help i did create vim .bash_profile 2-3 time but was not successfull and now when i try to enter to type :wq! it does not do anything but continue for next line
@PedroFelipevsl
@PedroFelipevsl 5 жыл бұрын
Hey, I have a problema in the 6:15 minutes part, when I try to copy the text my terminal gives me a message E21: Cannot make changes, 'Modifiable' is off, how can I fix that? I do not have success on completing the installation because of that problema
@sourcenets2822
@sourcenets2822 5 жыл бұрын
Press i to allow insert
@zafarnajmi2562
@zafarnajmi2562 4 жыл бұрын
Very Nice
@ReelRogue
@ReelRogue 4 жыл бұрын
Is it necessary to install git ? What's the point of installing it?
@yakerimartial2590
@yakerimartial2590 3 жыл бұрын
thanks
@Biggu_faza
@Biggu_faza 4 жыл бұрын
you know some of us are new to linux. so when you say wherever linux guys can sort themselves. the pain! being stuck on day 2 installing issues..
@MunhuAfro
@MunhuAfro 4 жыл бұрын
Bro, I feel you. I have been stuck for 5 days.
@dcee8068
@dcee8068 5 жыл бұрын
I keep getting this message...need guidance: “dart” can’t be opened because Apple cannot check it for malicious software.
@diegocastillo6516
@diegocastillo6516 5 жыл бұрын
x2
@diegocastillo6516
@diegocastillo6516 5 жыл бұрын
Spanish or español Vete a seguridad y privacidad y te va parecer que permitas a Dart que es lo que hace que salga ese error
@catch_me_outside_how_bout_dat
@catch_me_outside_how_bout_dat 4 жыл бұрын
hold option and click it
@SquatSimp
@SquatSimp 4 жыл бұрын
Thank you!
@iranscornerfun
@iranscornerfun 3 жыл бұрын
after pasting on the developer folder. I type: Flutter --version for getting the information but started the download again...
@AmanGupta-co1jo
@AmanGupta-co1jo 4 жыл бұрын
Hi, Can i use the new mac book air 2020 for flutter development with ios simulator ?
@shitfix2988
@shitfix2988 5 жыл бұрын
Hell yea, show them how to do it. "suspense" ... :D
@lennard4454
@lennard4454 3 жыл бұрын
i had also to run "source .bash_profile" in order to execute flutter ... and by the way nano is alot faster
@kateelue
@kateelue 4 жыл бұрын
Mine didn't work.. it says "> Failed to install the following Android SDK packages as some licences have not been accepted. "
@giekai5833
@giekai5833 2 жыл бұрын
hi after I restart the terminal I type flutter -version nothing cames out can anyone help me😖😖
@lubabalotybosch6062
@lubabalotybosch6062 4 жыл бұрын
Can anyone assist? in the last step I get Standard error: xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun
@RajA-me9cl
@RajA-me9cl 4 жыл бұрын
Can I use Mac to develop both iOS and android apps using flutter or do I need windows for android and Mac OS for iOS?
@abdulkadirosman2816
@abdulkadirosman2816 3 жыл бұрын
You can build and launch IOS and Android on mac os, and only Android on windows
@RajA-me9cl
@RajA-me9cl 3 жыл бұрын
@@abdulkadirosman2816 Thanks
@josemarcarvalho9641
@josemarcarvalho9641 5 жыл бұрын
You are good!!!
@shubhamkumarsingh8224
@shubhamkumarsingh8224 5 жыл бұрын
Thank you
@silentkiller4091
@silentkiller4091 3 жыл бұрын
"flutter -version" not working in macOS big sur
@oo-qo8jiqqqqqqqdxf6
@oo-qo8jiqqqqqqqdxf6 4 жыл бұрын
Thhhaaaaaaankkkksss a lot!!!!
@jasmineguruparan7195
@jasmineguruparan7195 3 жыл бұрын
Hey can someone help me out, I'm stuck on the "flutter --version" part as "command is not found". I did the " vim .zshrc_profile " in the beginning everything after was the exact same as the video up until this part. I have macOS Mojave. Could someone please help me out?
@AP-pm9qy
@AP-pm9qy 3 жыл бұрын
Hey did you figure it out?
@entertainmentprime101
@entertainmentprime101 4 жыл бұрын
Does this mean i need catalina for xcode. Noooo
@cryptianoronaldo9437
@cryptianoronaldo9437 4 жыл бұрын
I got the message command not found and fixed it by typing source $HOME/.bash_profile
@britanniachauffeurs
@britanniachauffeurs 2 жыл бұрын
Everything went great until i pressed ESC and i go nothing.
@ustmafa
@ustmafa 4 жыл бұрын
8:17 Adding the paaaaaaaaattthhh
@q2success352
@q2success352 2 жыл бұрын
Please assist me in solving the error mam
@conintava514
@conintava514 5 жыл бұрын
Hey guys, if you had the message "Command not found" really make sure that you typed every character exactly the way you see her type it in the bash_profile. I had the issue and I found out one of my " was missplaced.
@Sweetalabama-w3f
@Sweetalabama-w3f 3 жыл бұрын
Im having that problem can you help me out
@felixfortune2000
@felixfortune2000 Жыл бұрын
I'm getting a command not found response on the terminal while checking the flutter version, despite following every step of the tutorial.
@lawrencewen1164
@lawrencewen1164 Жыл бұрын
@@felixfortune2000 Yes me too, I wonder if it is because of new updates (We watched it recently)
@Sauvenil
@Sauvenil Ай бұрын
WHY vim? It's SO unintuitive. Why not nano instead? It's SO MUCH EASIER to use. Otherwise, good video!
@stannewman3777
@stannewman3777 4 жыл бұрын
It says me: zsh: command not found: flutter
@locopoco4949
@locopoco4949 2 жыл бұрын
can anyone tell me how to do this shortcut?? 4:13
@vandameh.a2235
@vandameh.a2235 4 жыл бұрын
not working: zsh: command not found: flutter
@hos7012
@hos7012 4 жыл бұрын
thx
@wilgroup3090
@wilgroup3090 4 жыл бұрын
I used same username it can't work
@GrittandBone
@GrittandBone 3 жыл бұрын
DOES ANYONE KNOW WHAT TO DO IF THIS DOESNT WORK🥺 IM SOO STUCK
@faheemahmad3957
@faheemahmad3957 4 жыл бұрын
command not found: flutter fhm-mac@Faheems-MacBook-Pro ~ %
@ignacioito8606
@ignacioito8606 5 жыл бұрын
flutter: command not found
@mohamedberrimi4850
@mohamedberrimi4850 4 жыл бұрын
If you have this error just add this commend : source ~/.bash_profile
@phidog9791
@phidog9791 4 жыл бұрын
Hi, put this command in your Terminal, it should work then ! source $HOME/.bash_profile
@enriquecarvajal7384
@enriquecarvajal7384 4 жыл бұрын
@@mohamedberrimi4850 works, thanks
@jannking1775
@jannking1775 4 жыл бұрын
Thank you man. That's really helpful!!!
@shenyfarida5316
@shenyfarida5316 3 жыл бұрын
guys can you help me to fix this? Flutter 0.0.0-unknown • channel unknown • unknown source Framework • revision () • 1970-01-01 07:00:00.000 Engine • revision 2c956a31c0 Tools • Dart 2.10.4
@DuckHomieChronicals
@DuckHomieChronicals 4 жыл бұрын
i have tried every step in the comments below, still command not found😔
@jhseo4056
@jhseo4056 3 жыл бұрын
1. vim .zshrc 2. add export ~ path ~~~~~~ 3. source ~/.zshrc
@meghabhasker374
@meghabhasker374 3 жыл бұрын
THANK YOU SO MUCH!!
@dontgiveup7301
@dontgiveup7301 4 жыл бұрын
i m using this virtual mac www.macincloud.com/ and that thing did not work for me, i have developed app in vs code in window,,,now i want to test ios version what's the step please guide me, do i need to install flutter again in mac
@Mossers
@Mossers 4 жыл бұрын
mine wont let me type..
@bushratarot8552
@bushratarot8552 4 жыл бұрын
i
@taraspiont6172
@taraspiont6172 4 жыл бұрын
Nice voice
How to Install and Setup Flutter for App Development on Mac - Part 2
4:11
London App Brewery
Рет қаралды 118 М.
How to Install and Setup Flutter for App Development on Windows - Part 1
7:20
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 269 #shorts
00:26
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 77 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
Cool Parenting Gadget Against Mosquitos! 🦟👶 #gen
00:21
TheSoul Music Family
Рет қаралды 33 МЛН
Пошаговая установка Dart & Flutter на macOS
19:13
The Unreasonable Effectiveness Of Plain Text
14:37
No Boilerplate
Рет қаралды 610 М.
Why Choose Flutter?
12:12
London App Brewery
Рет қаралды 153 М.
Your First Flutter App Ep 1 - Creating a New Flutter Project from Scratch
16:02
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
A Week of Indie App Development - Creating a new app | Moodmonk Devlog #1
12:06
Mindvoll - Indie App Studio
Рет қаралды 293 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 937 М.
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 40 М.
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 269 #shorts
00:26