YD_S 개발로그
article thumbnail

Flutter 개발 하던 중 사용 중이던 InteliJ가 매우 느려졌다. 

InteliJ의 문제라고 생각해 VM Option 조정, 캐시 삭제, Index 파일 제외, Dart 버전 다운그레이드 등 다양한 방법을 시도해 봤지만, 증상은 동일했다.

 

Dart Analyzer가 매우 느려진 현상을 발견해 관련 구글링을 한 결과 custom_lint 패키지를 업데이트 하면 된다는 글을 보고 최근 custom_lint 패키지를 추가한 게 생각났다. 해당 패키지를 활용하지 않던지라 과감하게 pubspec.yaml에서 제거 후 flutter clean & get을 하니 정말 거짓말처럼 정상화 됐다. 

 

다른 Flutter 개발자분들도 비슷한 현상을 겪으신다면 custom_lint 패키지를 체크해보시길 바랍니다.

 

 

https://github.com/dart-lang/sdk/issues/55281#issuecomment-2027028048

 

Dart Analyzer very slow/stuck · Issue #55281 · dart-lang/sdk

Dart & Flutter has suddenly become unusable slow in VSCode. Intellisense won't load within 30+ seconds, syntax highlighting won't update, jumping to code definitions loads infinitely, etc. This see...

github.com

 

profile

YD_S 개발로그

@YD_S

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!