diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 5945b91..eb759da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ">=2.16.2 <3.0.0" + sdk: '>=2.18.0 <3.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -35,6 +35,9 @@ dependencies: http: ^0.13.4 yaml: ^3.1.1 + grpc: ^3.0.0 + protobuf: ^2.1.0 + dev_dependencies: flutter_test: sdk: flutter |