What problem does it solve? Developers building Flutter apps or server-side Dart services with Appwrite need correct, up-to-date SDK patterns for authentication, databases, storage, and realtime, and this Skill provides working code for every core Appwrite service in Dart. ## Core Features & Use Cases - Client and Server SDK Coverage: Provides patterns for both the Flutter appwrite package (auth, OAuth, realtime subscriptions) and the server-side dart_appwrite package (API key admin operations, user management). - TablesDB and Storage Operations: Includes row CRUD with the modern TablesDB API, query builder methods, string column type selection, and file uploads via InputFile factories. - SSR Authentication Flows: Covers admin/session client separation, secure cookie handling, and OAuth2 token exchange for server-rendered Dart apps. - Use Case: A developer building a Flutter todo app can use this Skill to wire up email login, create rows in a table with per-user permissions, and subscribe to realtime row changes. ## Quick Start Use the appwrite-dart skill to add email/password authentication and a realtime table subscription to my Flutter app.