
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
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
- 500 Internal Error when Project is opene...After migrating from 1.6.1 to 1.7.4 I noticed this strange behaviour: When I open a project in a separate tab I get a 500 internal error. However, then I simpl... 
- CORS error only on tables db api After u...I've recently updated my self hosted appwrite instance to the 1.8.0 and updated my frontend with the tables db apis but strangely, even if I'm able to log in, g... 
