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

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

example/main.dart

// ignore_for_file: unused_local_variable

import 'package:current_gcp_project/current_gcp_project.dart';

void main() async {
  final projectId = await const CurrentGcpProject().currentProjectId();
  // use projectId...
}
0
likes
160
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http, platform

More

Packages that depend on current_gcp_project