Flutter Static Analysis, Dart Code Metrics

Fred Grott
6 min readJun 6, 2021

The other part of static analysis of your flutter dart code besides linting is analyzing code metrics. In this article, I show you how to install the dart_code-metrics plugin and effectively use it to analyze dart code.

Background

The problem is while Google does an excellent job at giving you an introduction to widgets; it’s not the techniques you really…

--

--