From a446b944afaf41876924df1f51de66afad70f812 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Sun, 14 Mar 2021 18:23:24 +0100 Subject: [PATCH] Require stable 2.12 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1d981ee..5a4bc89 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.7.0 homepage: https://github.com/leisim/dartx environment: - sdk: '>=2.12.0-0 <3.0.0' + sdk: '>=2.12.0 <3.0.0' dependencies: characters: ^1.1.0