From 8748383491f6efe0356bc2a691c073ed838af69e Mon Sep 17 00:00:00 2001 From: Aleksey Kulikov Date: Fri, 16 Sep 2022 16:36:25 +0300 Subject: [PATCH] chore: bump minimum dart and flutter versions --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f868cae..5acda72 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,8 +7,8 @@ version: 1.2.0 homepage: https://github.com/SkinnyMind/libgit2dart environment: - sdk: ">=2.17.0 <3.0.0" - flutter: ">=3.0.0" + sdk: ">=2.18.0 <3.0.0" + flutter: ">=3.3.0" dependencies: args: ^2.3.0