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
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.
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
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
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!!
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.
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" .
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
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?
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?
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 👍🏻
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
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?
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
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?
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" .
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" .
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.
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
This is my 8th video still unable to setup bcz cocoapods not installed due to some ruby error.
m.th-cam.com/video/gHTiVSshS2A/w-d-xo.html&pp=ygU1Rmx1dHRlciBvbiBNYWMgfCBBbmRyb2lkIFN0dWRpbyAg2LnZhNmJINmF2KfZgyDYtNix2K0%3D
@@migentoindia oh boy I struggled with that so much!
I rarely drop a comment, yet your commitment to such a detailed guidance has helped a lot of people, including me. Thank you!
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.
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
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
best tutorial ever
if you are on mac, it's the one you need
Tried several other guides and documents but this is the one that got me to the finish line! Well done and thank you
Following the previous comments: You saved me. Thank you very much!!!
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!!
Thank you!
I tried for the first time and installed everything smoothly, so thank you.
Thank you for the video. I didnt get single issue by following this and do installation in macbook.
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.
Awesome ! Helped me install it all smoothly
gj my man :D
Simple and nice tutorial! Congratulations!
Thank you bro, you've explained everything very clearly, I think that current official flutter installation tutorial is unclear, isn't it?
What a brilliant video. You explained every step very clearly and at a perfect pace. Thank you so much.
Great tutorial! Thank you.
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 😀
thank you brother, I was touched by so much help
Thank you for this informative video.
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 🤩
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" .
Excellent..! Thank you very much.
Highly appreciated!! Thank you so much for your instructions.👍
Thank you ❤❤❤ Great Lesson ❤🙂
i dont see 'Welcome to flutter!' text like 9:20, what should i do?
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
You are the best one bro. I literally said that 😍
Thank you very much for the tutorial! Everything works perfect :) Greetings
thank a lot, this helped me to understand the process ,, wish you all the best , now I can build my app
thank you every step was made so simple
Thanks a lot for this tutorial :) very clear
Thank you so much, that was really helpful
Bro this was so helpful, thank you so much!
can we do the same in vs code? like you did in android studio?
Very Helpful thank you so much!
thank you sir, you made it so easy! :)
This video is very good, Thank you.
Which Mac OS and year of MacBook are you using?
very good video, thank you so much
Thanks man, you help me so much
Thank you for this 👍👍
Nice video, thank you !
very helpful, thank you
Lifesaver, thank you 🙏
This video is a job saver!!!!!
If it says that Flutter is not a command, execute the flutter binary in the bin folder of the flutter directory.
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?
Thanks a lot bro
Masha Allah
why everything is so complicated in macos while installing any kind of dependencies
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?
macbook air m2 + 8gb ram, good for flutter developers? i'm new to this framework
Thank you so much!
Thank you my friend.
While unzipping autofill is not appearing..what to do
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 👍🏻
Thankk youu @@eren20yearsago79
come on, fix the cocoapods error
Thank you so much. u saved me. :)
Awesome!!!! Thanks!!
Sir, I've a question. Which macbook are you using for flutter ios development? Also if 8gb ram and 256 gb ssd enough?
yes
When creating a new flutter project I don't see the option of iOS Language. I only see the option for Android Language.
With this technique, how do you publish an app to the app store?
finally i found the video which solved my problem
Thank you so mush.
please make a same video for installing react native.
Thank you so much
Thanks!
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
I keep getting "Bad CPU type in executable" in 9:19
i created zhsrc since i dont have one, open it and its empty.
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?
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
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
You are king!
Is MacBook i7 pro 250ssd enough for flutter development ?
16gb ram
thank you❤
why i am getting like your filename is not matched for"development"
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?
Thanks
thanks
enviroment path 6:43
why i am getting like file name is not matched for "development" any idea?
U ve missed -d
Can we connect Android phone in mac flutter
Same question
@@rohaneditz05 Yes Bro I tried and it actually works
i can't find the .zshrc , how to make one?
touch ~/.zshrc
Have you find a way to add it? You know where to add it
@@Sanazy21 on terminal run following command : (touch ~/.zshrc.) don't include () it will create zshrc folder
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
@@fadoua5825 thanks bro, I can use it
amazing
Why it's not unzipping
First❤
this was very helpful but its a pain that every 2 seconds publicty appears in
Too much help for me also
Because I don't have .zshrc file in my mac and this problem take too much time 😢
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" .
💪
can i help me :((( , where .zshrc , i don't understand it is
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" .
hi
30 minute video on just to install a software that makes other softwares? No wonder AI is doing it's best to replace programmers.
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.
did u resolve the issue please reply
@@shrt5828 Yes, but I forgot 😅😅
@@omarmaamoun9457 please think about it i am really stuck
@@omarmaamoun9457 please try to remember i am really stuck
i got the same issue can you say how to fix it