dart_appwrite library

Appwrite Dart SDK

This SDK is compatible with Appwrite server version 1.5.x. For older versions, please check previous releases.

Classes

Account
The Account service allows you to authenticate and manage a user account.
Avatars
The Avatars service aims to help you complete everyday tasks related to your app image, icons, and avatars.
Client
Client that handles requests to Appwrite
Databases
The Databases service allows you to create structured collections of documents, query and filter lists of documents
Functions
The Functions Service allows you view, create and manage your Cloud Functions.
Graphql
The GraphQL API allows you to query and mutate your Appwrite server using GraphQL.
Health
The Health service allows you to both validate and monitor your Appwrite server's health.
ID
Helper class to generate ID strings for resources.
InputFile
Helper class to handle files.
Locale
The Locale service allows you to customize your app based on your users' location.
Messaging
The Messaging service allows you to send messages to any provider type (SMTP, push notification, SMS, etc.).
Permission
Helper class to generate permission strings for resources.
Query
Helper class to generate query strings.
Response<T>
Appwrite Response
Role
Helper class to generate role strings for Permission.
Storage
The Storage service allows you to manage your project files.
Teams
The Teams service allows you to group users of your project and to enable them to share read and write access to your project resources
UploadProgress
Progress of a File Upload
Users
The Users service allows you to manage your project users.

Exceptions / Errors

AppwriteException
Exception thrown by the dart_appwrite package.