dart_shield 0.1.0-dev.6 copy "dart_shield: ^0.1.0-dev.6" to clipboard
dart_shield: ^0.1.0-dev.6 copied to clipboard

Open-source static analysis tool that helps secure your Dart codebase by detecting vulnerabilities before they reach production.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_shield

Use it

The package has the following executables:

$ dart_shield

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_shield

With Flutter:

 $ flutter pub add dart_shield

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

dependencies:
  dart_shield: ^0.1.0-dev.6

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_shield/dart_shield.dart';
4
likes
160
points
165
downloads

Publisher

unverified uploader

Weekly Downloads

Open-source static analysis tool that helps secure your Dart codebase by detecting vulnerabilities before they reach production.

Repository (GitHub)
View/report issues

Topics

#security #analyzer #sast #tools #static-analysis

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, args, cli_completion, collection, file, file_system, glob, json_annotation, mason_logger, path, pub_updater, source_span, yaml

More

Packages that depend on dart_shield