Skip to content

Commit 0485b31

Browse files
committed
Update protobuf client and codec handling
1 parent 51e352f commit 0485b31

File tree

9 files changed

+1247
-2437
lines changed

9 files changed

+1247
-2437
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Windows:
88
$ choco install protoc
99
$ dart pub global activate protoc_plugin
1010
$ dart pub get
11-
$ protoc --proto_path=lib/src/transport/protobuf --dart_out=lib/src/transport/protobuf lib/src/transport/protobuf/client.proto
11+
$ protoc --proto_path=lib/src/protobuf --dart_out=lib/src/protobuf lib/src/protobuf/client.proto
1212
$ dart pub global activate pubspec_generator
1313
$ dart pub global run pubspec_generator:generate -o lib/src/model/pubspec.yaml.g.dart
1414
$ dart format -l 80 lib/src/model/pubspec.yaml.g.dart lib/src/transport/protobuf/
@@ -22,7 +22,7 @@ $ sudo apt install -y protobuf-compiler dart
2222
$ export PATH="$PATH":"$HOME/.pub-cache/bin"
2323
$ dart pub global activate protoc_plugin
2424
$ dart pub get
25-
$ protoc --proto_path=lib/src/transport/protobuf --dart_out=lib/src/transport/protobuf lib/src/transport/protobuf/client.proto
25+
$ protoc --proto_path=lib/src/protobuf --dart_out=lib/src/protobuf lib/src/protobuf/client.proto
2626
$ dart pub global activate pubspec_generator
2727
$ dart pub global run pubspec_generator:generate -o lib/src/model/pubspec.yaml.g.dart
2828
$ dart format -l 80 lib/src/model/pubspec.yaml.g.dart lib/src/transport/protobuf/
@@ -36,7 +36,7 @@ $ brew install protobuf dart
3636
$ export PATH="$PATH":"$HOME/.pub-cache/bin"
3737
$ dart pub global activate protoc_plugin
3838
$ dart pub get
39-
$ protoc --proto_path=lib/src/transport/protobuf --dart_out=lib/src/transport/protobuf lib/src/transport/protobuf/client.proto
39+
$ protoc --proto_path=lib/src/protobuf --dart_out=lib/src/protobuf lib/src/protobuf/client.proto
4040
$ dart pub global activate pubspec_generator
4141
$ dart pub global run pubspec_generator:generate -o lib/src/model/pubspec.yaml.g.dart
4242
$ dart format -l 80 lib/src/model/pubspec.yaml.g.dart lib/src/transport/protobuf/

lib/src/protobuf/client.pb.dart

Lines changed: 1027 additions & 1854 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/protobuf/client.pbenum.dart

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)