Most accurate and detailed Step-by-step installation process for beginners. Thanks for helping me with this tutorial which saved my time. . . . I ❤️ your Intro Clip. Great Work! Keep it up👍🏻
Wooooow! Thank you so much for such a positive comment!!!!!! This is so appreciate Happy Dev! Thank you very much and I wish you the most beautiful day of your life!!!! :D - Best regards, LP
thank you so much for Sharing.it's very helpful to me.I have a problem about install flutter SDK and now I can install it because this video. thanks again.
Thanks a lot for the comment HackRome! Super happy to see that you succesfully install Flutter! Your comment is really appreciate, have a good day and keep the good vibes ✌️👏🙌
Thank you for the detailed installation process. But is there a way to share the SDK files between different mac users ? Because due to low storage and increased SDK size (Flutter + Android SDK). It is becoming difficult day by day to maintain two different copies of SDKs in each users's home directory. isn't there an option in mac to share the SDK between multiple accounts on MacOS like we have in windows ?
Damn! This is a very good question Harsh! I have absolutely no clue about this to be honest.. If you find the answer let us know, It might help others. I wish you the best luck to find the answer man 🙏
Actually, I've been looking for it for quite some time, and doing similar search took me to this video. Although I did find somewhat relevant solution (haven't tested), but that included a large chunk of bash script, which I believe won't be easy for everyone to understand, and might not work as intended. I'll keep looking for a simple and easy to understand solution, and will definitely share here. Also, Thank you for your quick response 🙏
Thank you for the tutorial. I can't install that because of macOS restrictions. It says that dart is not downloaded from AppStore. What do I have to do here? Thanks for any help in advance.
Good question! You will need to go on the Mac setting and allow external source (Flutter). If you want we can help you at 12h05PM today! We will be live on this channel to answer questions :D
Hi Arvind, the Flutter is currently in re-construction because of a required update due to Null Safety ⚡ I will let you know in the community tab when available 👏🦸♂️
Hey flutter When I chose macOS as development platform it's says I need to choose one of the four types of apps which is ios, android, web or deskop. Which one should I choose in this video part tutorial?
Pleasure OE Lanka! Are you new to Flutter or Advance already? If you are new, you can check out this Flutter Tutorial for Beginners 👉 ruclips.net/video/RkGvqjYESPg/видео.html Let us know if you liked it 🙏⚡️
Hello I have a question. I created an app on iOS for the first time. To publish it, someone add me to his account. I accept the invitation but it's all what should I do after that. I have no idea of how to signing, how to build the app and de deploy it on app store. Can you please help me.
bug exception in phase 'semantic analysis' in source unit unsupported class file major version 61 I got this error and I tried fixing it for a day but couldn't fix it Device:Macbook 13 i5 This error occurs only when I try to run the code in Android device or emulator
This is really weird... Try to add "sudo" before the command. This is just to have admin authorizations. like this "sudo vim........" Let me know if it work, have a good day! ✌🙌
@@User-mr3ti Ohh, for the M1 Chip, you will need to have Rosetta and also you should check this video, it have some difference for the installation (M1 Chip): ruclips.net/video/9xfRTp6tN5E/видео.html Let me know if this help! Keep the good vibes ⚡✌🙌
@@User-mr3ti That is really really weird to be honest. I bet you have try to restart the computer. If not, I would do it for sure, it always solve problem ahah! Otherwise, you could try to find a solution on stackoverflow. If nothing is like your error, you can create a post on stackoverflow and you should have an answer really quick! Have a good one Abdullah! 🙌⚡🎉✌ Let us know if you find the solution tho! ✌
The sudo command will allow you to get all the permission to write the file with the :wq! at the end. ALSO, we need to make sure that you use => :wq! and not => wq!
@@toninhoxx Yeah!! Congrats! Also, are you new with Flutter, if yes, this is a video I wish I had when I started flutter! ruclips.net/video/RkGvqjYESPg/видео.html .We publish it last week and it is call : Flutter tutorial for beginners. If you are new, this will help you a lot! The part two will be available next week also 👍If you are not new to flutter, the never mind ahah and have a fantastic day man! 👍🙏
Most accurate and detailed Step-by-step installation process for beginners.
Thanks for helping me with this tutorial which saved my time.
.
.
.
I ❤️ your Intro Clip.
Great Work!
Keep it up👍🏻
Wooooow! Thank you so much for such a positive comment!!!!!! This is so appreciate Happy Dev! Thank you very much and I wish you the most beautiful day of your life!!!! :D - Best regards, LP
Just purchased a new mac, currently following this video. Big lol
thank you so much for Sharing.it's very helpful to me.I have a problem about install flutter SDK and now I can install it because this video. thanks again.
Thanks a lot for the comment HackRome! Super happy to see that you succesfully install Flutter! Your comment is really appreciate, have a good day and keep the good vibes ✌️👏🙌
Best one so far. Thank you!!!
My pleasure Yolany!! Have a wonderful day and Keep the good vibessss! 🎉👍⚡
Thank you so much for the video! It made things easy to understand!
Thanks for Sharing Alan!! Pleasure to help! Have a nice day! 🙌⚡
finally got it to work! Thanks
Pleasure my friend :D
You're Welcome ☺
It says your tutorial is great
ahahahahha Thanks so much Khalid!!! This is super appreciate man!!! Have a great day and keep the marvelous energy!! ⚡✌👏👍
@@FlutterMapp i got the error proxy was on thanks again great tutorial
@@khalidmeftu2226 Pleasure and thanks for the nice comments! 🎉⚡️🚀👏
Thank you for the detailed installation process.
But is there a way to share the SDK files between different mac users ?
Because due to low storage and increased SDK size (Flutter + Android SDK). It is becoming difficult day by day to maintain two different copies of SDKs in each users's home directory. isn't there an option in mac to share the SDK between multiple accounts on MacOS like we have in windows ?
Damn! This is a very good question Harsh! I have absolutely no clue about this to be honest.. If you find the answer let us know, It might help others. I wish you the best luck to find the answer man 🙏
Actually, I've been looking for it for quite some time, and doing similar search took me to this video.
Although I did find somewhat relevant solution (haven't tested), but that included a large chunk of bash script, which I believe won't be easy for everyone to understand, and might not work as intended.
I'll keep looking for a simple and easy to understand solution, and will definitely share here.
Also, Thank you for your quick response 🙏
Pleasure Harsh, thanks for the reply also 🙏🔥
Hi, I'm also getting the below error when I type flutter doctor command.
zsh: command not found: flutter
What could be the issue?
99% of the time it is because of the typing inside the terminal. Please verify if you have the same thing. Let me know if you find it. 👏
@@FlutterMapp I have exactly the same problem
I have the same problem. Have you solved it?
Thank you for the tutorial. I can't install that because of macOS restrictions. It says that dart is not downloaded from AppStore. What do I have to do here? Thanks for any help in advance.
Good question! You will need to go on the Mac setting and allow external source (Flutter). If you want we can help you at 12h05PM today! We will be live on this channel to answer questions :D
Super helpful! Thanks dude😀
hey can you share your flutter course , i am super excited to learn
Hi Arvind, the Flutter is currently in re-construction because of a required update due to Null Safety ⚡ I will let you know in the community tab when available 👏🦸♂️
Hey flutter
When I chose macOS as development platform it's says I need to choose one of the four types of apps which is ios, android, web or deskop. Which one should I choose in this video part tutorial?
After following your steps. I am getting the below error when I type flutter doctor command.
zsh: flutter command not found
99% is because of the terminal (What you write into it) check the written line again and let me know 🙏🔥
Thank you so much I installed it.
Pleasure OE Lanka! Are you new to Flutter or Advance already? If you are new, you can check out this Flutter Tutorial for Beginners 👉 ruclips.net/video/RkGvqjYESPg/видео.html
Let us know if you liked it 🙏⚡️
I got stuck after entering 'Flutter Doctor'. It rather displayed [zsh: command not found: flutter]. What to do?
The is an error with the path added in the command panel. Verify that everything is the same as the video please 👏
Hello I have a question. I created an app on iOS for the first time. To publish it, someone add me to his account. I accept the invitation but it's all what should I do after that. I have no idea of how to signing, how to build the app and de deploy it on app store. Can you please help me.
Is it a Flutter App? If yes, then this is what you have to follow: docs.flutter.dev/deployment/ios 👏
Great and simple
Thanks a lot Karo! I do appreciate your comment! Have a great day! ✌️👏⚡️
bug exception in phase 'semantic analysis' in source unit unsupported class file major version 61
I got this error and I tried fixing it for a day but couldn't fix it
Device:Macbook 13 i5
This error occurs only when I try to run the code in Android device or emulator
I have never seen this error before to be honest. Stackoverflow will be your best solution I think🙏🔥
Thank u so much..
❤️❤️
My pleasure! Thanks for the comment Sachin 🙌
HEY IM HAVING SOME PROBLEM DOWLANDING FLUTTER IM WONDERING IF YOU CAN HELP ME THANKS
Hi, you can check the comments bellow, I am 90% sure you will find the answer 🙌 Let me know The Servant and keep the good vibes ⚡️
@@FlutterMapp When running ‘flutter doctor’ command i just get error ‘command not found I have an 2017 MacBook Air Big Sur
@@The_Servant You will need to verify the path 99% of the time it is this error. You can check comments and you will find it The servant ✌👏👏👏👍🎉
can you say;. how to install on high seria
ahahhahahahahah! My beautiful English 🤣🤣🤣🤣🤣
@@FlutterMapp 😅
Great video!
Thank you so much Ruben!!
esc step is not peformed due to some reason its not directly to last line
it showing command not found while writing Flutter doctor in new terminal
When running ‘flutter doctor’ command i just get error ‘command not found: flutter’
Do you have the new Mac M1?
Let me know Martin! If it is the case, you can check out this video for the M1 chip : ruclips.net/video/9xfRTp6tN5E/видео.html
at 3min53*
No. Have a 2017 MacBook air. All sorted though now thanks 👍
@@martinburman9790 Super! Have a nice day Martin!
nice I'm trying now
Yeah! Welcome to Flutter Mark! Ask is you have questions! Best Regards, LP
Do I terminate the terminal or no?
Yes you can close the terminal when its done Cubed :D
@@FlutterMapp Thanks!
@@cubed5604 Welcome have a fantastic day!!
thanks very much
zsh: command not found: vim
why ?
This is really weird... Try to add "sudo" before the command. This is just to have admin authorizations. like this "sudo vim........" Let me know if it work, have a good day! ✌🙌
@@FlutterMapp zsh: command not found: sudo
same thing , my laptop is macbook air M1 chip big sur OS
@@User-mr3ti Ohh, for the M1 Chip, you will need to have Rosetta and also you should check this video, it have some difference for the installation (M1 Chip): ruclips.net/video/9xfRTp6tN5E/видео.html Let me know if this help! Keep the good vibes ⚡✌🙌
@@FlutterMapp stil not solved .. I have setup the rosetta and I followed the video configuration but still not solved , the commands are lost.
@@User-mr3ti That is really really weird to be honest. I bet you have try to restart the computer. If not, I would do it for sure, it always solve problem ahah! Otherwise, you could try to find a solution on stackoverflow. If nothing is like your error, you can create a post on stackoverflow and you should have an answer really quick! Have a good one Abdullah! 🙌⚡🎉✌ Let us know if you find the solution tho! ✌
when i use wq! at the end i got the error /.zshrc E212: can´t open file for writing, aby help? thanks
Hi Antonio! This can be a permission problem. So at 2:15 of the video, you can write => sudo vim ~/.zshrc instead of => vim ~/.zshrc
The sudo command will allow you to get all the permission to write the file with the :wq! at the end. ALSO, we need to make sure that you use => :wq! and not => wq!
This should work after. Have a nice day Antonio! 🙏⚡
@@FlutterMapp it works thanks :)
@@toninhoxx Yeah!! Congrats! Also, are you new with Flutter, if yes, this is a video I wish I had when I started flutter! ruclips.net/video/RkGvqjYESPg/видео.html .We publish it last week and it is call : Flutter tutorial for beginners. If you are new, this will help you a lot! The part two will be available next week also 👍If you are not new to flutter, the never mind ahah and have a fantastic day man! 👍🙏
Thank you!
You are welcome Bonnie!! Have a nice day!!