From 0aa7baf2341862e848e5e837935bd669ee61809e Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 12 May 2022 15:12:10 -0500 Subject: [PATCH] fix: add dart sdk >=2.17.0 constraint (#94) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0124d..3ab4f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.0.8 + +- fix: add dart sdk constraint >=2.17.0 + # 0.0.7 - refactor: remove null-aware operand diff --git a/pubspec.yaml b/pubspec.yaml index 3377ac0..c1a2633 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,10 +3,10 @@ description: Flutter Flows made easy! A Flutter package which simplifies flows w repository: https://github.com/felangel/flow_builder homepage: https://github.com/felangel/flow_builder -version: 0.0.7 +version: 0.0.8 environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.17.0 <3.0.0" dependencies: flutter: