Skip to content

Releases: AndroidPoet/appwrite-kmp

v0.1.0

09 Mar 17:14

Choose a tag to compare

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