grpc-dart/example/helloworld/pubspec.yaml

16 lines
232 B
YAML

name: helloworld
description: Dart gRPC sample client and server.
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
async: ^2.2.0
grpc:
path: ../../
protobuf: ^2.0.0
dev_dependencies:
lints: ^2.0.0