trpc_client 0.4.0 copy "trpc_client: ^0.4.0" to clipboard
trpc_client: ^0.4.0 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 to TRPCResponse to just grab the data and throw any TRPCErrors.
  • Documented some important parts of the library.

0.4.0 #

  • Added tRPC Generator to generate type-safe bindings from your tRPC router. More info here.
9
likes
140
points
45
downloads

Publisher

verified publisherwosher.co

Weekly Downloads

A minimal trpc client for Dart and Flutter.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http, queue

More

Packages that depend on trpc_client