dart_sentinel 0.3.0 copy "dart_sentinel: ^0.3.0" to clipboard
dart_sentinel: ^0.3.0 copied to clipboard

Static analysis and metrics tool for Dart/Flutter projects. Detects dead files, enforces architecture rules, computes metrics, and applies custom lint rules.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_sentinel

Use it

The package has the following executables:

$ dart_sentinel
$ mcp_server

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_sentinel

With Flutter:

 $ flutter pub add dart_sentinel

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_sentinel: ^0.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_sentinel/dart_sentinel.dart';
1
likes
150
points
93
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Static analysis and metrics tool for Dart/Flutter projects. Detects dead files, enforces architecture rules, computes metrics, and applies custom lint rules.

Repository (GitHub)
View/report issues
Contributing

Topics

#linter #static-analysis #architecture #metrics

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, args, dart_mcp, path, stream_channel, yaml

More

Packages that depend on dart_sentinel