bitwarden_secrets 1.0.3
bitwarden_secrets: ^1.0.3 copied to clipboard
Unoficial driver of the Bitwarden Secrets SDK. Bitwarden Secrets Manager enables developers and DevOps teams to centrally store, manage, and deploy secrets at scale.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bitwarden_secretsWith Flutter:
$ flutter pub add bitwarden_secretsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bitwarden_secrets: ^1.0.3Alternatively, 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:bitwarden_secrets/bitwarden_secrets.dart';