반응형



"workbench.colorCustomizations": {
/* 특정 테마만 설정 */
"[Min Dark]": {
"editorInfo.foreground":"#58585899"
},
/* 전역 설정 */
"editorInfo.foreground":"#58585899",
}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
analysis_options.yaml 들여쓰기 확인잘하기
rules:
prefer_const_constructors: false
prefer_const_literals_to_create_immutables: false
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
반응형
'개발일기' 카테고리의 다른 글
23.06.27 플러터 개발일기 minSdkVersion19,multidex error코드 해결방법 (0) | 2023.06.27 |
---|---|
23.06.26 플러터 개발일기 JSONView 링크 (0) | 2023.06.26 |
23.06.25 플러터 개발일기 이미지파일 넣는방법 (0) | 2023.06.25 |
23.06.23 플러터 개발일기 3주차 강의 (0) | 2023.06.23 |
23.06.20 플러터 개발일기 단축키 (0) | 2023.06.20 |