ball_rpc 0.3.1
ball_rpc: ^0.3.1 copied to clipboard
Dart-target RPC transport runtime for ball_protobuf service clients: the canonical status-code model (RpcCode), exceptions/metadata, and pluggable transports for the Connect protocol and gRPC-over-HTT [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ball_rpcWith Flutter:
$ flutter pub add ball_rpcThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ball_rpc: ^0.3.1Alternatively, 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:ball_rpc/ball_rpc.dart';