From 89d7128cb7b0ae2491d7c3938cf6eec45bbe50ea Mon Sep 17 00:00:00 2001 From: boyan Date: Thu, 13 Jun 2019 16:26:32 +0800 Subject: [PATCH] fix: dependencies error --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a31f844..76aaa0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,8 @@ environment: dependencies: flutter: sdk: flutter - overlay_support: ^0.1.0 + overlay_support: ^0.3.0 + scoped_model: ^1.0.1 dev_dependencies: flutter_test: