Flutter (2) 썸네일형 리스트형 [Flutter] Failed to load FirebaseOptions from resource & The term 'flutterfire' is not recognized as the name of a cmdlet, function, script file, or operable program 💥 오류 발생 배경 FCM을 사용하기 위해서 디바이스를 식별할 수 있는 device token(FCM token)을 발급받아 백엔드로 보내야했다. 그래서 firebase console에서 project를 생성하고 flutter 프로젝트에서 패키지를 설치한 뒤 firebase app을 initialize했더니 다음과 같은 에러가 났다. firebase_core: ^2.26.0 firebase_messaging: ^14.7.18 await Firebase.initializeApp(); Exception has occurred. PlatformException (PlatformException(java.lang.Exception: Failed to load FirebaseOptions from resource.. [flutter] vscode에서 flutter로 개발할 때 유용한 환경 설정하기 1. vscode에서 setting.json 열기 우선 vscode에서 환경 설정을 하려면 setting.json 파일을 열어야 한다. vscode 상단의 search 영역을 누른 뒤 아래 내용을 입력해 setting.json 파일을 연다. > Open User Settings(JSON) 2. 유용한 setting 설정 (1) editor.formatOnSave: 코드 자동 정렬 formatOnSave를 사용하면 저장 시 코드가 자동으로 정렬된다. 이때 쉼표를 기준으로 줄바꿈해서 format하니까 줄을 바꾸고 싶으면 쉼표를 코드 뒤에 붙이면 된다. 그리고 ruler를 사용하면 format을 할 때 한 줄에 넣을 글자의 개수를 제한해줄 수 있다. "[dart]": { "editor.formatOnSave".. 이전 1 다음