일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- allowBackup
- 플러터
- 웹뷰
- TextFormField
- 안드로이드
- Chrome Developer Tools
- Set ID
- 프로그래머스
- 두 수의 나눗셈
- foreground
- freezed
- 에러
- Flutter SDK
- project flow
- 크롬개발자도구
- TCP/IP모델
- 앱
- 안보내짐
- Could not create service of type FileAccessTimeJournal using
- Flutter
- StringUtils.isBlank
- gestureRecognizers
- StringUtils.isEmpty
- runSpacing
- not working
- VerticalMultiDragGestureRecognizer
- 입력 커서
- fullBackupContent
- carousel slider
- 플루터
- Today
- Total
목록Flutter (14)
흰오목눈이야 개발하자
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/baILkS/btrXa1t5Dx7/rSE8FgEPIc7MP7OCO1nGQ1/img.png)
flutter doctor를 실행하고 iOS와 관련된 부분에서 문제가 있었다. [!] Xcode - develop for iOS and macOS (Xcode 13.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 13E113 ✗ CocoaPods not installed. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see h..
flutter doctor를 실행하고 iOS와 관련된 부분에서 문제가 있었다. [✗] Xcode - develop for iOS and macOS ✗ Xcode installation is incomplete; a full installation is necessary for iOS development. Download at: https://developer.apple.com/xcode/download/ Or install Xcode via the App Store. Once installed, run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer sudo xcodebuild -runFirstLaunch ✗ CocoaPod..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/XUMXr/btrW4EyU1Hg/EIpGN6LoJWKOxmny473BH1/img.png)
문제 - Flutter doctor를 실행한 후 아래와 같은 문제가 발생함. [!] Android toolchain - develop for Android devices (Android SDK version 30.0.2) • Android SDK at /Users/tester/Library/Android/sdk • Platform android-31, build-tools 30.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165) ! Some Android licens..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/beF1wg/btrW56vcfhS/FfalBNRB7LFgrXX1pa4V40/img.png)
문제 - Flutter doctor를 실행한 후 아래와 같은 문제가 발생함. [!] Android toolchain - develop for Android devices (Android SDK version 30.0.2) • Android SDK at /Users/tester/Library/Android/sdk ✗ cmdline-tools component is missing Run `path/to/sdkmanager --install "cmdline-tools;latest"` See https://developer.android.com/studio/command-line for more details. ✗ Android license status unknown. Run `flutter doctor --..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/mKe62/btrWX5cXweK/2c7rJ4W0BENORErcCFpuLk/img.png)
1. Visual Studio를 다운한다. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 2. Flutter(플러터) 플러그인 설치하기 - 왼쪽 메뉴 마지막에 있는 Extensions을 클릭 후..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/b6sPV6/btrWUdpdRPI/YOYK4Bf6QDKlD4rHwBmOA1/img.png)
맥 Flutter SDK 설치하기 1. 맥 사양 확인 - 맨 위의 메뉴에서 애플 아이콘을 클릭하고 About This Mac을 클릭하여 사양을 확인한다. 2. 해당하는 파일 선택하여 다운로드하고 압축을 푼다. 3. 다운로드한 파일의 경로를 설정한다. 1) 터미널에 아래의 명령문으로 경로를 설정하거나 $ export PATH="$PATH:`pwd`/flutter/bin" - 맥 다운로드 파일 경로 확인 방법 : https://support.apple.com/ko-kr/guide/mac-help/mchlp1774/mac Mac에서 파일, 폴더 및 디스크 정보 얻기 Mac의 Finder에서 파일, 폴더 또는 디스크에 대한 크기, 생성일, 최근 수정일 및 권한과 같은 정보를 얻을 수 있습니다. support.a..