threads_client_grpc 1.1.5 copy "threads_client_grpc: ^1.1.5" to clipboard
threads_client_grpc: ^1.1.5 copied to clipboard

A gRPC client for interacting with a remote ThreadDB service.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add threads_client_grpc

With Flutter:

 $ flutter pub add threads_client_grpc

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

dependencies:
  threads_client_grpc: ^1.1.5

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:threads_client_grpc/threads.pb.dart';
import 'package:threads_client_grpc/threads.pbenum.dart';
import 'package:threads_client_grpc/threads.pbgrpc.dart';
import 'package:threads_client_grpc/threads.pbjson.dart';
2
likes
105
pub points
0%
popularity

Publisher

verified publishertextile.io

A gRPC client for interacting with a remote ThreadDB service.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, grpc, protobuf

More

Packages that depend on threads_client_grpc