mitch_analyzer_plugin 0.2.1 copy "mitch_analyzer_plugin: ^0.2.1" to clipboard
mitch_analyzer_plugin: ^0.2.1 copied to clipboard

Security-focused Dart analyzer plugin with opinionated rules for safer, more predictable codebases.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mitch_analyzer_plugin

With Flutter:

 $ flutter pub add mitch_analyzer_plugin

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

dependencies:
  mitch_analyzer_plugin: ^0.2.1

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:mitch_analyzer_plugin/mitch_analyzer_plugin.dart';
0
likes
140
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Security-focused Dart analyzer plugin with opinionated rules for safer, more predictable codebases.

Repository (GitHub)
View/report issues

Topics

#analyzer #lint #static-analysis #security #plugin

License

BSD-3-Clause (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, collection, yaml

More

Packages that depend on mitch_analyzer_plugin