From 72391831529fe790629f56d37fac0d9de5ebf014 Mon Sep 17 00:00:00 2001 From: Mike Fairhurst Date: Thu, 1 Sep 2022 12:48:40 -0700 Subject: [PATCH] Support newer dart:http, null safety. No changes required to support null safety, which is nice. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 454e312..abf52e6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,10 +5,10 @@ homepage: https://github.com/apptreesoftware/twirp_dart_core author: Matthew Smith environment: - sdk: ">=1.20.1 <3.0.0" + sdk: ">=2.12 <3.0.0" dependencies: - http: ^0.12.0 + http: ^0.13.0 requester: git: url: git://github.com/apptreesoftware/requester