From 2d9cce30d03c01fcd93ba27f4214319ee3e60e7a Mon Sep 17 00:00:00 2001 From: BIPLAV00 Date: Thu, 19 Sep 2024 10:36:09 +0545 Subject: [PATCH] fix: sdk version --- pubspec.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2de2431..f9de3f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: retack -description: A Dart Package to handle API calls for posting exceptions & errors to Retack.AI -version: 0.0.6 +description: A Dart Package to handle API calls for posting exceptions & errors to Retack.AI +version: 0.0.7 homepage: https://retack.ai repository: https://github.com/truenary/retack_pkg_flutter @@ -14,8 +14,7 @@ platforms: windows: environment: - sdk: '>=3.0.0 <4.0.0' - + sdk: ">=3.0.0 <4.0.0" dependencies: http: ^1.1.0