dart_code_linter 3.1.1
SDKdartflutter
Platformwindowslinuxmacos
Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics.
Examples
DCL is a static analysis tool and code from it is not expected to be used directly. Instead, it should be added as a dev dependency and installed as described here.
Preferred way: plugin and CLI
To use DCL as a plugin or a CLI, check out this repository with the example Flutter app. It covers DCL setup and shows all commands output.
Additional way: as a library
Note: usually you don't need to use DCL directly.
DCL can be used directly as a library, imported and called from your code. Continue with this example in order to get more details.
Presets
Presets can be enabled with extends config, more details can be found here.