diff options
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 614897f..df24576 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.12.0 <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 @@ -36,6 +36,8 @@ dependencies: flutter_riverpod: ^1.0.3 yaml: ^3.1.1 + grpc: ^3.0.0 + protobuf: ^2.1.0 dev_dependencies: flutter_test: |