voo_secrets 1.0.0 copy "voo_secrets: ^1.0.0" to clipboard
voo_secrets: ^1.0.0 copied to clipboard

Secure runtime secrets management for Flutter. Fetches secrets from your backend after authentication - secrets never exist in your app binary.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voo_secrets

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

dependencies:
  voo_secrets: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:voo_secrets/voo_secrets.dart';
2
likes
150
points
93
downloads

Publisher

verified publishervoostack.com

Weekly Downloads

Secure runtime secrets management for Flutter. Fetches secrets from your backend after authentication - secrets never exist in your app binary.

Homepage
Repository (GitHub)
View/report issues

Topics

#secrets #security #authentication #configuration

Documentation

API reference

License

MIT (license)

Dependencies

dio, equatable, flutter, flutter_secure_storage, meta

More

Packages that depend on voo_secrets