Reports unused members of classes that provide localization strings.| dcm.dev
Reports unused *.dart files.| dcm.dev
Reports unused declarations (classes, fields, properties, methods, functions, variables, extensions, enums, mixins and type aliases).| dcm.dev
Runs multiple DCM commands at once and provides the merged output (console, code climate / gitlab, json, checkstyle or sonar).| dcm.dev
Reports duplicate functions, methods, constructors and test cases.| dcm.dev
Reports missing, under-promoted, over-promoted, and unused dependencies.| dcm.dev
Reports the quality and usage of your widgets.| dcm.dev
Reports various issues with image assets.| dcm.dev
This blog highlights the importance of code reviews in Dart and Flutter development, focusing on the 'Shifting Left' concept to catch issues early. It discusses tools and practices like automated testing, linting, pre-commit hooks, and continuous integration to improve the code review process.| dcm.dev