dart_secrets_scanner 1.0.2 dart_secrets_scanner: ^1.0.2 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
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.2
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.