Using sdk-for-flutter with appwrite.io

Dart integration

✓ Official SDK
Install
# See https://github.com/appwrite/sdk-for-flutter
List Teams
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/teams
Get User Locale
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/locale
Get Account
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/account
SDK on GitHub 📄 API Docs
SDK
sdk-for-flutter
Dart
API
appwrite.io
appwrite.io:client
At a glance
Language Dart
Endpoints61
Base URLhttps://appwrite.io/v1
✓ Official