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
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 👍🏻
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?
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?
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?
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
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
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!
Following the previous comments: You saved me. Thank you very much!!!
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
Tried several other guides and documents but this is the one that got me to the finish line! Well done and thank you
best tutorial ever
if you are on mac, it's the one you need
I tried for the first time and installed everything smoothly, so thank you.
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!
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.
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?
Thank you ❤❤❤ Great Lesson ❤🙂
What a brilliant video. You explained every step very clearly and at a perfect pace. Thank you so much.
Awesome ! Helped me install it all smoothly
gj my man :D
Great tutorial! Thank you.
Highly appreciated!! Thank you so much for your instructions.👍
thank you brother, I was touched by so much help
thank you every step was made so simple
Excellent..! Thank you very much.
Thanks a lot for this tutorial :) very clear
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" .
Thank you for this informative video.
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 so much, that was really helpful
Thank you for this 👍👍
Bro this was so helpful, thank you so much!
Very Helpful thank you so much!
Thanks man, you help me so much
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 for this video because I saw a lot of videos but I can not download flutter truly but with this video I did 🤩
thank a lot, this helped me to understand the process ,, wish you all the best , now I can build my app
Thank you very much for the tutorial! Everything works perfect :) Greetings
can we do the same in vs code? like you did in android studio?
thank you sir, you made it so easy! :)
Lifesaver, thank you 🙏
This video is very good, Thank you.
Which Mac OS and year of MacBook are you using?
very good video, thank you so much
very helpful, thank you
Nice video, thank you !
Thanks a lot bro
Masha Allah
why everything is so complicated in macos while installing any kind of dependencies
finally i found the video which solved my problem
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
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?
Thank you so much!
This video is a job saver!!!!!
Thank you so much. u saved me. :)
thank you❤
please make a same video for installing react native.
Thank you so much
Thank you so mush.
I keep getting "Bad CPU type in executable" in 9:19
macbook air m2 + 8gb ram, good for flutter developers? i'm new to this framework
Thanks!
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?
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?
Awesome!!!! Thanks!!
thanks
With this technique, how do you publish an app to the app store?
Thanks
When creating a new flutter project I don't see the option of iOS Language. I only see the option for Android Language.
If it says that Flutter is not a command, execute the flutter binary in the bin folder of the flutter directory.
Is MacBook i7 pro 250ssd enough for flutter development ?
16gb ram
Sir, I've a question. Which macbook are you using for flutter ios development? Also if 8gb ram and 256 gb ssd enough?
yes
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
why i am getting like your filename is not matched for"development"
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
You are king!
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
amazing
enviroment path 6:43
this was very helpful but its a pain that every 2 seconds publicty appears in
Can we connect Android phone in mac flutter
Same question
@@rohaneditz05 Yes Bro I tried and it actually works
why i am getting like file name is not matched for "development" any idea?
U ve missed -d
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
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?
Why it's not unzipping
💪
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
First❤
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