Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit 8289fd1

Browse files
authored
Merge pull request #103 from dart-lang/mit-mit-patch-1
Clarify proto3
2 parents 5667492 + 80fb176 commit 8289fd1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55

66
This repository provides a plugin for the [protoc
77
compiler](https://developers.google.com/protocol-buffers/docs/cpptutorial#compiling-your-protocol-buffers).
8-
It generates Dart files for working with data in protocol buffers format. At
9-
this time we only support
10-
[proto2](https://developers.google.com/protocol-buffers/docs/proto), but proto3
11-
may work in simple cases due to backwards compatibility.
8+
It generates Dart files for working with data in protocol buffers format.
129

1310
Requirements
1411
------------
1512

13+
We only support the full [proto2](https://developers.google.com/protocol-buffers/docs/proto)
14+
schema. Proto3 should work due to backwards compatibility. See
15+
[this issue list](https://github.com/dart-lang/protobuf/issues?q=is%3Aissue+is%3Aopen+label%3Aproto3)
16+
for proto3 schema features which are currently missing.
17+
1618
To compile a .proto file, you must use the 'protoc' command which is [installed
1719
separately](https://developers.google.com/protocol-buffers/docs/downloads).
1820
Protobuf 3.0.0 or above is required.

0 commit comments

Comments
 (0)