gcputil 0.4.0 copy "gcputil: ^0.4.0" to clipboard
gcputil: ^0.4.0 copied to clipboard

Utilities for Dart services running on Google Cloud, including metadata, Secret Manager, Cloud KMS, Cloud Tasks, and Firebase App Check helpers.

example/gcputil_example.dart

import 'package:gcputil/gcputil.dart';

Future<void> main() async {
  final project = await projectId;
  final serviceAccount = await runtimeServiceAccountEmail;

  print('Project: $project');
  print('Runtime service account: $serviceAccount');
}
0
likes
160
points
1.59k
downloads

Documentation

API reference

Publisher

verified publisheransoro.net

Weekly Downloads

Utilities for Dart services running on Google Cloud, including metadata, Secret Manager, Cloud KMS, Cloud Tasks, and Firebase App Check helpers.

Repository (GitHub)
View/report issues

Topics

#google-cloud #secret-manager #cloud-kms #cloud-tasks

License

BSD-3-Clause (license)

Dependencies

firebase_admin_sdk, googleapis, googleapis_auth, http

More

Packages that depend on gcputil