🛡️ Fork — Jeff Peiffer Legacy (jpl_)

Este paquete (jpl_grpc_pubsub) es un fork de grpc_pubsub, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la org peiffer-innovations.

El prefijo jpl_ significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepo jpl.

Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.

I'm done

Table of Contents

grpc_pubsub

Library to work with the the gRPC based APIs for Cloud Pub/Sub.

All the requests support retries with a progressive backoff by default. The streaming pull is designed to be fault tolerant with automated reconnects to ensure that once subscribed, the messages are properly received with minimal effort from the client.

Using the library

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  grpc_pubsub: <<version>> 

Then run...

flutter packages get

Libraries

jpl_grpc_pubsub