connect_kit 0.1.0 copy "connect_kit: ^0.1.0" to clipboard
connect_kit: ^0.1.0 copied to clipboard

A Connect RPC runtime for Dart: a transport factory with pinned roots and keep-alive, an interceptor chain with retry, metadata and compression middlewares, and the protobuf well-known types.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add connect_kit

With Flutter:

 $ flutter pub add connect_kit

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

dependencies:
  connect_kit: ^0.1.0

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:connect_kit/connect_kit.dart';
1
likes
150
points
--
downloads

Documentation

API reference

Publisher

verified publisherdmitrii.app

Weekly Downloads

A Connect RPC runtime for Dart: a transport factory with pinned roots and keep-alive, an interceptor chain with retry, metadata and compression middlewares, and the protobuf well-known types.

Repository (GitHub)
View/report issues

Topics

#connectrpc #grpc #protobuf #rpc #transport

License

MIT (license)

Dependencies

async, collection, connectrpc, core_model, fixnum, meta, protobuf

More

Packages that depend on connect_kit