We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi:
it looks like this was bumped to 3 recently and the docs also state to use the latest compiler version.
grpc-dart/example/helloworld/pubspec.yaml
Line 12 in 9dadc31
This is still at v2. The included generated files work, but once you regenerate them the latest version syntax is included and it errors:
$ protoc --dart_out=grpc:lib/src/generated -Iprotos protos/helloworld.proto $ dart bin/server.dart lib/src/generated/helloworld.pbgrpc.dart:22:6: Error: Couldn't find constructor 'GrpcServiceName'. @$pb.GrpcServiceName('helloworld.Greeter') ^^^^^^^^^^^^^^^ // import 'package:protobuf/protobuf.dart' as $pb;
The text was updated successfully, but these errors were encountered:
@mosuem This issue has been resolved. thank you.
Sorry, something went wrong.
No branches or pull requests
Hi:
it looks like this was bumped to 3 recently and the docs also state to use the latest compiler version.
grpc-dart/example/helloworld/pubspec.yaml
Line 12 in 9dadc31
This is still at v2. The included generated files work, but once you regenerate them the latest version syntax is included and it errors:
The text was updated successfully, but these errors were encountered: