> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# dart

> dart is a linter for Dart

[**dart**](https://dart.dev/tools/dart-format) is a linter for Dart.

You can enable the dart linter with:

```shell theme={null}
trunk check enable dart
```

## Auto Enabling

dart will never be auto-enabled. It must be enabled manually.

## Links

* [dart site](https://dart.dev/tools/dart-format)
* dart Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/dart)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
