Sign inSign up

nikarh/protoc-dart

By nikarh

Updated over 5 years ago

Docker image containing the Dart language protobuf/gRPC tools.

Image
0

289

nikarh/protoc-dart repository overview

docker-protoc-dart

Docker image containing the Dart language protobuf/gRPC tools.

DEPRECATION WARNING

Deprecated in favor of https://github.com/robojones/protoc-dart/

Well Known Types

The Google protobuf well-known types can be found at /usr/local/include. This path is also stored in the PROTO_DIR environment variable.

Dart

Dart image contains the Dart runtime, the protoc compiler, and the Dart protoc plugin.

protoc --dart_out="foo/out" "proto/Bar.proto" # generate without gRPC
protoc --dart_out=grpc:"foo/out" "proto/Bar.proto" # generate with gRPC

Tag summary

Content type

Image

Digest

Size

304.1 MB

Last updated

over 5 years ago

docker pull nikarh/protoc-dart