dbus_secrets 0.0.2 copy "dbus_secrets: ^0.0.2" to clipboard
dbus_secrets: ^0.0.2 copied to clipboard

PlatformLinux

A lightweight Dart package for securely storing and retrieving secrets using the Linux Secret Service API via D-Bus.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dbus_secrets

With Flutter:

 $ flutter pub add dbus_secrets

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

dependencies:
  dbus_secrets: ^0.0.2

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:dbus_secrets/dbus_secrets.dart';
1
likes
150
points
39
downloads

Publisher

verified publishergollahalli.com

Weekly Downloads

A lightweight Dart package for securely storing and retrieving secrets using the Linux Secret Service API via D-Bus.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dbus

More

Packages that depend on dbus_secrets