|
name: googleapis
|
|
description: Dart gRPC client sample for Google APIs
|
|
homepage: https://github.com/dart-lang/grpc-dart
|
|
|
|
environment:
|
|
sdk: '>=2.2.0 <3.0.0'
|
|
|
|
dependencies:
|
|
async: ^2.2.0
|
|
grpc:
|
|
path: ../../
|
|
protobuf: ^2.0.0-nullsafety
|
|
|
|
dev_dependencies:
|
|
test: ^1.6.4
|