json_rpc_codegen_builder 1.0.0 copy "json_rpc_codegen_builder: ^1.0.0" to clipboard
json_rpc_codegen_builder: ^1.0.0 copied to clipboard

A dart code generator that generates typed client and server code for the json_rpc_2 package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_rpc_codegen_builder

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

dependencies:
  json_rpc_codegen_builder: ^1.0.0

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:json_rpc_codegen_builder/json_rpc_codegen_builder.dart';
0
likes
130
pub points
31%
popularity

Publisher

verified publisherskycoder42.de

A dart code generator that generates typed client and server code for the json_rpc_2 package.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, build_config, code_builder, collection, json_rpc_codegen, meta, source_gen, source_helper

More

Packages that depend on json_rpc_codegen_builder