grpc-dart/example/grpc-web/pubspec.yaml

15 lines
274 B
YAML

name: grpc_web
description: Dart gRPC-Web sample client
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
grpc:
path: ../../
protobuf: ^0.13.4
dev_dependencies:
build_runner: ^1.5.2
build_web_compilers: ^2.1.1