secret_manager 1.1.0 copy "secret_manager: ^1.1.0" to clipboard
secret_manager: ^1.1.0 copied to clipboard

Access your secrets no matter where they're stored.

example/main.dart

// ignore_for_file: unused_local_variable

import 'package:secret_manager/secret_manager.dart';

void main() async {
  const secretManager = EnvironmentSecretManager();
  final secret = secretManager.getSecret('my-secret');
  // use secret...
}
0
likes
150
points
319
downloads

Publisher

unverified uploader

Weekly Downloads

Access your secrets no matter where they're stored.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

platform

More

Packages that depend on secret_manager