protoc_builder 0.5.1
protoc_builder: ^0.5.1 copied to clipboard
A build script for compiling Protocol Buffers without needing to manually install protoc or the protoc_plugin.
0.5.1 #
- Add
protoc_plugin_parametersoption to pass custom parameters to the Dart protoc plugin (thank you to fischerscode!)
0.5.0 #
- Support
protoc_pluginversions 23.0.0 and newer, which use pub workspaces (thank you to SynSzakala and quaaantumdev!) - Allow
build3.x and 4.x as well asarchive4.x, so the package can be used together with the currentbuild_runnerwithoutdependency_overrides - Bump the default
protobuf_versionto36.1and the defaultprotoc_plugin_versionto25.0.0. Note that code generated byprotoc_plugin25.0.0 requiresprotobuf: ^6.0.0in your project, and compiling the plugin requires Dart SDK 3.7.0 or newer. Pinprotoc_plugin_versionin yourbuild.yamlif you need to stay on an older version. - Require Dart SDK 3.0.0 or newer
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
protocinstead of downloading one - Extracted options that might be useful when overriding the
ProtocBuilderclass - Export the
builder.dartfile 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.dartfiles)
0.1.0 #
- Initial version