trpc_client 0.3.4 trpc_client: ^0.3.4 copied to clipboard
A minimal trpc client for Dart and Flutter.
0.1.0 #
- Initial version.
0.1.1 #
- Fixed type arguments being wrong
0.1.2 #
- Fixed wrong repo url
- Better usage example
0.2.0 #
- Fixed serialization of payloads
0.3.0 #
- Fixed serialization for mutations
- Added MutationClient, to provide a similar customization to ts' trpc client
0.3.1 #
- Removed wrong throw
0.3.2 #
- Decoding with utf8
0.3.3 #
- Updated repo
0.3.4 #
- Added
unwrap
method toTRPCResponse
to just grab the data and throw any TRPCErrors. - Documented some important parts of the library.