protoc_builder 0.4.1 protoc_builder: ^0.4.1 copied to clipboard
A build script for compiling Protocol Buffers without needing to manually install protoc or the protoc_plugin.
0.4.0 #
- Add option to precompile protoc_plugin Dart scripts for better performance
0.3.2 #
- Upgrade dependencies
0.3.1 #
Courtesy of BenVercammen:
- Added option to use local
protoc
instead of downloading one - Extracted options that might be useful when overriding the
ProtocBuilder
class - Export the
builder.dart
file so the ProtocBuilder class can actually be found
0.3.0 #
- Support plugin version 20.0.1 (thank you to stasgora!)
- Fix package not working on Windows (thank you to Levi-Lesches!)
0.2.1+1 #
- I dun goofed
0.2.1 #
- Document default values in README
- Document Protobuf root directory in README
0.2.0 #
- Add config flag for generating gRPC clients and servers (
.pbgrpc.dart
files)
0.1.0 #
- Initial version