rpc_dart 2.0.0 copy "rpc_dart: ^2.0.0" to clipboard
rpc_dart: ^2.0.0 copied to clipboard

gRPC-inspired library built on pure Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rpc_dart

With Flutter:

 $ flutter pub add rpc_dart

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

dependencies:
  rpc_dart: ^2.0.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:rpc_dart/rpc_dart.dart';
4
likes
145
points
1.02k
downloads
screenshot

Publisher

verified publisherdart.nogipx.dev

Weekly Downloads

gRPC-inspired library built on pure Dart

Homepage
Repository (GitHub)
View/report issues

Topics

#rpc #grpc #cord #contract-oriented-remote-domains #streams

Documentation

API reference

Funding

Consider supporting this project:

liberapay.com

License

MIT (license)

More

Packages that depend on rpc_dart