From 2f297b63747dd185ceb0708f5833f4c469c85884 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 10 May 2020 11:59:10 +0200 Subject: [PATCH] Updated minimum version of the Dart SDK required --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 54ef550..3b48081 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://labs.phundrak.com/phundrak/org-website-backend author: Lucien Cartier-Tilet environment: - sdk: '>=2.5.0 <3.0.0' + sdk: '>=2.7.0 <3.0.0' dependencies: html: '^0.14.0+3'