Issues
- 1
- 0
XXX is an editions file, but code generator protoc-gen-dart hasn't been updated to support editions yet
#945 opened by peterweb2005 - 0
Feature request for Descriptor
#943 opened by luanhailiang - 0
- 0
feat(protoc_plugin): use Fully-qualified service name even for Non-gRPC Service (e.g. `greet.v1.GreetService`)
#941 opened by utamori - 0
- 4
Impossible to distinguish the `oneof` fields from non-`oneof` fields when creating/using a generated class instance.
#875 opened by s0nerik - 8
[protoc_plugin] Plugin output is unparseable
#923 opened by jonasbadstuebner - 0
Update the language directive to `3.0`
#936 opened by devoncarew - 2
[protoc_plugin] Error `The method '$_clearField' isn't defined for the class 'DartMixin'.`
#922 opened by jonasbadstuebner - 0
[ERRoR:flutter/runtime/dart _wm initializer.cc(41)] unhandled Exception: InvalidprotocolBufferException,Protocol message tag had invalid wire type
#933 opened by JasonYangGe - 2
toProto3Json with option to serialize enums as ints
#932 opened by ignatz - 9
Error: Couldn't find constructor 'GrpcServiceName'.
#866 opened by wheeOs - 2
The `.values` field of a generated enum class contains the zero-valued unspecified value
#919 opened by luangong - 2
Add iOS privacy manifest
#928 opened by lauroboeni - 3
Error "The named parameter 'valueDefaultOrMaker' isn't defined." in version 21.1.2 (protoc 26.1)
#925 opened by philer-jambit - 0
Error: A value of type 'List<dynamic>' can't be returned from the function 'symbol' because it has a return type of 'PbList<ProtoOALightSymbol>'
#924 opened by JasperEssien2 - 0
Inconvenient to add an alternate name to each enum value using Enum Value Options
#921 opened by luangong - 1
- 1
`protoc` does not generate built-in types
#910 opened by khteh - 1
- 12
Unknown Fields
#864 opened by cranst0n - 0
Incompatibility with Java-generated Serialized Protocol Buffer in Dart Protocol Buffers Library
#901 opened by njovy - 1
Prohibit ..deepCopy() call
#896 opened by frmrgr - 3
Bad state: No element
#871 opened by peterweb2005 - 1
toProto3Json converts Int64 values to strings
#874 opened by njlawton - 1
GeneratedMessage constructors with `result` parameter conflict with `result` local var.
#872 opened by kevmoo - 12
- 1
Generate nullable types from WKT wrappers
#867 opened by zigzag312 - 2
How do you generate via buf?
#865 opened by Galaf - 0
Consider generating actual `enum`s
#862 opened by Levi-Lesches - 0
grpc-web request from linux client
#854 opened by mcku - 1
Repeated enum does not honor ignoreUnknownFields
#849 opened by Anushi1998 - 1
- 3
- 4
- 12
- 7
Any plans to support dart3
#829 opened by mfridman - 3
Publish version 3.0.0
#837 opened by derekxu16 - 1
- 2
- 1
Should generated classes be `final`?
#820 opened by srawlins - 1
Protobuf generated code has analyzer warnings
#822 opened by feinstein - 4
- 0
Include the package name as a constant
#823 opened by davidmartos96 - 0
- 0
What is the correct way to include well known types?
#817 opened by idc77 - 0
Support generate Barrel file option
#814 opened by utamori - 3
import 'google/protobuf/timestamp.pb.dart' as $0;
#810 opened by cruvie - 0
Add // coverage:ignore-file to the header of the generated files to ignore for code coverage
#805 opened by DhrKotto