From 392a66d15783c5fdfcdd0a2a345c905397928bb7 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 12 Mar 2018 19:49:05 -0700 Subject: [PATCH] add sdk requirements to pubspec --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index ee1f309..f9c3b67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,6 +4,9 @@ version: 1.3.0 author: Posse Productions LLC homepage: https://github.com/goposse/fluro +environment: + sdk: ">=1.23.0 <2.0.0" + dependencies: flutter: sdk: flutter