Update example pubspecs (#442)

Co-authored-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
Kevin Moore 2021-02-01 00:18:39 -08:00 committed by GitHub
parent 1327ad7416
commit b437d1089d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
name: googleapis
description: Dart gRPC client sample for Google APIs
homepage: https://github.com/dart-lang/grpc-dart
publish_to: none
environment:
sdk: '>=2.2.0 <3.0.0'

View File

@ -1,6 +1,6 @@
name: grpc_web
description: Dart gRPC-Web sample client
homepage: https://github.com/dart-lang/grpc-dart
publish_to: none
environment:
sdk: '>=2.0.0 <3.0.0'

View File

@ -1,6 +1,6 @@
name: helloworld
description: Dart gRPC sample client and server.
homepage: https://github.com/dart-lang/grpc-dart
publish_to: none
environment:
sdk: '>=2.8.0 <3.0.0'

View File

@ -1,6 +1,6 @@
name: metadata
description: Dart gRPC sample client and server.
homepage: https://github.com/dart-lang/grpc-dart
publish_to: none
environment:
sdk: '>=2.2.0 <3.0.0'

View File

@ -1,6 +1,6 @@
name: route_guide
description: Dart gRPC sample client and server.
homepage: https://github.com/dart-lang/grpc-dart
publish_to: none
environment:
sdk: '>=2.2.0 <3.0.0'

View File

@ -1,6 +1,6 @@
name: interop
description: Dart gRPC interoperability test suite.
homepage: https://github.com/dart-lang/grpc-dart
publish_to: none
environment:
sdk: '>=2.8.0 <3.0.0'