summaryrefslogtreecommitdiffstats
path: root/pubspec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pubspec.yaml b/pubspec.yaml
index 16ce184..60c514b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -6,7 +6,7 @@ version: 1.0.0+1
# Dart SDK version
environment:
- sdk: ">=2.17.0 <3.0.0"
+ sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
@@ -22,6 +22,9 @@ dependencies:
http: ^0.13.5
yaml: ^3.1.1
+ grpc: ^3.0.0
+ protobuf: ^2.1.0
+
dev_dependencies:
flutter_test:
sdk: flutter