bitwarden_secrets 1.0.3 copy "bitwarden_secrets: ^1.0.3" to clipboard
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_secrets

With Flutter:

 $ flutter pub add bitwarden_secrets

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

dependencies:
  bitwarden_secrets: ^1.0.3

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:bitwarden_secrets/bitwarden_secrets.dart';
1
likes
160
points
106
downloads

Publisher

unverified uploader

Weekly Downloads

Unoficial driver of the Bitwarden Secrets SDK. Bitwarden Secrets Manager enables developers and DevOps teams to centrally store, manage, and deploy secrets at scale.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi

More

Packages that depend on bitwarden_secrets