trpc_client_generator 0.2.1 copy "trpc_client_generator: ^0.2.1" to clipboard
trpc_client_generator: ^0.2.1 copied to clipboard

A TRPC router mapper for Dart.

0.1.0 #

  • Initial version.

0.1.1 #

  • Added support for directly passing the routes file path to the generator, instead of using a json file.

0.1.2 #

0.1.3 #

0.1.4 #

  • Fixed the router data validation.

0.1.5 #

  • Fixed the router data validation.

0.1.6 #

  • Updated quicktype to the latest version.

0.1.7 #

  • Updated quicktype to the latest version. (Fixes conflicting enums)

0.1.8 #

0.1.9 #

  • Fixed quicktype version.

0.1.10 #

  • Faster model build (using pool).
  • Fixed quicktype version.
  • Fixed null safety.

0.2.0 #

  • Removed Pooling for generator (was skipping some routes, it's not safe).
  • Using --bun to speed up quicktype.
  • BREAKING: Bumped quicktype (fixes parent name not being on children objects).

0.2.1 #

  • Bumped analyzer