A collection of dart extension methods that extend the capabilities of the appwrite flutter SDK.

Databases

Databases.upsert()

Inserts a document if it doesn't already exists, otherwise updates an existing document.

Databases.getDocumentFile()

Retrieve's a document, converts to a JSON string and returns a File.