Member-only story

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 need to have mastered to develop a professional application and in a mature market. That is my self-assigned job in pushing out medium articles and my flutter design and development book series.

I am finding that by showing the cool visual and animation that I can get you guys and gals to do the boring devOPS and OOP and FP to get you to the point for flutter expert. Some subjects covered are:

DevOPS

Tuning A Cheap MS Windows Laptop for Flutter Development https://medium.com/p/tuning-a-cheap-ms-windows-laptop-for-flutter-app-development-572d09cd4d19

Log Driven Learning Flutter https://medium.com/codex/log-driven-learning-flutter-d76b49b75a8c

UML Coolness in Flutter https://itnext.io/uml-coolness-in-flutter-6bb14217b5f2

Lint Like A Boss https://itnext.io/lint-like-a-boss-60b85e82c227

McCabe Cycles in Flutter https://medium.com/p/mccabe-cycles-in-flutter-3aa913e19428

Getting Real Code Coverage https://medium.com/p/getting-real-code-coverage-951231afa2bc

Lcov on Windows https://medium.com/p/lcov-on-windows-7c58dda07080

Test Secrets, Test Suites https://itnext.io/test-secrets-test-suites-99f8390b8d4b

How To, Flutter Internal Packages https://itnext.io/how-to-flutter-internal-packages-cad1285fe8c

An Architecture Layout https://medium.com/codex/an-architecture-layout-8f414271b2b4

Logging, The Expert Way https://medium.com/codex/logging-the-expert-way-5beb5c967e44

Catch Flutter Application Exceptions https://itnext.io/catch-flutter-application-exceptions-cad036d0fd4e

Flutter Perfect SetUp https://medium.com/codex/flutter-perfect-setup-c5462b412f78

--

--

Fred Grott
Fred Grott

No responses yet

Write a response