pub package package publisher

Provides runtime support for a Dart implementation of protobufs.

Typically one does not need to import this library. The protoc plugin compiles proto definitions to Dart files that import this library. If your library or application uses generated protobuf libraries, add this library as a dependency.

References

Libraries

protobuf
Runtime library for Dart implementation of protobufs.
meta
Provides metadata about GeneratedMessage and ProtobufEnum to dart-protoc-plugin. (Experimental API; subject to change.)