You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This SDK is compatible with Appwrite server version 0.14.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-dart/releases).**
10
+
**This SDK is compatible with Appwrite server version 0.15.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-dart/releases).**
11
11
12
12
> 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)
13
13
@@ -23,7 +23,7 @@ Add this to your package's `pubspec.yaml` file:
23
23
24
24
```yml
25
25
dependencies:
26
-
dart_appwrite: ^5.0.1
26
+
dart_appwrite: ^6.0.0
27
27
```
28
28
29
29
You can install packages from the command line:
@@ -42,11 +42,11 @@ Once you add the dependencies, its extremely easy to get started with the SDK; A
0 commit comments