This repository was archived by the owner on Jul 16, 2023. It is now read-only.
dart_code_metrics 4.4.0
- feat: introduce
check-unused-l10ncommand. - feat: add static code diagnostic
prefer-const-border-radius. Thanks @konoshenko, @grafovdenis - feat: improve static code diagnostic
prefer-extracting-callbacks: don't trigger on empty function blocks and ignore Flutter builder functions. Thanks @roman-petrov @ookami-kb - feat: improve unused files check, add support for
vm:entry-pointannotation. - fix: compute
Number of Parametersonly for functions and methods. - fix:
Number of Parametersskip copyWith methods. - fix: skip synthetic tokens while compute
Source lines of Code. - fix: update
Maintainability Indexmetric comment message.