Skip to content

v0.1.0

Latest

Choose a tag to compare

@AndroidPoet AndroidPoet released this 09 Mar 17:14
· 1 commit to main since this release

Initial Release

Kotlin Multiplatform SDK for Appwrite with 10 modules:

  • appwrite-core — Typed IDs, AppwriteResult<T>, query DSL, models
  • appwrite-client — Ktor HTTP transport, session persistence
  • appwrite-auth — Sign in, sessions, MFA, verification, recovery
  • appwrite-database — Document CRUD, scoped navigation, atomic ops
  • appwrite-storage — Chunked uploads with Flow, download, preview
  • appwrite-realtime — WebSocket subscriptions as Kotlin Flows
  • appwrite-teams — Team and membership management
  • appwrite-functions — Serverless function execution
  • appwrite-locale — Languages, countries, currencies
  • appwrite-avatars — Generated avatars, flags, QR codes

Installation

implementation("io.github.androidpoet:appwrite-client:0.1.0")
implementation("io.github.androidpoet:appwrite-auth:0.1.0")
// + any other modules you need