Flutter2 Flutter Android 설정부터 프로젝트 생성까지(macOS, Android Studio) 1. Install Android Studio https://developer.android.com/studio 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 사양에 맞게 다운로드 다운로드 폴더에서 Android Studio DMG 파일 시작 Android Studio를 Applications 폴더로 드래그 앤 드롭 Applications 폴더에서 Andr.. 2023. 6. 1. Flutter iOS 설정 1. Install Xcode mac의 App Store에서 다운로드 후 아래 명령어 실행 및 라이선스 서명 확인 $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer $ sudo xcodebuild -runFirstLaunch $ sudo xcodebuild -license 2. Set up the iOS simulator $ open -a Simulator 모델 변경 : File > Open Simulator 3. Create and run a simple Flutter app ~/development 하위에 Flutter의 시작 앱이 포함된 my_app 디렉토리 생성 $ flutter create my_app $ cd my.. 2023. 5. 31. 이전 1 다음