| name: protobuf | |
| version: 4.2.0-wip | |
| description: >- | |
| Runtime library for protocol buffers support. Use with package:protoc_plugin | |
| to generate Dart code for your '.proto' files. | |
| repository: https://github.com/google/protobuf.dart/tree/master/protobuf | |
| environment: | |
| sdk: ^3.7.0 | |
| resolution: workspace | |
| dependencies: | |
| collection: ^1.15.0 | |
| fixnum: ^1.0.0 | |
| meta: ^1.7.0 | |
| dev_dependencies: | |
| lints: '>=5.0.0 <7.0.0' | |
| test: ^1.16.0 |