json_rpc_codegen_builder 2.1.0
json_rpc_codegen_builder: ^2.1.0 copied to clipboard
A dart code generator that generates typed client and server code for the json_rpc_2 package.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.1.0 - 2026-08-01 #
Added #
- Support the
@RpcMethodand@RpcParamannotations to customize the JSON-RPC mapping of generated methods and parametersnameoverrides the transmitted name of a method or named parameterfromJsonandtoJsonoverride how a parameter, method result or stream element is converted