rpc_dart_generator 0.1.3 copy "rpc_dart_generator: ^0.1.3" to clipboard
rpc_dart_generator: ^0.1.3 copied to clipboard

Code generator for rpc_dart callers and responders.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rpc_dart_generator

With Flutter:

 $ flutter pub add rpc_dart_generator

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

dependencies:
  rpc_dart_generator: ^0.1.3

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_generator/rpc_dart_generator.dart';
0
likes
130
points
309
downloads

Publisher

verified publisherdart.nogipx.dev

Weekly Downloads

Code generator for rpc_dart callers and responders.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, dart_style, pub_semver, rpc_dart, source_gen

More

Packages that depend on rpc_dart_generator