grpc-dart/example/helloworld/pubspec.yaml

16 lines
222 B
YAML

name: helloworld
description: Dart gRPC sample client and server.
publish_to: none
environment:
sdk: ^3.8.0
dependencies:
async: ^2.13.0
grpc:
path: ../../
protobuf: ^4.1.0
dev_dependencies:
lints: ^6.0.0