mirror of https://github.com/grpc/grpc-dart.git
Update example pubspecs (#442)
Co-authored-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
parent
1327ad7416
commit
b437d1089d
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue