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
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Relationship lists aren't showing
In flutter, when I perform a listRows function for my table which contains various relationships in addition to normal data, I am not getting the relationships ...