From 20fa8e417777cd0e8682d4543992844ca01edcd7 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 10 Aug 2018 22:10:35 -0400 Subject: [PATCH] Bump SDK constraints --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index e07c6368..567852ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,8 @@ author: Tobe O version: 1.1.1 description: Parse request bodies and query strings in Dart. Supports JSON, URL-encoded, and multi-part bodies. homepage: https://github.com/angel-dart/body_parser +environment: + sdk: ">=1.8.0 <3.0.0" dependencies: dart2_constant: ^1.0.0 http_parser: ">=3.1.1 <4.0.0"