-
How to install flutter in window (mac os)FLUTTER & DART 2022. 8. 4. 21:19
1. First visit website below link
Download Android Studio & App Tools - Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
developer.android.com
2. Click "Download Android Studio" and install it
if using intel mac click left side button, else if using M1 mac, click right side button.
3. Install "flutter SDK"
Install
Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems.
docs.flutter.dev
4. Make adress - Open 'terminal' at spotlight and type code below
touch ~/.zshrc, open ~/.zshrc export PATH = $HOME /development/flutter/bin: $PATH 5. Type "flutter doctor" at terminal. end.
then follow instrution form "flutter doctor"
6. Trouble shooting
- you should downlaod "Chrome" , "xcode", "vscode"
- if you have license issue, download android SDK
- Preferences (cmd + ,) | Appearance & Behavior | System Settings | Android SDK//