본문 바로가기
반응형

전체 글224

Uploading Image to Firebase Storage in Flutter (Android & iOS) Uploading Image to Firebase Storage in Flutter (Android & iOS) 사전에 firebase연결이 이루어져야한다. android, ios, 사용자가 테스팅 하고 싶은 디바이스로 pubspec.yaml에 팩키지 넣기 사용된 버전 image_picker: ^0.8.0+4 firebase_auth: ^1.4.1 firebase_core: ^1.3.0 cloud_firestore: ^2.2.2 firebase_storage: ^8.1.3 ios에서 사용하기위해서는 권한을 얻어야한다. Info.plist NSCameraUsageDescription Need to access your camera to capture a photo add and update profile .. 2021. 6. 26.
M1 MacBook Flutter CocoaPods error M1 MacBook Flutter CocoaPods error Firebase_core / Firebase_auth Use the M1 MacBook. Connect to Firebase using a flutter. But there was a pod install error, so the build is not working. I need to find a solution. As below - On the terminal run: sudo arch -x86_64 gem install ffi On the ios project folder run: arch -x86_64 pod install --repo-update End ⊙^⊙ Thank For Reading | Happy Coding ⊙-⊙ Seta.. 2021. 6. 14.
Flutter doctor - Android Studio (not installed) windows 해결 Flutter doctor - Android Studio (not installed) windows 해결 문제점 분명히 Android Studio 설치를 완료했는데.. flutter doctor 하면 위 처럼 나옵니다. 해결방법 안드로이드 경로 지정 및 licenses를 재차 설정하였습니다. flutter config --android-studio-dir="C:\Program Files\Android\Android Studio flutter doctor --android-licenses cf. Android SDK command-line Tools setting licenses하는 데 아래의 에러 메시지 발생하면, (Exception in thread "main" java.lang.NoClassDefFo.. 2021. 6. 5.
typing vietnamese on mac (Telex) typing vietnamese on mac (Telex) From the Apple menu, select System Preferences. In the International window, click on the Input Menu tab. Select Show input menu in the input bar Type Vietnamese using Telex Typing â, ê, ô As you can observe, these 3 letters all have the circumflex. The rule to type them is hence the same: Telex: Type the underlying letter twice. For example, to get â, your typin.. 2021. 6. 3.
[MAC 무료 앱] Captin - Show Status of Caps Lock on Screen (Mac) Captin - Show Status of Caps Lock on Screen (Mac) Captin A tool to show Mac caps lock status. 필자는 키크론 K6(청축)을 사용하고 있습니다. 가끔은 현재 caps lock키가 켜졌나 확인을 해야할 때가 발생합니다. (코딩중) 그래서 찾아보았습니다. HUD처럼 화면에 표시가 되는 프로그램이 있는지. 개발자 홈페이지 https://captin.mystrikingly.com/ 2021. 5. 28.
[Error fix] Logitech Anywhere 2s’s not working on MAC [Error fix] Logitech Anywhere 2s’s not working on MAC 필자는 아이맥과 맥북에어에서 Anywhere 2S를 사용하고 있습니다. 정말로 수많은 마우스를 사용하면서 너무나 만족하고 추천도 합니다. 하지만, 가끔 맥에서 전용 어플인 daemon이 작동을 하지 않습니다. 작동이 멈추면, 커스텀 해두었던 키가 작동을 하지 않는다. 이에 가장 좋은 방법은 daemon을 재가동 해주면 됩니다. 방법 - PID 쉽게 찾는 방법 terminal 을 실행 sudo kill *pid* pid 부분에 1번에서 찾은 PID를 넣습니다. 관리자 암호를 넣으면 끝납니다. logi daemon은 kill을 하고 바로 재시작됩니다. pid가 랜덤으로 부여되기 때문에 자동화를 만들 수는 없습니다.. 2021. 5. 25.
반응형