From 218a81bf60e3a69c35c299a699913e28cba017d2 Mon Sep 17 00:00:00 2001 From: Myungjun Date: Tue, 1 Dec 2020 11:08:26 +0900 Subject: [PATCH] add sdk version constraint to example app. --- example/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4ef8da63..c5fbe4c7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -9,6 +9,8 @@ description: Demonstrates how to use the flutter_image_cropper plugin. # Read more about versioning at semver.org. version: 1.0.0+1 +environment: + sdk: '>=2.10.0 <3.0.0' dependencies: flutter: sdk: flutter