The well-known types from the Google Protobuf compiler.
This is similar to protobuf_google, but includes a builder to generate the files, and uses protobuf version 3.
See https://protobuf.dev/reference/protobuf/google.protobuf/ for more information.
Features
Includes a library to import all types at once, for use in your day-to-day development.
It also exports each type separately, useful in the compiled Protobuf files.
Getting started
dart pub add protobuf_wellknown
Usage
import "package:protobuf_wellknown/protobuf_wellknown.dart";
Contributions
- Includes code from https://github.com/pikaju/dart-protoc-builder.
Libraries
- google/protobuf/any.pb
- google/protobuf/any.pbenum
- google/protobuf/any.pbjson
- google/protobuf/any.pbserver
- google/protobuf/api.pb
- google/protobuf/api.pbenum
- google/protobuf/api.pbjson
- google/protobuf/api.pbserver
- google/protobuf/descriptor.pb
- google/protobuf/descriptor.pbenum
- google/protobuf/descriptor.pbjson
- google/protobuf/descriptor.pbserver
- google/protobuf/duration.pb
- google/protobuf/duration.pbenum
- google/protobuf/duration.pbjson
- google/protobuf/duration.pbserver
- google/protobuf/empty.pb
- google/protobuf/empty.pbenum
- google/protobuf/empty.pbjson
- google/protobuf/empty.pbserver
- google/protobuf/field_mask.pb
- google/protobuf/field_mask.pbenum
- google/protobuf/field_mask.pbjson
- google/protobuf/field_mask.pbserver
- google/protobuf/source_context.pb
- google/protobuf/source_context.pbenum
- google/protobuf/source_context.pbjson
- google/protobuf/source_context.pbserver
- google/protobuf/struct.pb
- google/protobuf/struct.pbenum
- google/protobuf/struct.pbjson
- google/protobuf/struct.pbserver
- google/protobuf/timestamp.pb
- google/protobuf/timestamp.pbenum
- google/protobuf/timestamp.pbjson
- google/protobuf/timestamp.pbserver
- google/protobuf/type.pb
- google/protobuf/type.pbenum
- google/protobuf/type.pbjson
- google/protobuf/type.pbserver
- google/protobuf/wrappers.pb
- google/protobuf/wrappers.pbenum
- google/protobuf/wrappers.pbjson
- google/protobuf/wrappers.pbserver
- protobuf_wellknown
- Well-Known Types from Protocol Buffers.