grpc-dart icon indicating copy to clipboard operation
grpc-dart copied to clipboard

gRPC WellKnownTypes packages

Open zs-dima opened this issue 2 years ago • 0 comments

It would be nice to have ability to be able to create utility packages for the WellKnownTypes. Currently protoc_plugin generate WellKnownTypes classes with the the proto protocols, therefore it is not easy to separate WellKnownTypes classes to the different package. .Net has a workaround for WellKnownTypes, so I could for example create a separate library with WellKnownTypes extensions.

It might be nice to add WellKnownTypes interfaces or some other way to allow create utility packages for the WellKnownTypes in Dart as well.

zs-dima avatar Mar 31 '23 07:03 zs-dima