Please comment on any questions! If this movie helped you, please subscribe to my Youtube Channel, please :) 🙋🏻♂️
0:06 Show To-do list for this video.
0:30 Download the Flutter SDK
1:00 Make .bash_profile or .zshrc files in the home directory.
1:53 Indicate the Flutter SDK location in .bash_profile or .zshrc
3:16 Check the Flutter status
3:43 Install Xcode.
4:06 Install Android
4:32 Set Flutter SDK path in android studio.
6:24 Indicate the Android SDK path in .bash_profile or .zshrc
Even if you make ".bash_profile", ".zshrc" in Home directory in mac and you still get the "command not found" message, please follow this step.
1. Try type "chsh -s /bin/zsh" in terminal.
2. Close terminal and reopen
3. Type "flutter --version" again.
Setting Flutter on Mac
1. Download Flutter SDK
2. Create .bash_profile ( if you got error create .zshrc) in the Home directory. type "vim .bash_profile" ( "vim .zshrc") in terminal.
3. Add a line in the file.
export PATH="$PATH:[PATH_TO_FLUTTER_GIT_DIRECTORY]/flutter/bin"
And close terminal, reopen terminal. type "flutter --version" and "flutter doctor"
4. Download Xcode, android studio. and make android virtual device using the AVD manager.
5. indicate Android SDK location in .bash_profile. open terminal and type "vim .bash_profile" and add this line
export ANDROID_HOME=/androidSDKlocation/
6. Reopen terminal and source .bash_profile
7. Test the flutter. type flutter doctor
Relative links
Flutter Link: https://flutter.dev/
Download Xcode: https://apps.apple.com/ca/app/xcode/i...
Download Android studio: https://developer.android.com/studio
Command
Solution from error
Android toolchain - develop for Android devices
Unable to locate Android SDK. Install Android Studio from:
1. open terminal
2. type cd
3. type vim .bash_profile
4. Add Android SDK location
export ANDROID_HOME=/androidSDKlocation/
5. close terminal and reopen it.
6. type source .bash_profile.
7. type flutter doctor.
8. that's it.
Develop environment.
OS Version: macOS Catalina 10.15.3
#Flutter, #FlutterOnMac, #SettingFlutter
Thanks for watching this video :)
Watch video [Flutter] Setting Flutter on Mac ( Catalina ) online without registration, duration hours minute second in high quality. This video was added by user Loyd Lab 16 February 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,196 once and liked it 46 people.