devPharm
devPharm
devPharm
  • 분류 전체보기 (17)
    • coding (12)
    • medicine (5)

블로그 메뉴

  • 홈
  • 태그
  • 방명록

공지사항

인기 글

최근 글

티스토리

hELLO · Designed By 정상우.
devPharm

devPharm

coding

flutter : how to ignore ‘prefer const’ warning

2022. 7. 28. 20:40

  • <모든 파일 에서 설정하기>
  1. open analysis_options.yaml
  1. 아래와 같이 작성하기
linter:
  rules:
    prefer_const_constructors : false

  1. open the terminal
  1. dart fix --apply 적고 엔터

  • <현재 파일에서만 설정하기>

해당하는 파일에 위치 상관없이 아래와 똑같이 한줄적기

// ignore_for_file: prefer_const_constructors


Uploaded by N2T

'coding' 카테고리의 다른 글

dart : 삼항연산자 문법 예시  (0) 2022.08.04
unix command 종류 및 형식  (0) 2022.08.02
flutter : Curved Navigation Bottom Bar  (0) 2022.07.27
python : datetime 모듈 strftime, strptime  (1) 2022.07.10
Dart : List 심화형 함수 (forEach, map, fold)  (1) 2022.06.09
    'coding' 카테고리의 다른 글
    • dart : 삼항연산자 문법 예시
    • unix command 종류 및 형식
    • flutter : Curved Navigation Bottom Bar
    • python : datetime 모듈 strftime, strptime
    devPharm
    devPharm

    티스토리툴바