rpc_gen 0.1.7 copy "rpc_gen: ^0.1.7" to clipboard
rpc_gen: ^0.1.7 copied to clipboard

discontinued

The `rpc_gen` is a builder and generator of RPC (Remote Procedure Call) stub files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rpc_gen

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

dependencies:
  rpc_gen: ^0.1.7

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rpc_gen/rpc_builder.dart';
import 'package:rpc_gen/rpc_http_transport.dart';
import 'package:rpc_gen/rpc_meta.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

The `rpc_gen` is a builder and generator of RPC (Remote Procedure Call) stub files.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, code_builder, meta, source_gen

More

Packages that depend on rpc_gen