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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gcputil

With Flutter:

 $ flutter pub add gcputil

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

dependencies:
  gcputil: ^0.2.0

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:gcputil/gcputil.dart';
0
likes
160
points
850
downloads

Documentation

API reference

Publisher

verified publisheransoro.net

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

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

License

BSD-3-Clause (license)

Dependencies

googleapis, googleapis_auth, http

More

Packages that depend on gcputil