From 629485f4cf4c6191d86e2f0139708aa83a547ad6 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 8 Sep 2023 05:08:40 +0000 Subject: [PATCH] fix: dependency issues with dart 2.15 --- dart-2.15/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dart-2.15/pubspec.yaml b/dart-2.15/pubspec.yaml index 800607f..4092ba8 100644 --- a/dart-2.15/pubspec.yaml +++ b/dart-2.15/pubspec.yaml @@ -2,10 +2,10 @@ name: starter_template version: 1.0.0 environment: - sdk: ^2.16.0 + sdk: ^2.15.0 dependencies: - dart_appwrite: 8.0.0 + dart_appwrite: 6.0.1 dev_dependencies: - lints: ^2.0.0 + lints: ^1.0.1