From 8a592c6bb443bc0e170fe0bec69804dde15496d0 Mon Sep 17 00:00:00 2001 From: jwfing Date: Sat, 7 Dec 2019 09:57:09 +0800 Subject: [PATCH] fix dependency conflict on Sembast in example --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 31b0596b5..620f1db5f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 - sembast: ^1.13.3+1 + sembast: ^2.0.1 shared_preferences: ^0.5.0 dev_dependencies: