From f1ab70fd99ca99e5c53ac670b60894e7ccf187f5 Mon Sep 17 00:00:00 2001 From: ricardodalarme Date: Thu, 8 Jun 2023 22:15:27 -0300 Subject: [PATCH] chore(pubspec): allow dart 3 --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a077bb1..ed72635 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: "none" version: 0.0.1 environment: - sdk: ">=2.15.0 <3.0.0" + sdk: ">=2.15.0 <4.0.0" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index c07c58b..c1db8ae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues version: 5.1.0 environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.12.0 <4.0.0" flutter: ">=1.17.0" dependencies: