current_gcp_project 0.0.1 copy "current_gcp_project: ^0.0.1" to clipboard
current_gcp_project: ^0.0.1 copied to clipboard

A helper to determine the current GCP project your code is running on.

example/main.dart

import 'package:current_gcp_project/current_gcp_project.dart';

void main() async {
  final projectId = await CurrentProjectId().currentProjectId();
  // use projectId...
}
0
likes
150
points
539
downloads

Publisher

unverified uploader

Weekly Downloads

A helper to determine the current GCP project your code is running on.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http, platform

More

Packages that depend on current_gcp_project