mirror of https://github.com/grpc/grpc-dart.git
Upgrade example
This commit is contained in:
parent
b3ad3d8acd
commit
054b442e48
|
@ -3,7 +3,7 @@ description: Dart gRPC-Web sample client
|
|||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
sdk: ^3.5.0
|
||||
|
||||
dependencies:
|
||||
grpc:
|
||||
|
@ -11,6 +11,6 @@ dependencies:
|
|||
protobuf: ^3.0.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.0.0
|
||||
build_web_compilers: '>3.0.0 <5.0.0'
|
||||
lints: ^2.0.0
|
||||
build_runner: ^2.4.13
|
||||
build_web_compilers: ^4.0.11
|
||||
lints: ^5.1.0
|
||||
|
|
Loading…
Reference in New Issue