- Add option to precompile protoc_plugin Dart scripts for better performance
- Upgrade dependencies
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
- Support plugin version 20.0.1 (thank you to stasgora!)
- Fix package not working on Windows (thank you to Levi-Lesches!)
- I dun goofed
- Document default values in README
- Document Protobuf root directory in README
- Add config flag for generating gRPC clients and servers (
.pbgrpc.dart
files)
- Ensure that changes to input
.proto
files are watched (thank you to ewaters!)
- Initial version