
I want to use appwrite in a flutter project, but I don't know what to choose. The flutter_appwrite https://pub.dev/packages/appwrite package has much more dependencies that I don't really know if I want.
And dart_appwrite depends only on http pub package.


Actually dart_appwrite is a server side SDK package of appwrite for dart

If you are getting started with connecting the appwrite with flutter you should go with appwrite package

For more info on client vs server SDKs, see https://appwrite.io/docs/sdks
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
