secure_key_manager 1.1.0
secure_key_manager: ^1.1.0 copied to clipboard
Fetch secret keys by name from Firebase Cloud Functions backed by Google Secret Manager. No secrets ever ship in your app binary, repo, or .env.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add secure_key_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
secure_key_manager: ^1.1.0Alternatively, 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:secure_key_manager/secure_key_manager.dart';