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.8.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.9.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-dart/releases).**
10
11
11
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)
12
13
13
-
Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
14
-
Use the Dart SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
15
-
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
14
+
Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Dart SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
16
15
17
16
18
17
@@ -24,7 +23,7 @@ Add this to your package's `pubspec.yaml` file:
24
23
25
24
```yml
26
25
dependencies:
27
-
dart_appwrite: ^0.6.3
26
+
dart_appwrite: ^0.7.0
28
27
```
29
28
30
29
You can install packages from the command line:
@@ -76,7 +75,7 @@ try {
76
75
```
77
76
78
77
### Learn more
79
-
You can use followng resources to learn more and get help
78
+
You can use following resources to learn more and get help
80
79
- 🚀 [Getting Started Tutorial](https://appwrite.io/docs/getting-started-for-server)
0 commit comments