From fdfcd0cfb2506a6b8803462c0bd17a7d1b761b6c Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 18 Apr 2021 14:24:37 +0300 Subject: [PATCH] Updated Dart note --- app/tasks/sdks.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/tasks/sdks.php b/app/tasks/sdks.php index 38ed02a65..4d9bc6454 100644 --- a/app/tasks/sdks.php +++ b/app/tasks/sdks.php @@ -143,8 +143,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND case 'dart': $config = new Dart(); $config->setPackageName('dart_appwrite'); - $warning = $warning."\n\n > This is the Dart SDK for integrating with Appwrite from your Dart server-side code. - If you're looking for the Flutter SDK you should check [appwrite/sdk-for-flutter](https://github.com/appwrite/sdk-for-flutter)"; + $warning = $warning."\n\n > This is the Dart SDK for integrating with Appwrite from your Dart server-side code. If you're looking for the Flutter SDK you should check [appwrite/sdk-for-flutter](https://github.com/appwrite/sdk-for-flutter)"; break; case 'go': $config = new Go();