From 6513942d930a27cbd8742459a8c0dd3a0377726b Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 1 Apr 2024 22:57:08 -0500 Subject: [PATCH] chore: adjust pubspec.yaml --- pubspec.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 52473db..05fb413 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,13 +2,12 @@ name: flow_builder description: Flutter Flows made easy! A Flutter package which simplifies flows with a flexible, declarative API. repository: https://github.com/felangel/flow_builder homepage: https://github.com/felangel/flow_builder -topics: [ navigation, routing ] +topics: [navigation, routing] version: 0.0.10 environment: - sdk: ^3.2.0 - flutter: ^3.16.0 + sdk: ">=3.2.0 <4.0.0" dependencies: flutter: