appwrite_extensions 0.0.1
appwrite_extensions: ^0.0.1 copied to clipboard
Various method extensions based around the appwrite flutter SDK.
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.