dart_secrets_scanner 1.0.5 copy "dart_secrets_scanner: ^1.0.5" to clipboard
dart_secrets_scanner: ^1.0.5 copied to clipboard

command-line tool designed to scan Dart and related files in Flutter projects for hardcoded sensitive information such as API keys, tokens, passwords, and other credentials.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_secrets_scanner

With Flutter:

 $ flutter pub add dart_secrets_scanner

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

dependencies:
  dart_secrets_scanner: ^1.0.5

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

2
likes
150
pub points
26%
popularity

Publisher

unverified uploader

command-line tool designed to scan Dart and related files in Flutter projects for hardcoded sensitive information such as API keys, tokens, passwords, and other credentials.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on dart_secrets_scanner