Skip to content

Repository files navigation

Cloud Tasks

gcp_cloud_tasks style: very good analysis License: MIT

A small package to make interacting with Google Cloud Tasks easier.

Usage

  final cloudTasks = await CloudTasks.defaultCredentials();
  final secret = await cloudTasks.createTask(
    queue: 'my-queue',
    location: 'us-central1',
    url: 'https://morel.technology',
  );

About

A small package to make interacting with Google Cloud Tasks easier.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages