Avoid 'Print' calls in Production code 삭제

JohnKim·2022년 8월 9일
0

flutter

목록 보기
2/7
include: package:flutter_lints/flutter.yaml

linter:
  rules:
    avoid_print: false

prefer const 삭제방법

prefer_const_constructors: false
prefer_const_literals_to_create_immutables: false
prefer_const_constructors_in_immutables: false
profile
Developer

0개의 댓글