trpc_client 0.3.4 copy "trpc_client: ^0.3.4" to clipboard
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 to TRPCResponse to just grab the data and throw any TRPCErrors.
  • Documented some important parts of the library.
3
likes
140
pub points
42%
popularity

Publisher

verified publisherwosher.co

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