You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate existing service to Twirp and have bunch of protobuf files that use optional fields. Running protoc with twirp dart plugins results in this error:
... is a proto3 file that contains optional fields, but code generator protoc-gen-twirp_dart hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--twirp_dart_out:
How hard it is to add the support for optional fields?
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to migrate existing service to Twirp and have bunch of protobuf files that use
optional
fields. Runningprotoc
with twirp dart plugins results in this error:How hard it is to add the support for optional fields?
The text was updated successfully, but these errors were encountered: