What’s new in DCM 1.11.0
Today we’re excited to announce the release of DCM 1.11.0!
New command to analyze the quality and usage of your widgets, 20 new rules (with 6 of them to help enforce the Flutter style guide 🔥), ~30 rules updated, redesigned HTML reports with, of course, dark mode support 🚀!
This release contains 3 breaking changes that you should be aware of: the avoid-unnecessary-late
rule has been renamed to avoid-unnecessary-local-late
, the check-exports-completeness
command now uses the --fatal-found
flag (instead of --fatal-unused
) and metrics global ignore has been renamed from type=metric
to type=metrics
.
Plus, in the next release we'll update the recommended preset to include new rules. If you use this preset, please be ready to address new warnings.
Now, let’s go on a quick journey together to explore all updates!